1
0
Fork 0

rtc: xgene: set range

CCVR is a 32bit second counter.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
hifive-unleashed-5.2
Alexandre Belloni 2019-03-20 13:32:28 +01:00
parent a652e00ee1
commit 490595abfd
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ static int xgene_rtc_probe(struct platform_device *pdev)
/* HW does not support update faster than 1 seconds */
pdata->rtc->uie_unsupported = 1;
pdata->rtc->ops = &xgene_rtc_ops;
pdata->rtc->range_max = U32_MAX;
ret = rtc_register_device(pdata->rtc);
if (ret) {