dt-bindings: iio: humidity: Add bindings for HTU21 and MS8607 sensors
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Tue, 13 Jun 2017 17:20:43 +0000 (22:50 +0530)
committerJonathan Cameron <jic23@kernel.org>
Sat, 1 Jul 2017 09:16:59 +0000 (10:16 +0100)
Add device tree bindings for Measurement-Specialties HTU21 temperature & humidity sensor and humidity part of MS8607 sensor

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/humidity/htu21.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/iio/humidity/htu21.txt b/Documentation/devicetree/bindings/iio/humidity/htu21.txt
new file mode 100644 (file)
index 0000000..97d7963
--- /dev/null
@@ -0,0 +1,13 @@
+*HTU21 - Measurement-Specialties htu21 temperature & humidity sensor and humidity part of MS8607 sensor
+
+Required properties:
+
+       - compatible: should be "meas,htu21" or "meas,ms8607-humidity"
+       - reg: I2C address of the sensor
+
+Example:
+
+htu21@40 {
+       compatible = "meas,htu21";
+       reg = <0x40>;
+};