From: Rob Herring Date: Tue, 6 Dec 2022 16:16:32 +0000 (-0600) Subject: dts: synquacer: Fix idle-states 'entry-method' value X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=00723684e4680446d13e054fae7ecd85306a373b;p=u-boot.git dts: synquacer: Fix idle-states 'entry-method' value The correct value for 'entry-method' in the idle-states binding is 'psci', not 'arm,psci'. It hasn't mattered because it isn't used by the OS. Signed-off-by: Rob Herring --- diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi index 049afcb0af..0dd2969b5e 100644 --- a/arch/arm/dts/synquacer-sc2a11.dtsi +++ b/arch/arm/dts/synquacer-sc2a11.dtsi @@ -309,7 +309,7 @@ }; idle-states { - entry-method = "arm,psci"; + entry-method = "psci"; CPU_SLEEP_0: cpu-sleep-0 { compatible = "arm,idle-state";