This series converts STM32 Timer mfd bindings to json-schema. The original binding split between all the subnode remains the same that why subnode bindings are converted first and then included in the mfd binding. Benjamin Gaignard (4): dt-bindings: counter: Convert stm32 counter bindings to json-schema dt-bindings: iio: timer: Convert stm32 IIO trigger bindings to json-schema dt-bindings: pwm: Convert stm32 pwm bindings to json-schema dt-bindings: mfd: Convert stm32 timers bindings to json-schema .../bindings/counter/st,stm32-timer-cnt.yaml | 38 +++++++++ .../bindings/counter/stm32-timer-cnt.txt | 31 -------- .../bindings/iio/timer/st,stm32-timer-trigger.yaml | 44 +++++++++++ .../bindings/iio/timer/stm32-timer-trigger.txt | 25 ------ .../devicetree/bindings/mfd/st,stm32-timers.yaml | 91 ++++++++++++++++++++++ .../devicetree/bindings/mfd/stm32-timers.txt | 73 ----------------- .../devicetree/bindings/pwm/pwm-stm32.txt | 38 --------- .../devicetree/bindings/pwm/st,stm32-pwm.yaml | 51 ++++++++++++ 8 files changed, 224 insertions(+), 167 deletions(-) create mode 100644 Documentation/devicetree/bindings/counter/st,stm32-timer-cnt.yaml delete mode 100644 Documentation/devicetree/bindings/counter/stm32-timer-cnt.txt create mode 100644 Documentation/devicetree/bindings/iio/timer/st,stm32-timer-trigger.yaml delete mode 100644 Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt create mode 100644 Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/stm32-timers.txt delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-stm32.txt create mode 100644 Documentation/devicetree/bindings/pwm/st,stm32-pwm.yaml -- 2.15.0