Message ID | 20210709044518.28769-3-matt@traverse.com.au |
---|---|
State | Accepted |
Commit | 8158da6a33f2656c2a98c30eb9185a44e215a6b6 |
Headers | show |
Series | rtc: Implement support for EPSON RX-8035 | expand |
On Fri, 09 Jul 2021 04:45:18 +0000, Mathew McBride wrote: > 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> > --- > Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi, 2021年7月9日(金) 13:45 Mathew McBride <matt@traverse.com.au>: > > 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> > --- > Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Best regards, Nobuhiro > > 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 > -- > 2.30.1 > -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6
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
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> --- Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 3 +++ 1 file changed, 3 insertions(+) -- 2.30.1