diff mbox series

[4/4] dts: synquacer: Fix idle-states 'entry-method' value

Message ID 20221206-synquacer-dts-v1-4-73eb52e391e9@kernel.org
State Accepted
Commit 00723684e4680446d13e054fae7ecd85306a373b
Delegated to: Tom Rini
Headers show
Series Synquacer DT schema fixes | expand

Commit Message

Rob Herring Dec. 6, 2022, 4:16 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 3, 2023, 3:41 p.m. UTC | #1
On Tue, Dec 06, 2022 at 10:16:32AM -0600, Rob Herring wrote:

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

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi
index 049afcb0af8a..0dd2969b5e3c 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";