[U-Boot] [PATCH 0/2] Add RTC driver for STM32MP1
Benjamin Gaignard
benjamin.gaignard at st.com
Tue Jun 25 09:23:59 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).
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
More information about the U-Boot
mailing list