[PATCHv4 3/9] rtc: m41t62: add oscillator fail bit reset support

2020-11-02 Thread sbabic
> In case of empty battery or glitches the oscillator fail > bit might be set. This will reset the bit in the reset > routine. > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCHv4 3/9] rtc: m41t62: add oscillator fail bit reset support

2020-09-02 Thread Sebastian Reichel
In case of empty battery or glitches the oscillator fail bit might be set. This will reset the bit in the reset routine. Signed-off-by: Sebastian Reichel --- drivers/rtc/m41t62.c | 50 1 file changed, 50 insertions(+) diff --git