rtc: Add an RTC driver for the TI TPS65913 PMIC.

Hardware / Coreboot - Furquan Shaikh [google.com] - 10 April 2015 05:01 UTC

The TPS65913 PMIC has an RTC built into it. This change adds a driver for it which implements the new RTC API.

BUG=chrome-os-partner:33764 BRANCH=None TEST=Compiles and boots to kernel prompt on ryu. Timestamps for event log
verified across multiple boots.

Change-Id: I49ec9b78afc53f1cbd4be09e448cdae6077fb710

8a1ee9b rtc: Add an RTC driver for the TI TPS65913 PMIC.
src/drivers/ti/Kconfig | 1 +
src/drivers/ti/Makefile.inc | 2 +
src/drivers/ti/tps65913/Kconfig | 35 ++++++++
src/drivers/ti/tps65913/Makefile.inc | 20 +++++
src/drivers/ti/tps65913/tps65913rtc.c | 155 +++++++++++++++++++++++++++++++++
5 files changed, 213 insertions(+)

Upstream: review.coreboot.org


  • Share