aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/iio/chemical
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2020-10-31 18:29:16 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-11-16 20:25:47 +0000
commitc59c1bf744701cf2851665a99fb9f5a43751856e (patch)
treeb477e3829930ed0a0de2a7696ee8d269570cea98 /Documentation/devicetree/bindings/iio/chemical
parent2cba117073525092eb370da0f9d08fa89b7f540f (diff)
dt-bindings:iio:chemical:sensirion,sgp30: Move to trivial-bindings.yaml
The binding for this device and the sgpc3 is very simple so lets not maintain a seperate document for this one. Of course we can always add a document again if the binding becomes more complex in future. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Rob Herring <robh@kernel.org> Cc: Andreas Brauchli <andreas.brauchli@sensirion.com> Link: https://lore.kernel.org/r/20201031182922.743153-2-jic23@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/iio/chemical')
-rw-r--r--Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt b/Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt
deleted file mode 100644
index 5844ed58173c..000000000000
--- a/Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-* 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>;
-};