diff options
author | Mathew McBride <matt@traverse.com.au> | 2021-07-09 07:45:18 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-08-18 00:48:40 +0300 |
commit | 8158da6a33f2656c2a98c30eb9185a44e215a6b6 (patch) | |
tree | b3d4fa7fc0f420fe9a55c2a508ac4c112efc61de | |
parent | f120e2e33ac8ba1adac4f59eaf1ae1705305158f (diff) | |
download | linux-8158da6a33f2656c2a98c30eb9185a44e215a6b6.tar.xz |
dt-bindings: rtc: add Epson RX-8025 and RX-8035
These are supported by the rtc-rx8025 module. RX-8025
also has support in ds1307 due to compatible time registers.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Reviewed-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210709044518.28769-3-matt@traverse.com.au
-rw-r--r-- | Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml index 7548d8714871..13925bb78ec7 100644 --- a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml @@ -32,6 +32,9 @@ properties: - dallas,ds3232 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE - epson,rx8010 + # I2C-BUS INTERFACE REAL TIME CLOCK MODULE + - epson,rx8025 + - epson,rx8035 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE with Battery Backed RAM - epson,rx8571 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE |