devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iio: adc: ti,ads1015: Document optional interrupt line
@ 2023-09-21 19:24 Marek Vasut
  2023-09-22 11:30 ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2023-09-21 19:24 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Alexandru Lazar, Conor Dooley, Daniel Baluta,
	Jonathan Cameron, Krzysztof Kozlowski, Lars-Peter Clausen,
	Marco Felsch, Rob Herring, linux-iio

The ADS1015 can have optional IRQ line connected, document it in the DT bindings.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Alexandru Lazar <alazar@startmail.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Daniel Baluta <daniel.baluta@nxp.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Marco Felsch <m.felsch@pengutronix.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-iio@vger.kernel.org
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: iio: adc: ti,ads1015: Document optional interrupt line
  2023-09-21 19:24 [PATCH] dt-bindings: iio: adc: ti,ads1015: Document optional interrupt line Marek Vasut
@ 2023-09-22 11:30 ` Conor Dooley
  2023-09-23 17:40   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Conor Dooley @ 2023-09-22 11:30 UTC (permalink / raw)
  To: Marek Vasut
  Cc: devicetree, Alexandru Lazar, Conor Dooley, Daniel Baluta,
	Jonathan Cameron, Krzysztof Kozlowski, Lars-Peter Clausen,
	Marco Felsch, Rob Herring, linux-iio

[-- Attachment #1: Type: text/plain, Size: 1360 bytes --]

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@denx.de>
> ---
> Cc: Alexandru Lazar <alazar@startmail.com>
> Cc: Conor Dooley <conor+dt@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

> Cc: Daniel Baluta <daniel.baluta@nxp.com>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Marco Felsch <m.felsch@pengutronix.de>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: linux-iio@vger.kernel.org
> ---
>  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
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: iio: adc: ti,ads1015: Document optional interrupt line
  2023-09-22 11:30 ` Conor Dooley
@ 2023-09-23 17:40   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2023-09-23 17:40 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Marek Vasut, devicetree, Alexandru Lazar, Conor Dooley,
	Daniel Baluta, Krzysztof Kozlowski, Lars-Peter Clausen,
	Marco Felsch, Rob Herring, linux-iio

On Fri, 22 Sep 2023 12:30:06 +0100
Conor Dooley <conor@kernel.org> 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@denx.de>
> > ---
> > Cc: Alexandru Lazar <alazar@startmail.com>
> > Cc: Conor Dooley <conor+dt@kernel.org>  
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
Applied to the togreg branch of iio.git

Thanks,

Jonathan

> 
> Thanks,
> Conor.
> 
> > Cc: Daniel Baluta <daniel.baluta@nxp.com>
> > Cc: Jonathan Cameron <jic23@kernel.org>
> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> > Cc: Lars-Peter Clausen <lars@metafoo.de>
> > Cc: Marco Felsch <m.felsch@pengutronix.de>
> > Cc: Marek Vasut <marex@denx.de>
> > Cc: Rob Herring <robh+dt@kernel.org>
> > Cc: devicetree@vger.kernel.org
> > Cc: linux-iio@vger.kernel.org
> > ---
> >  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
> >   


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-23 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 19:24 [PATCH] dt-bindings: iio: adc: ti,ads1015: Document optional interrupt line Marek Vasut
2023-09-22 11:30 ` Conor Dooley
2023-09-23 17:40   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).