diff options
Diffstat (limited to 'Documentation/devicetree/bindings/iio/chemical/bme680.txt')
-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>; -}; |