summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/iio/humidity
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2020-10-31 16:40:43 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-11-16 22:04:28 +0300
commit3c055f31ac69c7bd6dfc864ab9c0d1331fe26ae5 (patch)
tree58331ba281ec88191dde8884d1c730a6939a5a47 /Documentation/devicetree/bindings/iio/humidity
parent126df08e54b183fe921f14e811507d6e2b54e042 (diff)
downloadlinux-3c055f31ac69c7bd6dfc864ab9c0d1331fe26ae5.tar.xz
dt-bindings:iio:humidity:htu21 Drop separate doc + add to trivial-devices
Very simple binding for this i2c device with no properties beyond reg and compatible. Hence doesn't need it's own document. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201031134110.724233-3-jic23@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/iio/humidity')
-rw-r--r--Documentation/devicetree/bindings/iio/humidity/htu21.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/devicetree/bindings/iio/humidity/htu21.txt b/Documentation/devicetree/bindings/iio/humidity/htu21.txt
deleted file mode 100644
index 97d79636f7ae..000000000000
--- a/Documentation/devicetree/bindings/iio/humidity/htu21.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-*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>;
-};