Skip to content

Commit

Permalink
ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
etienne-lms authored and jforissier committed May 28, 2020
1 parent 30d1143 commit b7b9d31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/arm/boot/dts/stm32mp157c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
};

psci {
compatible = "arm,psci";
compatible = "arm,psci-1.0";
method = "smc";
cpu_off = <0x84000002>;
cpu_on = <0x84000003>;
};

intc: interrupt-controller@a0021000 {
Expand Down

0 comments on commit b7b9d31

Please sign in to comment.