[PATCH v2 0/2] arm64: dts: st: Couple of updates for STM32MP23

Amelie Delaunay posted 2 patches 3 weeks, 1 day ago
arch/arm64/boot/dts/st/stm32mp231.dtsi    | 22 ----------------------
arch/arm64/boot/dts/st/stm32mp235f-dk.dts |  2 +-
2 files changed, 1 insertion(+), 23 deletions(-)
[PATCH v2 0/2] arm64: dts: st: Couple of updates for STM32MP23
Posted by Amelie Delaunay 3 weeks, 1 day ago
Remove gpioj and gpiok nodes, as J and K banks are unavailable
on STM32MP23x packages and resize memory on stm32mp235f-dk
because DDR controller control pin is not routed, so it is not
possible to configure 4GB/16-bit.

Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
---
Changes in v2:
- Typo fixed in first commit message
- Second patch added to fix memory size on stm32mp235f-dk
- Link to v1: https://lore.kernel.org/r/20250904-stm32mp231_gpio_update-v1-1-bcc7531cd00e@foss.st.com

---
Amelie Delaunay (2):
      arm64: dts: st: remove gpioj and gpiok banks from stm32mp231
      arm64: dts: st: fix memory region size on stm32mp235f-dk

 arch/arm64/boot/dts/st/stm32mp231.dtsi    | 22 ----------------------
 arch/arm64/boot/dts/st/stm32mp235f-dk.dts |  2 +-
 2 files changed, 1 insertion(+), 23 deletions(-)
---
base-commit: 6d40d5ecf683e31a5e204d0a2f57035c39fc9c5f
change-id: 20250904-stm32mp231_gpio_update-7550ce44ec03

Best regards,
-- 
Amelie Delaunay <amelie.delaunay@foss.st.com>
Re: [PATCH v2 0/2] arm64: dts: st: Couple of updates for STM32MP23
Posted by Alexandre TORGUE 2 weeks, 3 days ago
Dear Amélie

On 9/10/25 10:24, Amelie Delaunay wrote:
> Remove gpioj and gpiok nodes, as J and K banks are unavailable
> on STM32MP23x packages and resize memory on stm32mp235f-dk
> because DDR controller control pin is not routed, so it is not
> possible to configure 4GB/16-bit.
> 
> Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
> ---
> Changes in v2:
> - Typo fixed in first commit message
> - Second patch added to fix memory size on stm32mp235f-dk
> - Link to v1: https://lore.kernel.org/r/20250904-stm32mp231_gpio_update-v1-1-bcc7531cd00e@foss.st.com
> 
> ---
> Amelie Delaunay (2):
>        arm64: dts: st: remove gpioj and gpiok banks from stm32mp231
>        arm64: dts: st: fix memory region size on stm32mp235f-dk
> 
>   arch/arm64/boot/dts/st/stm32mp231.dtsi    | 22 ----------------------
>   arch/arm64/boot/dts/st/stm32mp235f-dk.dts |  2 +-
>   2 files changed, 1 insertion(+), 23 deletions(-)
> ---
> base-commit: 6d40d5ecf683e31a5e204d0a2f57035c39fc9c5f
> change-id: 20250904-stm32mp231_gpio_update-7550ce44ec03
> 
> Best regards,

Series applied on stm32-next.

cheers
Alex