[PATCH v2 1/5] dt-bindings: iio: adc: ad4130: Document interrupts property

Jonathan Santos posted 5 patches 3 weeks ago
There is a newer version of this series
[PATCH v2 1/5] dt-bindings: iio: adc: ad4130: Document interrupts property
Posted by Jonathan Santos 3 weeks ago
the Data Ready/FIFO interrupt has a special behavior that inverts the
IRQ polarity when devices with FIFO support enter FIFO mode, while using
normal polarity for data ready.

Document the interrupts property to clarify this special behavior for
users.

Signed-off-by: Jonathan Santos <Jonathan.Santos@analog.com>
---
Changes in v2:
* New patch.
---
 Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
index d00690a8d3fb..fcc00e5cfd54 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
@@ -32,6 +32,10 @@ properties:
 
   interrupts:
     maxItems: 1
+    description: |
+      Data Ready / FIFO interrupt. For devices with FIFO support, the
+      interrupt polarity specified here is inverted when the device enters
+      FIFO mode, and normal for data ready.
 
   interrupt-names:
     description: |
-- 
2.34.1
Re: [PATCH v2 1/5] dt-bindings: iio: adc: ad4130: Document interrupts property
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On Mon, Mar 16, 2026 at 08:45:06AM -0300, Jonathan Santos wrote:
> the Data Ready/FIFO interrupt has a special behavior that inverts the

s/the/The/

> IRQ polarity when devices with FIFO support enter FIFO mode, while using
> normal polarity for data ready.
> 
> Document the interrupts property to clarify this special behavior for
> users.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof