Re: [U-Boot] [PATCH] rtc: add support for DS3232 device

2020-01-10 Thread Tom Rini
On Tue, Nov 12, 2019 at 08:39:38AM +, Han Nandor wrote: > DS3232 is an i2c RTC with 236 bytes of battery-backed SRAM. > > Add an RTC driver for DS3232 device, which provides time and > date support. Also read and write functions are provided, > which can be used to access the SRAM memory. >

[U-Boot] [PATCH] rtc: add support for DS3232 device

2019-11-12 Thread Han Nandor
DS3232 is an i2c RTC with 236 bytes of battery-backed SRAM. Add an RTC driver for DS3232 device, which provides time and date support. Also read and write functions are provided, which can be used to access the SRAM memory. Signed-off-by: Nandor Han --- Notes: Description --