On Mon, 14 Oct 2019 11:23:16 +0200, Benjamin Gaignard wrote: > Convert the STM32 timer binding to DT schema format using json-schema > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > --- > changes in v3: > - use (GPL-2.0-only OR BSD-2-Clause) license > - fix identation > - add additionalProperties: false > > .../devicetree/bindings/timer/st,stm32-timer.txt | 22 ---------- > .../devicetree/bindings/timer/st,stm32-timer.yaml | 47 ++++++++++++++++++++++ > 2 files changed, 47 insertions(+), 22 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/timer/st,stm32-timer.txt > create mode 100644 Documentation/devicetree/bindings/timer/st,stm32-timer.yaml > Applied, thanks. Rob