On Mon, 18 Nov 2019 10:48:42 +0100, Benjamin Gaignard wrote: > Convert the STM32 low power timers binding to DT schema format using json-schema > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > --- > changes in version 2: > - improve counter function description > - set reg maximum to 2 instead of 3 > > .../bindings/counter/stm32-lptimer-cnt.txt | 29 ----- > .../bindings/iio/timer/stm32-lptimer-trigger.txt | 23 ---- > .../devicetree/bindings/mfd/st,stm32-lptimer.yaml | 120 +++++++++++++++++++++ > .../devicetree/bindings/mfd/stm32-lptimer.txt | 48 --------- > .../devicetree/bindings/pwm/pwm-stm32-lp.txt | 30 ------ > 5 files changed, 120 insertions(+), 130 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/counter/stm32-lptimer-cnt.txt > delete mode 100644 Documentation/devicetree/bindings/iio/timer/stm32-lptimer-trigger.txt > create mode 100644 Documentation/devicetree/bindings/mfd/st,stm32-lptimer.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/stm32-lptimer.txt > delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-stm32-lp.txt > Applied, thanks. Rob