[PATCHv4 2/9] rtc: m41t62: reset SQW in m41t62_rtc_reset

2020-11-02 Thread sbabic
> This takes care of resetting the 32kHz square wave, which is > used by some boards as clock source for the SoC. > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX

[PATCHv4 2/9] rtc: m41t62: reset SQW in m41t62_rtc_reset

2020-09-02 Thread Sebastian Reichel
This takes care of resetting the 32kHz square wave, which is used by some boards as clock source for the SoC. Signed-off-by: Sebastian Reichel --- drivers/rtc/m41t62.c | 89 +--- 1 file changed, 83 insertions(+), 6 deletions(-) diff --git