]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iio: chemical: sgp30: add device tree support
authorAndreas Brauchli <a.brauchli@elementarea.net>
Thu, 13 Dec 2018 14:44:18 +0000 (15:44 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 22 Dec 2018 16:58:00 +0000 (16:58 +0000)
Add device tree support for Sensirion SGP30/SGPC3 gas sensors.

Signed-off-by: Andreas Brauchli <andreas.brauchli@sensirion.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt b/Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt
new file mode 100644 (file)
index 0000000..5844ed5
--- /dev/null
@@ -0,0 +1,15 @@
+* Sensirion SGP30/SGPC3 multi-pixel Gas Sensor
+
+Required properties:
+
+  - compatible: must be one of
+    "sensirion,sgp30"
+    "sensirion,sgpc3"
+  - reg: the I2C address of the sensor
+
+Example:
+
+gas@58 {
+       compatible = "sensirion,sgp30";
+       reg = <0x58>;
+};