Re: [PATCH v2 1/2] bindings: iio: adc: Add max11205 documentation file

From: Jonathan Cameron
Date: Sun Sep 04 2022 - 12:19:01 EST


On Wed, 31 Aug 2022 16:36:25 +0300
Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote:

> On 31/08/2022 16:30, Ramona Bolboaca wrote:
> > Add bindings documentation file and MAINTAINERS entry for MAX11205.
> >
> > Signed-off-by: Ramona Bolboaca <ramona.bolboaca@xxxxxxxxxx>
>
>
> > +properties:
> > + compatible:
> > + enum:
> > + - maxim,max11205a
> > + - maxim,max11205b
> > +
> > + reg:
> > + maxItems: 1
> > +
> > + interrupts:
> > + maxItems: 1
> > +
> > + spi-max-frequency:
> > + maximum: 5000000
> > +
> > + spi-cpha: true
> > +
> > + vref-supply:
> > + description:
> > + The regulator supply for the ADC reference voltage. This is a differential
> > + reference. It is equal to the V_REFP - V_REFN. The maximum value is 3.6V.
> > +
> > +required:
> > + - compatible
> > + - reg
> > + - spi-max-frequency
> > + - spi-cpha
> > + - interrupts
> > + - vref-supply
>
> If you are going to send a new version, please put the properties here
> in the same order as they appear in top-level "properties:".
Tweaked whilst applying.

J
>
> In any case:
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>
> Best regards,
> Krzysztof