On Fri, Jul 22, 2022 at 10:04 AM Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx> wrote: > > Hello, > > On 21/07/2022 15:37:32-0600, Rob Herring wrote: > > 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! > > This was on my radar but I'm never sure what you prefer for dt-bindings > only series. My (or Krzysztof's) Reviewed-by/Acked-by means I expect it to go via subsystem tree. Rob