rtc: mv: remove artificial limitation
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 8 Mar 2018 22:32:51 +0000 (23:32 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 27 Mar 2018 08:45:02 +0000 (10:45 +0200)
commit844cba65bf92863ebdb05047eeb843d895d6b7c2
tree700a3225ab22cd641b024259e909e998e3caac1b
parentb3a5ac42ab18b7d1a8f2f072ca0ee76a3b754a43
rtc: mv: remove artificial limitation

Dates after 2038 actually fit on 32 bits. The counter will overflow in
2106. Also, it is bad practice to reset the RTC to a default value.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-mv.c