]> git.baikalelectronics.ru Git - uboot.git/commit
rtc: m41t62: implements read8/write8 operations
authorThomas Perrot <thomas.perrot@bootlin.com>
Fri, 17 Mar 2023 14:22:41 +0000 (15:22 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 30 Mar 2023 19:09:59 +0000 (15:09 -0400)
commitbc99d42871937dd25cc6f6c5faac0a035c6a4164
treefb0a4668cdcd76af321a82d58e400654ceefa367
parent59f27d574367b53b1b08b48da374f3b75b7aebd1
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>
drivers/rtc/m41t62.c