aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iio
diff options
context:
space:
mode:
authorryang <decatf@gmail.com>2018-09-22 16:57:53 -0400
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-09-29 12:25:31 +0100
commit1e35455c43c528eb79fdee954525738b17811120 (patch)
treedb4d2ff028f8a9b522ba53654f34c1f3314928c5 /Documentation/devicetree/bindings/iio
parentstaging:iio:ad7606: Add support for the ad7605-4 (diff)
downloadlinux-dev-1e35455c43c528eb79fdee954525738b17811120.tar.xz
linux-dev-1e35455c43c528eb79fdee954525738b17811120.zip
dt-bindings: iio: light: bh1750: Add device tree binding documentation
Document device tree bindings for ROHM BH1750 ambient light sensor driver. Signed-off-by: ryang <decatf@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio')
-rw-r--r--Documentation/devicetree/bindings/iio/light/bh1750.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/light/bh1750.txt b/Documentation/devicetree/bindings/iio/light/bh1750.txt
new file mode 100644
index 000000000000..1e7685797d7a
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/light/bh1750.txt
@@ -0,0 +1,18 @@
+ROHM BH1750 - ALS, Ambient light sensor
+
+Required properties:
+
+- compatible: Must be one of:
+ "rohm,bh1710"
+ "rohm,bh1715"
+ "rohm,bh1721"
+ "rohm,bh1750"
+ "rohm,bh1751"
+- reg: the I2C address of the sensor
+
+Example:
+
+light-sensor@23 {
+ compatible = "rohm,bh1750";
+ reg = <0x23>;
+};