From patchwork Fri Jul 10 15:50:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 241315 List-Id: U-Boot discussion From: jagan at amarulasolutions.com (Jagan Teki) Date: Fri, 10 Jul 2020 21:20:53 +0530 Subject: [PATCH v4 0/4] rtc: Add RK808 PMIC RTC Message-ID: <20200710155057.310168-1-jagan@amarulasolutions.com> 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