linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96
@ 2022-09-23  2:37 Marek Vasut
  2022-09-23  6:13 ` Patrice CHOTARD
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marek Vasut @ 2022-09-23  2:37 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Alexandre Torgue, Manivannan Sadhasivam,
	Patrice Chotard, Patrick Delaunay, linux-stm32

The Avenger96 is populated with STM32MP157A DHCOR SoM, drop the
stm32mp15xc.dtsi which should only be included in DTs of devices
which are populated with STM32MP15xC/F SoC as the stm32mp15xc.dtsi
enables CRYP block not present in the STM32MP15xA/D SoC .

Fixes: 7e76f82acd9e1 ("ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board")
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
---
 arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts b/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
index 2e3c9fbb4eb36..275167f26fd9d 100644
--- a/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
+++ b/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
@@ -13,7 +13,6 @@
 /dts-v1/;
 
 #include "stm32mp157.dtsi"
-#include "stm32mp15xc.dtsi"
 #include "stm32mp15xx-dhcor-som.dtsi"
 #include "stm32mp15xx-dhcor-avenger96.dtsi"
 
-- 
2.35.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96
  2022-09-23  2:37 [PATCH] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96 Marek Vasut
@ 2022-09-23  6:13 ` Patrice CHOTARD
  2022-10-20 15:40 ` Alexandre TORGUE
  2022-10-20 16:25 ` Manivannan Sadhasivam
  2 siblings, 0 replies; 4+ messages in thread
From: Patrice CHOTARD @ 2022-09-23  6:13 UTC (permalink / raw)
  To: Marek Vasut, linux-arm-kernel
  Cc: Alexandre Torgue, Manivannan Sadhasivam, Patrick Delaunay, linux-stm32

Hi Marek

On 9/23/22 04:37, Marek Vasut wrote:
> The Avenger96 is populated with STM32MP157A DHCOR SoM, drop the
> stm32mp15xc.dtsi which should only be included in DTs of devices
> which are populated with STM32MP15xC/F SoC as the stm32mp15xc.dtsi
> enables CRYP block not present in the STM32MP15xA/D SoC .
> 
> Fixes: 7e76f82acd9e1 ("ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board")
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Cc: linux-stm32@st-md-mailman.stormreply.com
> To: linux-arm-kernel@lists.infradead.org
> ---
>  arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts b/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> index 2e3c9fbb4eb36..275167f26fd9d 100644
> --- a/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> +++ b/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> @@ -13,7 +13,6 @@
>  /dts-v1/;
>  
>  #include "stm32mp157.dtsi"
> -#include "stm32mp15xc.dtsi"
>  #include "stm32mp15xx-dhcor-som.dtsi"
>  #include "stm32mp15xx-dhcor-avenger96.dtsi"
>  
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Patrice

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96
  2022-09-23  2:37 [PATCH] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96 Marek Vasut
  2022-09-23  6:13 ` Patrice CHOTARD
@ 2022-10-20 15:40 ` Alexandre TORGUE
  2022-10-20 16:25 ` Manivannan Sadhasivam
  2 siblings, 0 replies; 4+ messages in thread
From: Alexandre TORGUE @ 2022-10-20 15:40 UTC (permalink / raw)
  To: Marek Vasut, linux-arm-kernel
  Cc: Manivannan Sadhasivam, Patrice Chotard, Patrick Delaunay, linux-stm32

Hi Marek

On 9/23/22 04:37, Marek Vasut wrote:
> The Avenger96 is populated with STM32MP157A DHCOR SoM, drop the
> stm32mp15xc.dtsi which should only be included in DTs of devices
> which are populated with STM32MP15xC/F SoC as the stm32mp15xc.dtsi
> enables CRYP block not present in the STM32MP15xA/D SoC .
> 
> Fixes: 7e76f82acd9e1 ("ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board")
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Cc: linux-stm32@st-md-mailman.stormreply.com
> To: linux-arm-kernel@lists.infradead.org
> ---
>   arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts b/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> index 2e3c9fbb4eb36..275167f26fd9d 100644
> --- a/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> +++ b/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> @@ -13,7 +13,6 @@
>   /dts-v1/;
>   
>   #include "stm32mp157.dtsi"
> -#include "stm32mp15xc.dtsi"
>   #include "stm32mp15xx-dhcor-som.dtsi"
>   #include "stm32mp15xx-dhcor-avenger96.dtsi"
>  

Applied on stm32-next.

Thanks.
Alex


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96
  2022-09-23  2:37 [PATCH] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96 Marek Vasut
  2022-09-23  6:13 ` Patrice CHOTARD
  2022-10-20 15:40 ` Alexandre TORGUE
@ 2022-10-20 16:25 ` Manivannan Sadhasivam
  2 siblings, 0 replies; 4+ messages in thread
From: Manivannan Sadhasivam @ 2022-10-20 16:25 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-arm-kernel, Alexandre Torgue, Patrice Chotard,
	Patrick Delaunay, linux-stm32

On Fri, Sep 23, 2022 at 04:37:45AM +0200, Marek Vasut wrote:
> The Avenger96 is populated with STM32MP157A DHCOR SoM, drop the
> stm32mp15xc.dtsi which should only be included in DTs of devices
> which are populated with STM32MP15xC/F SoC as the stm32mp15xc.dtsi
> enables CRYP block not present in the STM32MP15xA/D SoC .
> 
> Fixes: 7e76f82acd9e1 ("ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board")
> Signed-off-by: Marek Vasut <marex@denx.de>

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

Thanks,
Mani

> ---
> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Cc: linux-stm32@st-md-mailman.stormreply.com
> To: linux-arm-kernel@lists.infradead.org
> ---
>  arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts b/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> index 2e3c9fbb4eb36..275167f26fd9d 100644
> --- a/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> +++ b/arch/arm/boot/dts/stm32mp157a-dhcor-avenger96.dts
> @@ -13,7 +13,6 @@
>  /dts-v1/;
>  
>  #include "stm32mp157.dtsi"
> -#include "stm32mp15xc.dtsi"
>  #include "stm32mp15xx-dhcor-som.dtsi"
>  #include "stm32mp15xx-dhcor-avenger96.dtsi"
>  
> -- 
> 2.35.1
> 

-- 
மணிவண்ணன் சதாசிவம்

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-10-20 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23  2:37 [PATCH] ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96 Marek Vasut
2022-09-23  6:13 ` Patrice CHOTARD
2022-10-20 15:40 ` Alexandre TORGUE
2022-10-20 16:25 ` Manivannan Sadhasivam

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).