Skip to content

Commit 2e59974

Browse files
nfrapradombgg
authored andcommitted
arm64: dts: mt8192: Fix idle-states entry-method
The entry-method property of the idle-states node should be "psci" as described in the idle-states binding, since this is already the value of enable-method in the CPU nodes. Fix it to get rid of a dtbs_check warning. Fixes: 9260918 ("arm64: dts: mt8192: Add cpu-idle-states") Signed-off-by: Nícolas F. R. A. Prado <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent 399e23a commit 2e59974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/mediatek/mt8192.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
};
173173

174174
idle-states {
175-
entry-method = "arm,psci";
175+
entry-method = "psci";
176176
cpu_sleep_l: cpu-sleep-l {
177177
compatible = "arm,idle-state";
178178
arm,psci-suspend-param = <0x00010001>;

0 commit comments

Comments
 (0)