2022-04-07 21:03:49

by Valentin Caron

[permalink] [raw]
Subject: [PATCH 0/2] ARM: dts: stm32: add RTC support on stm32mp13 boards

Add RTC node on stm32mp13 soc.
Enable RTC on stm32mp135f-dk board.

Valentin Caron (2):
ARM: dts: stm32: add RTC node on stm32mp131
ARM: dts: stm32: enable RTC support on stm32mp135f-dk

arch/arm/boot/dts/stm32mp131.dtsi | 15 +++++++++++++++
arch/arm/boot/dts/stm32mp135f-dk.dts | 4 ++++
2 files changed, 19 insertions(+)

--
2.25.1


2022-04-21 20:44:35

by Alexandre TORGUE

[permalink] [raw]
Subject: Re: [PATCH 0/2] ARM: dts: stm32: add RTC support on stm32mp13 boards

Hi Valentin

On 4/7/22 18:20, Valentin Caron wrote:
> Add RTC node on stm32mp13 soc.
> Enable RTC on stm32mp135f-dk board.
>
> Valentin Caron (2):
> ARM: dts: stm32: add RTC node on stm32mp131
> ARM: dts: stm32: enable RTC support on stm32mp135f-dk
>
> arch/arm/boot/dts/stm32mp131.dtsi | 15 +++++++++++++++
> arch/arm/boot/dts/stm32mp135f-dk.dts | 4 ++++
> 2 files changed, 19 insertions(+)
>

Series applied on stm32-next.

Thanks
Alex