commit | f36e6c7c848da062aaca6a13f780328849ccf697 | [log] [tgz] |
---|---|---|
author | Mathew McBride <matt@traverse.com.au> | Fri Sep 17 06:46:02 2021 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 03 14:40:56 2021 -0400 |
tree | f34591d6602970dfe709c4584f987c463aac9436 | |
parent | 25026cbc61eb2feb49f81157ea0113b1bc993f94 [diff] |
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>