summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/iio/humidity
diff options
context:
space:
mode:
authorMichael Stecklein <m-stecklein@ti.com>2017-06-19 11:01:04 -0500
committerJonathan Cameron <jic23@kernel.org>2017-07-01 10:16:38 +0100
commitb7eec14710b10dd2a383d2f46518797fd387da7a (patch)
tree26dcb3d8e26e27fb47b833eb70f59999434b322c /Documentation/devicetree/bindings/iio/humidity
parente9deb286556bafed29be4da63b3e1b52fa89d2bc (diff)
dt-bindings: iio: humidity: add bindings for HDC100x sensors
Add the bindings for the family of HDC100x sensors. Signed-off-by: Michael Stecklein <m-stecklein@ti.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/humidity')
-rw-r--r--Documentation/devicetree/bindings/iio/humidity/hdc100x.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt b/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt
new file mode 100644
index 000000000000..c52333bdfd19
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt
@@ -0,0 +1,17 @@
+* HDC100x temperature + humidity sensors
+
+Required properties:
+ - compatible: Should contain one of the following:
+ ti,hdc1000
+ ti,hdc1008
+ ti,hdc1010
+ ti,hdc1050
+ ti,hdc1080
+ - reg: i2c address of the sensor
+
+Example:
+
+hdc100x@40 {
+ compatible = "ti,hdc1000";
+ reg = <0x40>;
+};