gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / light / apds9300.txt
blobaa199e09a493f179ecee2cf55a45054203c5a9a7
1 * Avago APDS9300 ambient light sensor
3 http://www.avagotech.com/docs/AV02-1077EN
5 Required properties:
7   - compatible : should be "avago,apds9300"
8   - reg : the I2C address of the sensor
10 Optional properties:
12   - interrupts : interrupt mapping for GPIO IRQ
14 Example:
16 apds9300@39 {
17         compatible = "avago,apds9300";
18         reg = <0x39>;
19         interrupt-parent = <&gpio2>;
20         interrupts = <29 8>;