diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-11-30 09:58:29 -0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-12-02 23:25:47 +0100 |
commit | 10d96b44a94e5cfd23739d2dcb950a7bdc109736 (patch) | |
tree | 354f2aa252592577c59d101a4e3299ef103a46e1 /Documentation | |
parent | 029d3a6f2f3c73ac29a7460d8007798e940488fd (diff) | |
download | linux-stable-10d96b44a94e5cfd23739d2dcb950a7bdc109736.tar.gz linux-stable-10d96b44a94e5cfd23739d2dcb950a7bdc109736.tar.bz2 linux-stable-10d96b44a94e5cfd23739d2dcb950a7bdc109736.zip |
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 <festevam@gmail.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20211130125830.1166194-1-festevam@gmail.com
Diffstat (limited to 'Documentation')
-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 |