Re: [U-Boot] [PATCH] rtc: add Microcrystal RV-8803 driver

2019-05-28 Thread Tom Rini
On Mon, May 27, 2019 at 10:23:21PM +0200, Michael Walle wrote: > Signed-off-by: Michael Walle > --- > > Btw if anybody notices the compatible string difference to the rv3029 > driver, ie mc,rv3029 vs microcrystal,rv8803. The "mc" prefix is actually > the legacy one. > > drivers/rtc/Kconfig |

[U-Boot] [PATCH] rtc: add Microcrystal RV-8803 driver

2019-05-27 Thread Michael Walle
Signed-off-by: Michael Walle --- Btw if anybody notices the compatible string difference to the rv3029 driver, ie mc,rv3029 vs microcrystal,rv8803. The "mc" prefix is actually the legacy one. drivers/rtc/Kconfig | 10 +++ drivers/rtc/Makefile | 1 + drivers/rtc/rv8803.c | 167