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

Valentin Caron posted 2 patches 4 years, 2 months ago
arch/arm/boot/dts/stm32mp131.dtsi    | 15 +++++++++++++++
arch/arm/boot/dts/stm32mp135f-dk.dts |  4 ++++
2 files changed, 19 insertions(+)
[PATCH 0/2] ARM: dts: stm32: add RTC support on stm32mp13 boards
Posted by Valentin Caron 4 years, 2 months ago
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
Re: [PATCH 0/2] ARM: dts: stm32: add RTC support on stm32mp13 boards
Posted by Alexandre TORGUE 4 years, 1 month ago
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