summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/humidity/hdc100x.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/humidity/hdc100x.txt')
-rw-r--r--dts/Bindings/iio/humidity/hdc100x.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/dts/Bindings/iio/humidity/hdc100x.txt b/dts/Bindings/iio/humidity/hdc100x.txt
deleted file mode 100644
index c52333bdfd..0000000000
--- a/dts/Bindings/iio/humidity/hdc100x.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-* 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>;
-};