gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / light / apds9960.txt
blob3af325ad194b9137da740ace14d9fc9188ddc4fa
1 * Avago APDS9960 gesture/RGB/ALS/proximity sensor
3 http://www.avagotech.com/docs/AV02-4191EN
5 Required properties:
7   - compatible: must be "avago,apds9960"
8   - reg: the I2c address of the sensor
9   - interrupts : the sole interrupt generated by the device
11   Refer to interrupt-controller/interrupts.txt for generic interrupt client
12   node bindings.
14 Example:
16 apds9960@39 {
17         compatible = "avago,apds9960";
18         reg = <0x39>;
19         interrupt-parent = <&gpio1>;
20         interrupts = <16 1>;