mbox series

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

Message ID 20220407162042.361956-1-valentin.caron@foss.st.com (mailing list archive)
Headers show
Series ARM: dts: stm32: add RTC support on stm32mp13 boards | expand

Message

Valentin Caron April 7, 2022, 4:20 p.m. UTC
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(+)

Comments

Alexandre TORGUE April 19, 2022, 3:37 p.m. UTC | #1
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