Skip to content

Commit b7b9d31

Browse files
etienne-lmsjforissier
authored andcommitted
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: Etienne Carriere <[email protected]>
1 parent 30d1143 commit b7b9d31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/arm/boot/dts/stm32mp157c.dtsi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@
2929
};
3030

3131
psci {
32-
compatible = "arm,psci";
32+
compatible = "arm,psci-1.0";
3333
method = "smc";
34-
cpu_off = <0x84000002>;
35-
cpu_on = <0x84000003>;
3634
};
3735

3836
intc: interrupt-controller@a0021000 {

0 commit comments

Comments
 (0)