ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x
authorEtienne Carriere <etienne.carriere@st.com>
Wed, 6 May 2020 17:48:40 +0000 (19:48 +0200)
committerAlexandre 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

index 41fb7b7..36f38a9 100644 (file)
        };
 
        psci {
-               compatible = "arm,psci";
+               compatible = "arm,psci-1.0";
                method = "smc";
-               cpu_off = <0x84000002>;
-               cpu_on = <0x84000003>;
        };
 
        intc: interrupt-controller@a0021000 {