commit | fdef6b982f0a24d4b3a83d107da4f817efa4566f | [log] [tgz] |
---|---|---|
author | Thomas Perrot <thomas.perrot@bootlin.com> | Fri Mar 17 15:22:41 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 30 15:09:59 2023 -0400 |
tree | fb0a4668cdcd76af321a82d58e400654ceefa367 | |
parent | 39409fac2c9d9f3cc9cb23b88502b5ff08887339 [diff] |
rtc: m41t62: implements read8/write8 operations These operations are required by dm_rtc_read and dm_bootcount_get helpers. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org>