[PATCH 1/5] rtc: 88pm80x: stop setting a default time

2018-05-17 Thread Alexandre Belloni
It doesn't make sense to set the RTC to a default value at probe time. Let the core handle invalid date and time. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-88pm80x.c | 22 -- 1 file changed, 22 deletions(-) diff --git

[PATCH 1/5] rtc: 88pm80x: stop setting a default time

2018-05-17 Thread Alexandre Belloni
It doesn't make sense to set the RTC to a default value at probe time. Let the core handle invalid date and time. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-88pm80x.c | 22 -- 1 file changed, 22 deletions(-) diff --git a/drivers/rtc/rtc-88pm80x.c