[U-Boot] [PATCH v3 0/2] Add RTC driver for STM32MP1
Benjamin Gaignard
benjamin.gaignard at st.com
Thu Jul 11 10:03:36 UTC 2019
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).
version 3:
- release clock only on error cases.
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 | 323 ++++++++++++++++++++++++++++++++++++
6 files changed, 343 insertions(+)
create mode 100644 drivers/rtc/stm32_rtc.c
--
2.15.0
More information about the U-Boot
mailing list