commit | 13bfa942254f0894f22bcbfccee3480df1bfd89d | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Fri Apr 19 10:24:56 2019 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Fri Apr 19 22:37:16 2019 +0200 |
tree | 5169c4af60557f5242e709445183bcff209fce70 | |
parent | d71c7715326b561e5b11768e8146f46287d1edd8 [diff] |
rtc: ds2404: set range The real-time clock is a 5-byte binary counter. It is incremented 256 times per second. The least significant byte is a count of fractional seconds. The upper four bytes are a count of seconds. The realtime clock can accumulate 136 years of seconds before rolling over. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>