This series add support of RTC driver for stm32mp1 SoC.
First it adds the missing clocks for RTC hadrware block and after
the driver itself (enabled for basic and trusted configurations).

Benjamin Gaignard (1):
  rtc: Add rtc driver for stm32mp1

Patrick Delaunay (1):
  clk: stm32mp1: Add RTC clock entry

 configs/stm32mp15_basic_defconfig   |   2 +
 configs/stm32mp15_trusted_defconfig |   2 +
 drivers/clk/clk_stm32mp1.c          |   9 +
 drivers/rtc/Kconfig                 |   6 +
 drivers/rtc/Makefile                |   1 +
 drivers/rtc/stm32_rtc.c             | 321 ++++++++++++++++++++++++++++++++++++
 6 files changed, 341 insertions(+)
 create mode 100644 drivers/rtc/stm32_rtc.c

-- 
2.15.0

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to