On Sat, 14 Dec 2019 10:00:25 +0100, Benjamin Gaignard wrote: > Convert the STM32 RTC binding to DT schema format using json-schema > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > --- > changes in version 2: > - remove useless type definitions > - move properties definitions in the core of the yaml > > .../devicetree/bindings/rtc/st,stm32-rtc.txt | 61 --------- > .../devicetree/bindings/rtc/st,stm32-rtc.yaml | 139 +++++++++++++++++++++ > 2 files changed, 139 insertions(+), 61 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/rtc/st,stm32-rtc.txt > create mode 100644 Documentation/devicetree/bindings/rtc/st,stm32-rtc.yaml > Applied, thanks. Rob