diff options
author | Guenter Roeck <linux@roeck-us.net> | 2022-01-07 02:07:48 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-07-13 18:38:19 +0300 |
commit | f63f6cce28cd90f7caa68b4a3690896523d142a4 (patch) | |
tree | 202352dcfb300e5f40be5de5bd8027b007ad31f2 /Documentation/hwmon/lm90.rst | |
parent | b1526b38e363bd87840c0e2c22a16e6fd42fea56 (diff) | |
download | linux-f63f6cce28cd90f7caa68b4a3690896523d142a4.tar.xz |
hwmon: (lm90) Add explicit support for ADM1020
ADM1020 is compatible with ADM1021 but has a separate chip revision and
a limited I2C address range.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/lm90.rst')
-rw-r--r-- | Documentation/hwmon/lm90.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/hwmon/lm90.rst b/Documentation/hwmon/lm90.rst index ef8b55c17118..f8dd2de9a41c 100644 --- a/Documentation/hwmon/lm90.rst +++ b/Documentation/hwmon/lm90.rst @@ -51,6 +51,14 @@ Supported chips: http://www.national.com/mpf/LM/LM86.html + * Analog Devices ADM1020 + + Prefix: 'adm1020' + + Addresses scanned: I2C 0x4c - 0x4e + + Datasheet: Publicly available at the Analog Devices website + * Analog Devices ADM1021 Prefix: 'adm1021' @@ -457,7 +465,7 @@ features: LM84: * 8 bit sensor resolution -ADM1021, GL523SM, MAX1617, NE1617, NE1617A, THMC10: +ADM1020, ADM1021, GL523SM, MAX1617, NE1617, NE1617A, THMC10: * 8 bit sensor resolution * Low temperature limits |