Re: [PATCH v2] dt-bindings: iio: dac: stm32-dac: convert bindings to json-schema

From: Jonathan Cameron
Date: Sat Apr 04 2020 - 10:16:37 EST


On Mon, 30 Mar 2020 17:20:40 -0600
Rob Herring <robh@xxxxxxxxxx> wrote:

> 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>
Applied to the togreg branch of iio.git and pushed out as testing for the
autobuilders to poke at it.

Thanks,

Jonathan