gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / light / vl6180.txt
blob2c52952715a0e279596067b14554c0462e3a2e9b
1 STMicro VL6180 -  ALS, range and proximity sensor
3 Link to datasheet: http://www.st.com/resource/en/datasheet/vl6180x.pdf
5 Required properties:
7         -compatible: should be "st,vl6180"
8         -reg: the I2C address of the sensor
10 Example:
12 vl6180@29 {
13         compatible = "st,vl6180";
14         reg = <0x29>;