diff options
author | Fabio Estevam <[email protected]> | 2021-11-30 09:58:29 -0300 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2021-12-02 23:25:47 +0100 |
commit | 10d96b44a94e5cfd23739d2dcb950a7bdc109736 (patch) | |
tree | 354f2aa252592577c59d101a4e3299ef103a46e1 | |
parent | 029d3a6f2f3c73ac29a7460d8007798e940488fd (diff) |
dt/bindings: rtc: rx8900: Add an entry for RX8804
The Epson RX8804 RTC has the same programming model as RV8803 and
RX8900.
Add an entry for it in the binding document.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Otavio Salvador <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/rtc/epson,rx8900.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml b/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml index 29fe39bb08ad..d12855e7ffd7 100644 --- a/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml +++ b/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml @@ -15,6 +15,7 @@ allOf: properties: compatible: enum: + - epson,rx8804 - epson,rx8900 - microcrystal,rv8803 |