gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / light / max44009.txt
blob4a98848e35c0c5c77093f8a8f4419c56da164ed1
1 * MAX44009 Ambient Light Sensor
3 Required properties:
5 - compatible: should be "maxim,max44009"
6 - reg: the I2C address of the device (default is <0x4a>)
8 Optional properties:
10 - interrupts: interrupt mapping for GPIO IRQ. Should be configured with
11   IRQ_TYPE_EDGE_FALLING.
13 Refer to interrupt-controller/interrupts.txt for generic interrupt client
14 node bindings.
16 Example:
18 light-sensor@4a {
19         compatible = "maxim,max44009";
20         reg = <0x4a>;
22         interrupt-parent = <&gpio1>;
23         interrupts = <17 IRQ_TYPE_EDGE_FALLING>;