2021-07-27 16:36:45

by Andreas Klinger

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: iio: chemical: Add trivial DT binding for sgp40

Add devicetree binding for Sensirion sgp40 gas sensor to trivial
devices.

Signed-off-by: Andreas Klinger <[email protected]>
---
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 919a4bf03a5a..be313b6b4f81 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -269,6 +269,8 @@ properties:
- sensirion,sgpc3
# Sensirion multi-pixel gas sensor with I2C interface
- sensirion,sgp30
+ # Sensirion gas sensor with I2C interface
+ - sensirion,sgp40
# Sensortek 3 axis accelerometer
- sensortek,stk8312
# Sensortek 3 axis accelerometer
--
2.20.1


2021-08-02 20:56:31

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: iio: chemical: Add trivial DT binding for sgp40

On Tue, 27 Jul 2021 18:34:45 +0200, Andreas Klinger wrote:
> Add devicetree binding for Sensirion sgp40 gas sensor to trivial
> devices.
>
> Signed-off-by: Andreas Klinger <[email protected]>
> ---
> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Rob Herring <[email protected]>