commit | 180c92c4ae7c76329c990dc55dc3d422e7640527 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu May 17 22:48:18 2018 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu May 17 22:54:24 2018 +0200 |
tree | 0f610b99c90c4f60f89d6fa9bc7a020b80cccd4b | |
parent | 63d22063073b0ab46d1e06fe633fb5de8f5c58e1 [diff] |
rtc: tps6586x: let the core handle rtc range Let the core handle offsetting and windowing the RTC range. The RTC has a 40-bit counter counting at 1024 Hz. So its maximum value is 2^(40-10) - 1. Also, let the core handle the offset instead of coding it in the callbacks. Keep the default epoch at the beginning of 2009 (this will fail in 2043). Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>