diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-07-20 19:34:26 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-07-23 20:18:10 +0200 |
commit | 1c28799257bca28cd5ba715e33157500d6239333 (patch) | |
tree | 1526b438955ac2ddea5e12087a970aaab65b7874 /Documentation/devicetree/bindings/iio | |
parent | iio: Add channel for Phase (diff) | |
download | linux-1c28799257bca28cd5ba715e33157500d6239333.tar.xz linux-1c28799257bca28cd5ba715e33157500d6239333.zip |
iio: light: isl29501: Add support for the ISL29501 ToF sensor.
This patch adds support for the ISL29501 Time of Flight sensor.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio')
-rw-r--r-- | Documentation/devicetree/bindings/iio/light/isl29501.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/light/isl29501.txt b/Documentation/devicetree/bindings/iio/light/isl29501.txt new file mode 100644 index 000000000000..46957997fee3 --- /dev/null +++ b/Documentation/devicetree/bindings/iio/light/isl29501.txt @@ -0,0 +1,13 @@ +* ISL29501 Time-of-flight sensor. + +Required properties: + + - compatible : should be "renesas,isl29501" + - reg : the I2C address of the sensor + +Example: + +isl29501@57 { + compatible = "renesas,isl29501"; + reg = <0x57>; +}; |