Message ID | 20210727163443.GA3457@arbad |
---|---|
State | Superseded |
Headers | show |
Series | [1/2] dt-bindings: iio: chemical: Add trivial DT binding for sgp40 | expand |
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 <ak@it-klinger.de> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
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
Add devicetree binding for Sensirion sgp40 gas sensor to trivial devices. Signed-off-by: Andreas Klinger <ak@it-klinger.de> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)