On Fri, 17 Jun 2022 13:44:19 +0200, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the DS1307 (and compatible) RTC bindings from the free-form text > format to json-schema. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > Changes in v2: > - add compatible string list for [ st,m41t00, dallas,ds1338 ] > - allow second interrupt and interrupt-names > - remove commented-out section > - allow vcc-supply > > .../devicetree/bindings/rtc/rtc-ds1307.txt | 52 --------- > .../devicetree/bindings/rtc/rtc-ds1307.yaml | 102 ++++++++++++++++++ > 2 files changed, 102 insertions(+), 52 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/rtc/rtc-ds1307.txt > create mode 100644 Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml > Looks like this hasn't been picked up so I've applied both patches, thanks! Rob