Message ID | 20241119140725.75297-2-hunterteaegg@126.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [1/2] hwmon: (sht3x) add devicetree support | expand |
On 19/11/2024 15:07, JuenKit Yip wrote: > add sensirion,sht3x as trivial device for devicetree support > > Signed-off-by: JuenKit Yip <hunterteaegg@126.com> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ I see now you sent the same binding to proper addresses. This is therefore a RESEND and please mark it appropriately in the future. git format-patch -2 --subject-prefix="PATCH RESEND" or similar command for b4. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 9bf0fb17a05e..be006b21b1ea 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -333,6 +333,8 @@ properties: - sensirion,sgp40 # Sensirion low power multi-pixel gas sensor with I2C interface - sensirion,sgpc3 + # Sensirion SHT3x-DIS humidity and temperature sensor with I2C interface + - sensirion,sht3x # Sensirion temperature & humidity sensor with I2C interface - sensirion,sht4x # Sensortek 3 axis accelerometer
add sensirion,sht3x as trivial device for devicetree support Signed-off-by: JuenKit Yip <hunterteaegg@126.com> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)