rtc: Add ASPEED RTC driver
authorJoel Stanley <joel@jms.id.au>
Wed, 27 Mar 2019 01:02:15 +0000 (11:32 +1030)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 4 Apr 2019 08:07:10 +0000 (10:07 +0200)
commit184a182ed52a9b224cfa081a01e920c6ab1ce0bd
tree8995f38fb0dafba662a0ebe09db1a645b98f7f54
parente3b371109e01a9f12715e7d43a3a4e187c246ae3
rtc: Add ASPEED RTC driver

Read and writes the time to the non-battery backed RTC in the ASPEED BMC
system on chip families.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-aspeed.c [new file with mode: 0644]