提交 490595ab 编写于 作者: A Alexandre Belloni

rtc: xgene: set range

CCVR is a 32bit second counter.
Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
上级 a652e00e
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册