mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 05:02:31 +00:00
rtc: s35390a: set range
This is a standard BCD RTC that will fail in 2100. Link: https://lore.kernel.org/r/20191016200848.30246-2-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
ed6c6dfdbe
commit
9e8a968fe3
@ -488,6 +488,8 @@ static int s35390a_probe(struct i2c_client *client,
|
||||
device_set_wakeup_capable(dev, 1);
|
||||
|
||||
s35390a->rtc->ops = &s35390a_rtc_ops;
|
||||
s35390a->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000;
|
||||
s35390a->rtc->range_max = RTC_TIMESTAMP_END_2099;
|
||||
|
||||
/* supports per-minute alarms only, therefore set uie_unsupported */
|
||||
s35390a->rtc->uie_unsupported = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user