Re: [PATCH 0/6] ARM: dts: stm32: lxa-tac: fix gen{1,2} boards and add gen3 board

From: Alexandre TORGUE
Date: Mon Dec 09 2024 - 10:57:05 EST


Hi Marc

On 12/9/24 15:30, Marc Kleine-Budde wrote:
Hello Alexandre,

On 19.11.2024 12:34:57, Marc Kleine-Budde wrote:
Hello,

this series fixes some problems found in the lxa-tac generation 1 and
2 boards and add support for the generation 3 board. It's based on an
STM32MP153c, while the generation 1 and 2 are based on the
STM32MP157c.

regards,
Marc

Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
---
Leonard Göhrs (6):
ARM: dts: stm32: lxa-tac: disable the real time clock
ARM: dts: stm32: lxa-tac: extend the alias table
ARM: dts: stm32: lxa-tac: adjust USB gadget fifo sizes for multi function
dt-bindings: arm: stm32: add compatible strings for Linux Automation LXA TAC gen 3
ARM: dts: stm32: lxa-tac: move adc and gpio{e,g} to gen{1,2} boards
ARM: dts: stm32: lxa-tac: Add support for generation 3 devices

.../devicetree/bindings/arm/stm32/stm32.yaml | 7 +
arch/arm/boot/dts/st/Makefile | 1 +
arch/arm/boot/dts/st/stm32mp153c-lxa-tac-gen3.dts | 267 +++++++++++++++++++++
arch/arm/boot/dts/st/stm32mp157c-lxa-tac-gen1.dts | 84 +++++++
arch/arm/boot/dts/st/stm32mp157c-lxa-tac-gen2.dts | 84 +++++++
arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | 100 +-------
6 files changed, 455 insertions(+), 88 deletions(-)

since the merge window is open, can you merge this series please.

Yes sure. It will be in my PR for v6.14.

regards
Alex



regards,
Marc