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 2022-12-06 10:16:32 -06:00 committed by Tom Rini
parent 563f238b67
commit 00723684e4

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";