On Thu, 19 Mar 2020 18:46:23 +0100, Fabrice Gasnier wrote: > Convert the STM32 DAC binding to DT schema format using json-schema > > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@xxxxxx> > --- > Changes in v2: > - Fix id relative path/filename as detected by Rob's bot > --- > .../devicetree/bindings/iio/dac/st,stm32-dac.txt | 63 ------------ > .../devicetree/bindings/iio/dac/st,stm32-dac.yaml | 110 +++++++++++++++++++++ > 2 files changed, 110 insertions(+), 63 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt > create mode 100644 Documentation/devicetree/bindings/iio/dac/st,stm32-dac.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>