aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Fedrau <dima.fedrau@gmail.com>2024-02-14 09:53:44 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-02-17 16:16:12 +0000
commit9f9bfae410e6cdfa454e779c9ef3b737a213ce2c (patch)
treedf4b446f937bd68763764283216baf20b69aa559
parent52882c6fb16ff406b7f5330958523328ce40f248 (diff)
downloadiio-9f9bfae410e6cdfa454e779c9ef3b737a213ce2c.tar.gz
dt-bindings: iio: humidity: hdc3020: add interrupt bindings in example
Add interrupt bindings in example. Signed-off-by: Dimitri Fedrau <dima.fedrau@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20240214085350.19382-3-dima.fedrau@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--Documentation/devicetree/bindings/iio/humidity/ti,hdc3020.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/humidity/ti,hdc3020.yaml b/Documentation/devicetree/bindings/iio/humidity/ti,hdc3020.yaml
index 7f6d0f9edc75e..8b5dedd1a598c 100644
--- a/Documentation/devicetree/bindings/iio/humidity/ti,hdc3020.yaml
+++ b/Documentation/devicetree/bindings/iio/humidity/ti,hdc3020.yaml
@@ -43,6 +43,7 @@ additionalProperties: false
examples:
- |
+ #include <dt-bindings/interrupt-controller/irq.h>
i2c {
#address-cells = <1>;
#size-cells = <0>;
@@ -51,5 +52,7 @@ examples:
compatible = "ti,hdc3021", "ti,hdc3020";
reg = <0x47>;
vdd-supply = <&vcc_3v3>;
+ interrupt-parent = <&gpio3>;
+ interrupts = <23 IRQ_TYPE_EDGE_RISING>;
};
};