[PATCH v4 0/4] rtc: Add RK808 PMIC RTC
Jagan Teki
jagan at amarulasolutions.com
Fri Jul 10 17:50:53 CEST 2020
This series support RK808 PMIC RTC on rk3399.
Changes for v4:
- rebase on master
- cleanup of style changes
Any inputs?
Jagan.
Suniel Mahesh (4):
arm: dts: rockchip: rk3399-roc-pc: Add RTC child node for RK808 PMIC
power: pmic: rk8xx: bind rk808 RTC
rtc: rk8xx: Add base support for the RK808 PMIC RTC
roc-rk3399-pc: Enable DM RTC
arch/arm/dts/rk3399-roc-pc-u-boot.dtsi | 8 +
configs/roc-pc-mezzanine-rk3399_defconfig | 1 +
configs/roc-pc-rk3399_defconfig | 1 +
drivers/power/pmic/rk8xx.c | 19 ++-
drivers/rtc/Kconfig | 8 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rk808-rtc.c | 173 ++++++++++++++++++++++
7 files changed, 210 insertions(+), 1 deletion(-)
create mode 100644 drivers/rtc/rk808-rtc.c
--
2.25.1
More information about the U-Boot
mailing list