Re: [PATCH v2] dt-bindings: iio: adc: Migrate MCP3911 documentation to yaml

From: Jonathan Cameron
Date: Sun Nov 10 2019 - 10:18:09 EST


On Wed, 6 Nov 2019 19:02:59 -0600
Rob Herring <robh@xxxxxxxxxx> wrote:

> On Wed, 6 Nov 2019 12:12:10 +0100, Marcus Folkesson wrote:
> > Rewrite bindings to use json-schema vocabulary.
> >
> > Signed-off-by: Marcus Folkesson <marcus.folkesson@xxxxxxxxx>
> > ---
> >
> > Notes:
> > v2:
> > - Remove descriptor for reg and spi-max-frequency (Rob)
> > - Write better description for clocks and vref-supply (Rob)
> > - Remove max-items for vref-supply
> >
> > .../devicetree/bindings/iio/adc/mcp3911.txt | 30 --------
> > .../bindings/iio/adc/microchip,mcp3911.yaml | 71 +++++++++++++++++++
> > MAINTAINERS | 2 +-
> > 3 files changed, 72 insertions(+), 31 deletions(-)
> > delete mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3911.txt
> > create mode 100644 Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.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