diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-10-31 19:29:17 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-11-16 21:27:56 +0100 |
commit | 9bd4ede7480d96b6267bb32ab74082a177388850 (patch) | |
tree | d1e28f7bf4499b4a25ed2596c17274961dc1a6a7 /Documentation/devicetree/bindings/iio/chemical | |
parent | dt-bindings:iio:chemical:sensirion,sgp30: Move to trivial-bindings.yaml (diff) | |
download | linux-9bd4ede7480d96b6267bb32ab74082a177388850.tar.xz linux-9bd4ede7480d96b6267bb32ab74082a177388850.zip |
dt-bindings:iio:chemical:bosch,bme680: Move to trivial devices
Very simple binding so no need to maintain a separate file.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Cc: Sebastien Bourdelin <sebastien.bourdelin@gmail.com>
Cc: Himanshu Jha <himanshujha199640@gmail.com>
Link: https://lore.kernel.org/r/20201031182922.743153-3-jic23@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/iio/chemical')
-rw-r--r-- | Documentation/devicetree/bindings/iio/chemical/bme680.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/devicetree/bindings/iio/chemical/bme680.txt b/Documentation/devicetree/bindings/iio/chemical/bme680.txt deleted file mode 100644 index 7f3827cfb2ff..000000000000 --- a/Documentation/devicetree/bindings/iio/chemical/bme680.txt +++ /dev/null @@ -1,11 +0,0 @@ -Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors - -Required properties: -- compatible: must be "bosch,bme680" - -Example: - -bme680@76 { - compatible = "bosch,bme680"; - reg = <0x76>; -}; |