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

Marc Kleine-Budde posted 6 patches 1 year, 2 months ago
.../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(-)
[PATCH 0/6] ARM: dts: stm32: lxa-tac: fix gen{1,2} boards and add gen3 board
Posted by Marc Kleine-Budde 1 year, 2 months ago
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@pengutronix.de>
---
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,
-- 
Marc Kleine-Budde <mkl@pengutronix.de>


Re: [PATCH 0/6] ARM: dts: stm32: lxa-tac: fix gen{1,2} boards and add gen3 board
Posted by Alexandre TORGUE 1 year, 2 months ago
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@pengutronix.de>
> ---
> 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
Re: [PATCH 0/6] ARM: dts: stm32: lxa-tac: fix gen{1,2} boards and add gen3 board
Posted by Marc Kleine-Budde 1 year, 2 months ago
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@pengutronix.de>
> ---
> 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.

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde          |
Embedded Linux                   | https://www.pengutronix.de |
Vertretung Nürnberg              | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-9   |
Re: [PATCH 0/6] ARM: dts: stm32: lxa-tac: fix gen{1,2} boards and add gen3 board
Posted by Alexandre TORGUE 1 year, 2 months ago
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@pengutronix.de>
>> ---
>> 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
> 
Re: [PATCH 0/6] ARM: dts: stm32: lxa-tac: fix gen{1,2} boards and add gen3 board
Posted by Marc Kleine-Budde 1 year, 2 months ago
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.

is there an ETA when this series will be merged, is there something
missing?

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde          |
Embedded Linux                   | https://www.pengutronix.de |
Vertretung Nürnberg              | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-9   |