dts: synquacer: Fix idle-states 'entry-method' value
authorRob Herring <robh@kernel.org>
Tue, 6 Dec 2022 16:16:32 +0000 (10:16 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jan 2023 19:05:44 +0000 (14:05 -0500)
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 <robh@kernel.org>
arch/arm/dts/synquacer-sc2a11.dtsi

index 049afcb..0dd2969 100644 (file)
     };
 
     idle-states {
-        entry-method = "arm,psci";
+        entry-method = "psci";
 
         CPU_SLEEP_0: cpu-sleep-0 {
             compatible = "arm,idle-state";