projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
563f238
)
dts: synquacer: Fix idle-states 'entry-method' value
author
Rob Herring
<robh@kernel.org>
Tue, 6 Dec 2022 16:16:32 +0000
(10:16 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/synquacer-sc2a11.dtsi
b/arch/arm/dts/synquacer-sc2a11.dtsi
index 049afcb0af8a1f2cb29a187e87c155bb24f30fc5..0dd2969b5e3cfe4b344061b2fdcb86ff285735b1 100644
(file)
--- 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";