From: Patrick Delaunay Date: Mon, 4 Feb 2019 10:26:21 +0000 (+0100) Subject: stm32mp1: dts: activate psci-1.0 X-Git-Tag: v2025.01-rc5-pxa1908~3038^2~12 X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=c8a6668cbdc0644330135b7016ffa3ea74895e64;p=u-boot.git stm32mp1: dts: activate psci-1.0 Updates the stm32mp157c devicetree to bind the U-Boot PSCI driver need for power off command; TF-A for stm32mp15x supports PSCI 1.0. Signed-off-by: Patrick Delaunay --- diff --git a/arch/arm/dts/stm32mp157c.dtsi b/arch/arm/dts/stm32mp157c.dtsi index 50978efc7c..d662013243 100644 --- a/arch/arm/dts/stm32mp157c.dtsi +++ b/arch/arm/dts/stm32mp157c.dtsi @@ -29,7 +29,7 @@ }; psci { - compatible = "arm,psci"; + compatible = "arm,psci-1.0"; method = "smc"; cpu_off = <0x84000002>; cpu_on = <0x84000003>;