Commit 9bd4ede7 authored by Jonathan Cameron's avatar Jonathan Cameron

dt-bindings:iio:chemical:bosch,bme680: Move to trivial devices

Very simple binding so no need to maintain a separate file.
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarRob 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
parent c59c1bf7
Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
Required properties:
- compatible: must be "bosch,bme680"
Example:
bme680@76 {
compatible = "bosch,bme680";
reg = <0x76>;
};
...@@ -44,6 +44,8 @@ properties: ...@@ -44,6 +44,8 @@ properties:
- atmel,atsha204a - atmel,atsha204a
# i2c h/w elliptic curve crypto module # i2c h/w elliptic curve crypto module
- atmel,atecc508a - atmel,atecc508a
# Bosch Sensortec pressure, temperature, humididty and VOC sensor
- bosch,bme680
# CM32181: Ambient Light Sensor # CM32181: Ambient Light Sensor
- capella,cm32181 - capella,cm32181
# CM3232: Ambient Light Sensor # CM3232: Ambient Light Sensor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment