commit | 386b5941a0dd18dda24b459a421ddc51d5fb0371 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Tue Apr 09 21:59:43 2019 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Apr 11 16:42:55 2019 +0200 |
tree | f753ebc70259eaba8f0406f9fb8397a52676af97 | |
parent | 56573ca7ee77b37d4995ab3382e891aaec982125 [diff] |
rtc: ab3100: set range The ab3100 has a 48bit counter running at 65536 Hz (despite one of the comment). The max value is then (2^48 - 1)/2^16 == 2^32 - 1. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>