Message ID | 20241119102016.74418-1-hunterteaegg@126.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [1/2] hwmon: (sht3x) add devicetree support | expand |
On 19/11/2024 11:20, JuenKit Yip wrote: > add sensirion,sht3x as trivial device for devicetree support Why? Where is the driver? > > Signed-off-by: JuenKit Yip <hunterteaegg@126.com> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) <form letter> Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Tools like b4 or scripts/get_maintainer.pl provide you proper list of people, so fix your workflow. Tools might also fail if you work on some ancient tree (don't, instead use mainline) or work on fork of kernel (don't, instead use mainline). Just use b4 and everything should be fine, although remember about `b4 prep --auto-to-cc` if you added new patches to the patchset. You missed at least devicetree list (maybe more), so this won't be tested by automated tooling. Performing review on untested code might be a waste of time. Please kindly resend and include all necessary To/Cc entries. </form letter> 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(+)