Re: [U-Boot] [PATCH] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module

2019-07-22 Thread Wolfgang Denk
Dear Chuanhua Han, In message <20190722075642.1456-1-chuanhua@nxp.com> you wrote: > This patch add an implementation of the rtc_enable_32khz_output() that > uses the driver model i2c APIs. > > Signed-off-by: Chuanhua Han > --- > drivers/rtc/ds3231.c | 17 + > include/rtc.h

[U-Boot] [PATCH] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module

2019-07-22 Thread Chuanhua Han
This patch add an implementation of the rtc_enable_32khz_output() that uses the driver model i2c APIs. Signed-off-by: Chuanhua Han --- drivers/rtc/ds3231.c | 17 + include/rtc.h| 1 + 2 files changed, 18 insertions(+) diff --git a/drivers/rtc/ds3231.c b/drivers/rtc/ds32