2023-10-12 20:07:27

by Javier Carrasco

[permalink] [raw]
Subject: [PATCH 2/2] dt-bindings: trivial-devices: add silabs,si7005

This simple I2C humidity sensor does not have any additional properties
and can be added to the trivial-devices binding.

Signed-off-by: Javier Carrasco <[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 430a814f64a5..05bf410ca9dd 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -348,6 +348,8 @@ properties:
# Silicon Labs SI3210 Programmable CMOS SLIC/CODEC with SPI interface
- silabs,si3210
# Relative Humidity and Temperature Sensors
+ - silabs,si7005
+ # Relative Humidity and Temperature Sensors
- silabs,si7020
# Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply
- skyworks,sky81452

--
2.39.2


2023-10-13 07:07:45

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: trivial-devices: add silabs,si7005

On 12/10/2023 22:07, Javier Carrasco wrote:
> This simple I2C humidity sensor does not have any additional properties
> and can be added to the trivial-devices binding.
>
> Signed-off-by: Javier Carrasco <[email protected]>

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof