On Fri, 22 Sep 2023 12:30:06 +0100 Conor Dooley <conor@xxxxxxxxxx> wrote: > On Thu, Sep 21, 2023 at 09:24:20PM +0200, Marek Vasut wrote: > > The ADS1015 can have optional IRQ line connected, document it in the DT bindings. > > > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > > --- > > Cc: Alexandru Lazar <alazar@xxxxxxxxxxxxx> > > Cc: Conor Dooley <conor+dt@xxxxxxxxxx> > > Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Applied to the togreg branch of iio.git Thanks, Jonathan > > Thanks, > Conor. > > > Cc: Daniel Baluta <daniel.baluta@xxxxxxx> > > Cc: Jonathan Cameron <jic23@xxxxxxxxxx> > > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> > > Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> > > Cc: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > > Cc: Marek Vasut <marex@xxxxxxx> > > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > > Cc: devicetree@xxxxxxxxxxxxxxx > > Cc: linux-iio@xxxxxxxxxxxxxxx > > --- > > Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml b/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml > > index e004659099c19..d605999ffe288 100644 > > --- a/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml > > +++ b/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml > > @@ -23,6 +23,9 @@ properties: > > reg: > > maxItems: 1 > > > > + interrupts: > > + maxItems: 1 > > + > > "#address-cells": > > const: 1 > > > > -- > > 2.40.1 > >