Re: [PATCH v3 3/3] dt-bindings: iio: dac: ad5686: add binding

From: Jonathan Cameron
Date: Sat Oct 10 2020 - 19:14:34 EST


On Tue, 29 Sep 2020 13:53:00 -0500
Rob Herring <robh@xxxxxxxxxx> wrote:

> On Thu, 24 Sep 2020 14:52:14 -0500, Michael Auchter wrote:
> > Add a binding for AD5686
> >
> > Signed-off-by: Michael Auchter <michael.auchter@xxxxxx>
> > ---
> > Changes since v1:
> > - Keep supported device sorted
> > - fix adc -> dac typo in schema path
> > since v2:
> > - drop address-cells and size-cells from binding doc
> > - add "additionalProperties: false"
> > - end with ...
> >
> > .../bindings/iio/dac/adi,ad5686.yaml | 57 +++++++++++++++++++
> > 1 file changed, 57 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/iio/dac/adi,ad5686.yaml
> >
>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
Series applied with a slight tweak to patch 1 to constify the channel
macro inline with recent tidy up patch doing the same to other instances
in the driver.

Applied to the togreg branch of iio.git and pushed out as testing for the
autobuilders to poke at it and see if we missed anything.

Thanks,

Jonathan