提交 4bc85a38 编写于 作者: A Alexandre Belloni

rtc: dm355evm: set range

The MSP430 has a 32bit second counter.
Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
上级 c50fd69a
......@@ -134,6 +134,7 @@ static int dm355evm_rtc_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, rtc);
rtc->ops = &dm355evm_rtc_ops;
rtc->range_max = U32_MAX;
return rtc_register_device(rtc);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册