Re: [PATCH v3 1/2] dt-bindings: iio: tsl2772: convert bindings to YAML format

From: Jonathan Cameron
Date: Sat Apr 27 2019 - 09:05:09 EST


On Fri, 26 Apr 2019 08:20:34 -0500
Rob Herring <robh+dt@xxxxxxxxxx> wrote:

> On Thu, Apr 25, 2019 at 6:03 PM Brian Masney <masneyb@xxxxxxxxxxxxx> wrote:
> >
> > Convert the tsl2772 device tree bindings to the new YAML format.
> >
> > Signed-off-by: Brian Masney <masneyb@xxxxxxxxxxxxx>
> > ---
> > Changes since v2:
> > - Remove allof from led-max-microamp. Split out enum list from [] to
> > individual lines for consistency with the compatible attribute.
> > - Change 'proximity-sensor@39' in example to 'sensor@39'.
> >
> > Changes since v1:
> > - Dropped description from reg and interrupts properties.
> > - Dropped $ref from led-max-microamp, vdd-supply, and vddio-supply.
> > - Changed 'tsl2772@39' in example to 'proximity-sensor@39'
> >
> > .../devicetree/bindings/iio/light/tsl2772.txt | 42 ----------
> > .../bindings/iio/light/tsl2772.yaml | 83 +++++++++++++++++++
> > 2 files changed, 83 insertions(+), 42 deletions(-)
> > delete mode 100644 Documentation/devicetree/bindings/iio/light/tsl2772.txt
> > create mode 100644 Documentation/devicetree/bindings/iio/light/tsl2772.yaml
>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
Applied. Thanks,

Jonathan