5e7f47e495
This patch adds support for STMicro VL6180 - ALS, range and proximity sensor. Sensor is capable of measuring the light intensity as well as object distance using TOF (Time of Flight) technology. Signed-off-by: Manivannan Sadhasivam <manivannanece23@gmail.com> Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
STMicro VL6180 - ALS, range and proximity sensor
|
|
|
|
Link to datasheet: http://www.st.com/resource/en/datasheet/vl6180x.pdf
|
|
|
|
Required properties:
|
|
|
|
-compatible: should be "st,vl6180"
|
|
-reg: the I2C address of the sensor
|
|
|
|
Example:
|
|
|
|
vl6180@29 {
|
|
compatible = "st,vl6180";
|
|
reg = <0x29>;
|
|
};
|