Re: [PATCH v3 2/5] dt-bindings: iio: adc: ad4130: Add new supported parts
From: Jonathan Cameron
Date: Mon Apr 20 2026 - 12:56:34 EST
On Sat, 11 Apr 2026 14:08:59 -0500
David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> On 4/1/26 6:58 AM, Jonathan Santos wrote:
> > Extend driver support for AD4129-4/8, AD4130-4, and AD4131-4/8 ADC
> > variants.
> >
> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
> > Signed-off-by: Jonathan Santos <Jonathan.Santos@xxxxxxxxxx>
> > ---
> > Changes in v3:
> > * None.
> >
> > Changes in v2:
> > * None.
> > ---
> > .../devicetree/bindings/iio/adc/adi,ad4130.yaml | 15 +++++++++++++--
> > 1 file changed, 13 insertions(+), 2 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
> > index fcc00e5cfd54..f4cad68fa04d 100644
> > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
> > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
> > @@ -5,19 +5,30 @@
> > $id: http://devicetree.org/schemas/iio/adc/adi,ad4130.yaml#
> > $schema: http://devicetree.org/meta-schemas/core.yaml#
> >
> > -title: Analog Devices AD4130 ADC device driver
> > +title: Analog Devices AD4130 family ADC device driver
>
> I'm surprised that on one said anything about the word "driver"
> in a devicetree binding. :-)
>
You could have kept quiet! :) Anyhow, tweaked here and in the patch title
to not mention driver.
Series applied to the testing branch of iio.git.
Jonathan