[PATCH 0/3] hwmon: (sht21) Add devicetree support

Kurt Borja posted 3 patches 17 hours ago
There is a newer version of this series
Documentation/devicetree/bindings/trivial-devices.yaml |  1 +
Documentation/hwmon/sht21.rst                          | 11 +++++++++++
drivers/hwmon/sht21.c                                  | 13 ++++++++++++-
3 files changed, 24 insertions(+), 1 deletion(-)
[PATCH 0/3] hwmon: (sht21) Add devicetree support
Posted by Kurt Borja 17 hours ago
Hi all,

The sht21 driver actually supports all i2c sht2x chips so add support
for those names and additionally add DT support.

Tested for sht20 and verified against the datasheet for sht25.

Thanks!

Signed-off-by: Kurt Borja <kuurtb@gmail.com>
---
Kurt Borja (3):
      hwmon: (sht21) Add support for all sht2x chips
      hwmon: (sht21) Add devicetree support
      dt-bindings: trivial-devices: Add sht2x sensors

 Documentation/devicetree/bindings/trivial-devices.yaml |  1 +
 Documentation/hwmon/sht21.rst                          | 11 +++++++++++
 drivers/hwmon/sht21.c                                  | 13 ++++++++++++-
 3 files changed, 24 insertions(+), 1 deletion(-)
---
base-commit: b236920731dd90c3fba8c227aa0c4dee5351a639
change-id: 20250907-sht2x-9b96125a0cf5
-- 
 ~ Kurt