Commit 7d4d46ba authored by Etienne Carriere's avatar Etienne Carriere Committed by Alexandre Torgue

ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x

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: default avatarEtienne Carriere <etienne.carriere@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent b5a08713
......@@ -24,10 +24,8 @@ cpu0: cpu@0 {
};
psci {
compatible = "arm,psci";
compatible = "arm,psci-1.0";
method = "smc";
cpu_off = <0x84000002>;
cpu_on = <0x84000003>;
};
intc: interrupt-controller@a0021000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment