diff options
| author | Kurt Borja <kuurtb@gmail.com> | 2025-09-08 10:54:50 -0500 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2025-09-08 12:20:55 -0700 |
| commit | a0cce093689859238f923faa83a6735b7e8613c4 (patch) | |
| tree | dcbafeb7019dba0e3acb45c3c0e8e8c5c3a8d3f9 /Documentation/hwmon | |
| parent | 94a28f9ba264b4b93cd1efa97992db59d74e8048 (diff) | |
| download | linux-next-a0cce093689859238f923faa83a6735b7e8613c4.tar.gz linux-next-a0cce093689859238f923faa83a6735b7e8613c4.zip | |
hwmon: (sht21) Add support for SHT20, SHT25 chips
All sht2x chips share the same communication protocol so add support for
them.
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Link: https://lore.kernel.org/r/20250908-sht2x-v4-2-bc15f68af7de@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
| -rw-r--r-- | Documentation/hwmon/sht21.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/hwmon/sht21.rst b/Documentation/hwmon/sht21.rst index 9f66cd51b45d..d20e8a460ba6 100644 --- a/Documentation/hwmon/sht21.rst +++ b/Documentation/hwmon/sht21.rst @@ -3,6 +3,16 @@ Kernel driver sht21 Supported chips: + * Sensirion SHT20 + + Prefix: 'sht20' + + Addresses scanned: none + + Datasheet: Publicly available at the Sensirion website + + https://www.sensirion.com/file/datasheet_sht20 + * Sensirion SHT21 Prefix: 'sht21' |
