Skip to content

Commit e94388f

Browse files
nfrapradogregkh
authored andcommitted
arm64: dts: mt8192: Fix idle-states entry-method
[ Upstream commit 2e59974 ] 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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 2fe4c39 commit e94388f

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
@@ -168,7 +168,7 @@
168168
};
169169

170170
idle-states {
171-
entry-method = "arm,psci";
171+
entry-method = "psci";
172172
cpu_sleep_l: cpu-sleep-l {
173173
compatible = "arm,idle-state";
174174
arm,psci-suspend-param = <0x00010001>;

0 commit comments

Comments
 (0)