Re: [PATCH 06/10] ARM: dts: stm32: Add stm32mp13-ddr.dtsi template

2025-06-29 Thread Marek Vasut
On 6/3/25 4:22 PM, Patrick DELAUNAY wrote: Hi, +++ b/arch/arm/dts/stm32mp13-ddr.dtsi @@ -0,0 +1,49 @@ +// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause For new STM32MP file avoids to use the Deprecated License Identifiers (GPL-2.0+ / GPL-2.0) reference= +https://spdx.dev/learn/handli

Re: [PATCH 06/10] ARM: dts: stm32: Add stm32mp13-ddr.dtsi template

2025-06-03 Thread Patrick DELAUNAY
Hi, On 5/12/25 19:21, Marek Vasut wrote: Factor out common parts of STM32MP15xx DRAM controller configuration DT description into stm32mp1-ddr.dtsi and introduce stm32mp13-ddr.dtsi which describes STM32MP13xx DRAM controller configuration in DT. Signed-off-by: Marek Vasut --- Cc: Cheick Traore

Re: [PATCH 06/10] ARM: dts: stm32: Add stm32mp13-ddr.dtsi template

2025-05-27 Thread Patrice CHOTARD
On 5/12/25 19:21, Marek Vasut wrote: > Factor out common parts of STM32MP15xx DRAM controller configuration DT > description into stm32mp1-ddr.dtsi and introduce stm32mp13-ddr.dtsi which > describes STM32MP13xx DRAM controller configuration in DT. > > Signed-off-by: Marek Vasut > --- > Cc: Che