gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / light / vcnl4035.txt
blobc07c7f0525564442ad5c2a996c967b92bf986aac
1 VISHAY VCNL4035 -  Ambient Light and proximity sensor
3 Link to datasheet: https://www.vishay.com/docs/84251/vcnl4035x01.pdf
5 Required properties:
7         -compatible: should be "vishay,vcnl4035"
8         -reg: I2C address of the sensor, should be 0x60
9         -interrupts: interrupt mapping for GPIO IRQ (level active low)
11 Example:
13 light-sensor@60 {
14         compatible = "vishay,vcnl4035";
15         reg = <0x60>;
16         interrupt-parent = <&gpio4>;
17         interrupts = <11 IRQ_TYPE_LEVEL_LOW>;