Skip to content

Commit

Permalink
arm64: dts: mt8192: Fix idle-states entry-method
Browse files Browse the repository at this point in the history
[ 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 <nfraprado@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220617233150.2466344-3-nfraprado@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
nfraprado authored and gregkh committed Aug 17, 2022
1 parent 2fe4c39 commit e94388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/mediatek/mt8192.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
};

idle-states {
entry-method = "arm,psci";
entry-method = "psci";
cpu_sleep_l: cpu-sleep-l {
compatible = "arm,idle-state";
arm,psci-suspend-param = <0x00010001>;
Expand Down

0 comments on commit e94388f

Please sign in to comment.