rtc: rx8025: add support for EPSON RX8035.
authorMathew McBride <matt@traverse.com.au>
Fri, 17 Sep 2021 06:46:02 +0000 (06:46 +0000)
committerTom Rini <trini@konsulko.com>
Sun, 3 Oct 2021 18:40:56 +0000 (14:40 -0400)
commit9ca4ae2d2a7300e9d2bfdd0b818aacc854c7c617
treef34591d6602970dfe709c4584f987c463aac9436
parent152ef916f8f3a8b650aa7ab1ea5b4e9555011536
rtc: rx8025: add support for EPSON RX8035.

The RX8035 is a newer model from EPSON which is
very similar in operation to the RX8025.

The changes mirror similar ones that will be
in Linux 5.15:
https://lore.kernel.org/all/20210709044518.28769-2-matt@traverse.com.au/

The UBOOT_DRIVER ID has also been corrected, previously
it declared itself as rx8010sj_rtc which is a different driver.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
drivers/rtc/rx8025.c