]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Documentation: dt: iio: imu: st_lsm6dsx: add st,drdy-int-pin property
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Sun, 22 Jan 2017 18:32:25 +0000 (19:32 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 28 Jan 2017 12:42:51 +0000 (12:42 +0000)
Add st,drdy-int-pin property to select interrupt pin of the package

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt

index ed3cdac00f1327b32507dd1de352c68cf3cc2dd7..cf81afdf7803e2d1c49c70efe2a0cf63347739fa 100644 (file)
@@ -7,6 +7,8 @@ Required properties:
 - reg: i2c address of the sensor / spi cs line
 
 Optional properties:
+- st,drdy-int-pin: the pin on the package that will be used to signal
+  "data ready" (valid values: 1 or 2).
 - interrupt-parent: should be the phandle for the interrupt controller
 - interrupts: interrupt mapping for IRQ. It should be configured with
   flags IRQ_TYPE_LEVEL_HIGH or IRQ_TYPE_EDGE_RISING.