Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79610340 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: snvs: set range

The SNVS is a 47-bit counter incremented at 32768Hz, it is then a 32-bit
second counter.

Link: https://lore.kernel.org/r/20190828205056.31321-1-alexandre.belloni@bootlin.com


Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 6fd4fe9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -348,6 +348,7 @@ static int snvs_rtc_probe(struct platform_device *pdev)
	}
	}


	data->rtc->ops = &snvs_rtc_ops;
	data->rtc->ops = &snvs_rtc_ops;
	data->rtc->range_max = U32_MAX;
	ret = rtc_register_device(data->rtc);
	ret = rtc_register_device(data->rtc);
	if (ret) {
	if (ret) {
		dev_err(&pdev->dev, "failed to register rtc: %d\n", ret);
		dev_err(&pdev->dev, "failed to register rtc: %d\n", ret);