linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x
@ 2020-05-06 17:48 Etienne Carriere
  2020-05-07  7:15 ` Alexandre Torgue
  0 siblings, 1 reply; 2+ messages in thread
From: Etienne Carriere @ 2020-05-06 17:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-arm-kernel, linux-stm32, devicetree, alexandre.torgue,
	mcoquelin.stm32, robh+dt, Etienne Carriere

From: Etienne Carriere <etienne.carriere@st.com>

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>
---
 arch/arm/boot/dts/stm32mp151.dtsi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi
index 3ea05ba48215..ebceead1b120 100644
--- a/arch/arm/boot/dts/stm32mp151.dtsi
+++ b/arch/arm/boot/dts/stm32mp151.dtsi
@@ -24,10 +24,8 @@
 	};
 
 	psci {
-		compatible = "arm,psci";
+		compatible = "arm,psci-1.0";
 		method = "smc";
-		cpu_off = <0x84000002>;
-		cpu_on = <0x84000003>;
 	};
 
 	intc: interrupt-controller@a0021000 {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x
  2020-05-06 17:48 [PATCH] ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x Etienne Carriere
@ 2020-05-07  7:15 ` Alexandre Torgue
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Torgue @ 2020-05-07  7:15 UTC (permalink / raw)
  To: Etienne Carriere, linux-kernel
  Cc: linux-arm-kernel, linux-stm32, devicetree, mcoquelin.stm32,
	robh+dt, Etienne Carriere

Hi Etienne

On 5/6/20 7:48 PM, Etienne Carriere wrote:
> From: Etienne Carriere <etienne.carriere@st.com>
> 
> 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>
> ---
>   arch/arm/boot/dts/stm32mp151.dtsi | 4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi
> index 3ea05ba48215..ebceead1b120 100644
> --- a/arch/arm/boot/dts/stm32mp151.dtsi
> +++ b/arch/arm/boot/dts/stm32mp151.dtsi
> @@ -24,10 +24,8 @@
>   	};
>   
>   	psci {
> -		compatible = "arm,psci";
> +		compatible = "arm,psci-1.0";
>   		method = "smc";
> -		cpu_off = <0x84000002>;
> -		cpu_on = <0x84000003>;
>   	};
>   
>   	intc: interrupt-controller@a0021000 {
> 

Applied on stm32-next.

Thanks.
Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-07  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 17:48 [PATCH] ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x Etienne Carriere
2020-05-07  7:15 ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).