[PATCH 0/2] hwmon: Add Sensirion STS4x temperature sensor support
From: Alessandro Zini
Date: Thu Aug 20 2026 - 11:03:07 EST
This patch series adds support for the Sensirion STS4x family of digital
temperature sensors by extending the existing sht4x driver and adding
the "sensirion,sts40" compatible string to trivial-devices.
The STS4x series shares the same I2C commands, conversion formulas,
CRC-8 checksum, and measurement timings with the SHT4x humidity and
temperature sensors, but returns 3 bytes of temperature data instead
of 6 bytes.
Alessandro Zini (2):
dt-bindings: trivial-devices: Add Sensirion STS4x series
hwmon: (sht4x): Add support for Sensirion STS4x temperature sensors
.../devicetree/bindings/trivial-devices.yaml | 2 +
Documentation/hwmon/sht4x.rst | 17 +++++-
drivers/hwmon/sht4x.c | 56 ++++++++++++++-----
3 files changed, 57 insertions(+), 18 deletions(-)
--
2.55.0