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 <robh@kernel.org>
This commit is contained in:
Rob Herring
2023-01-02 14:05:44 -05:00
committed by Tom Rini
parent 563f238b67
commit 00723684e4
+1 -1
View File
@@ -309,7 +309,7 @@
};
idle-states {
entry-method = "arm,psci";
entry-method = "psci";
CPU_SLEEP_0: cpu-sleep-0 {
compatible = "arm,idle-state";