Hi Marc On 11/19/24 12:34, 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(-) --- base-commit: b0191a5cbc222fc7af3f9511b44d1f330ef980e9 change-id: 20241112-lxa-tac-gen3-8dbc3481ce7a Best regards,
Series applied on stm32-next. Thanks! Alex