Skip to content

Commit

Permalink
dt-bindings: iio: humidity: add bindings for HDC100x sensors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Stecklein authored and Jonathan Cameron committed Jul 1, 2017
1 parent e9deb28 commit b7eec14
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Documentation/devicetree/bindings/iio/humidity/hdc100x.txt
Original file line number Diff line number Diff line change
@@ -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>;
};

0 comments on commit b7eec14

Please sign in to comment.