Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / light / bh1750.txt
1 ROHM BH1750 - ALS, Ambient light sensor
2
3 Required properties:
4
5 - compatible: Must be one of:
6     "rohm,bh1710"
7     "rohm,bh1715"
8     "rohm,bh1721"
9     "rohm,bh1750"
10     "rohm,bh1751"
11 - reg: the I2C address of the sensor
12
13 Example:
14
15 light-sensor@23 {
16         compatible = "rohm,bh1750";
17         reg = <0x23>;
18 };