Re: [PATCH v4] dt-bindings: iio: tsl2563: convert bindings to YAML

From: Jonathan Cameron
Date: Sat Apr 04 2020 - 10:13:50 EST


On Mon, 30 Mar 2020 16:59:34 -0600
Rob Herring <robh@xxxxxxxxxx> wrote:

> On Wed, 18 Mar 2020 12:49:40 +0530, Nishant Malpani wrote:
> > Convert the TSL2563 device tree bindings to the new YAML format.
> >
> > Signed-off-by: Nishant Malpani <nish.malpani25@xxxxxxxxx>
> > ---
> >
> > Changes in v4:
> > - Change $id property to reflect corrected relative path.
> >
> > Changes in v3:
> > - Include the complete diff (changes from v1).
> >
> > Changes in v2:
> > - Rename the dt-bindings to include manufacturer's name.
> > - Synchronize the bindings with the driver.
> > ---
> > .../bindings/iio/light/amstaos,tsl2563.yaml | 49 +++++++++++++++++++
> > .../devicetree/bindings/iio/light/tsl2563.txt | 19 -------
> > 2 files changed, 49 insertions(+), 19 deletions(-)
> > create mode 100644 Documentation/devicetree/bindings/iio/light/amstaos,tsl2563.yaml
> > delete mode 100644 Documentation/devicetree/bindings/iio/light/tsl2563.txt
> >
>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to play with it.

Thanks,

Jonathan