Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: ps3: set range

The PS3 has a 64bit second counter from 2000. While this exceeds the 64bit
UNIX timestamp, there is not doubt that non of them will still be working
by then.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

+1
+1
drivers/rtc/rtc-ps3.c
··· 52 52 return PTR_ERR(rtc); 53 53 54 54 rtc->ops = &ps3_rtc_ops; 55 + rtc->range_max = U64_MAX; 55 56 56 57 platform_set_drvdata(dev, rtc); 57 58