projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5a0871
)
ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x
author
Etienne Carriere
<etienne.carriere@st.com>
Wed, 6 May 2020 17:48:40 +0000
(19:48 +0200)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Thu, 7 May 2020 07:12:36 +0000
(09:12 +0200)
Declare PSCI v1.0 support instead of v0.1 as the former is supported
by the PSCI firmware stacks stm32mp15x relies on.
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp151.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32mp151.dtsi
b/arch/arm/boot/dts/stm32mp151.dtsi
index
41fb7b7
..
36f38a9
100644
(file)
--- a/
arch/arm/boot/dts/stm32mp151.dtsi
+++ b/
arch/arm/boot/dts/stm32mp151.dtsi
@@
-24,10
+24,8
@@
};
psci {
- compatible = "arm,psci";
+ compatible = "arm,psci
-1.0
";
method = "smc";
- cpu_off = <0x84000002>;
- cpu_on = <0x84000003>;
};
intc: interrupt-controller@a0021000 {