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

rtc: puv3: set range

parent a5965a31
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -234,6 +234,7 @@ static int puv3_rtc_probe(struct platform_device *pdev)

	/* register RTC and exit */
	rtc->ops = &puv3_rtcops;
	rtc->range_max = U32_MAX;
	ret = rtc_register_device(rtc);
	if (ret)
		goto err_nortc;