Merge tag '9p-for-5.3' of git://github.com/martinetd/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / hwmon / hih6130.txt
1 Honeywell Humidicon HIH-6130 humidity/temperature sensor
2 --------------------------------------------------------
3
4 Requires node properties:
5 - compatible : "honeywell,hi6130"
6 - reg : the I2C address of the device. This is 0x27.
7
8 Example:
9         hih6130@27 {
10                 compatible = "honeywell,hih6130";
11                 reg = <0x27>;
12         };