diff options
author | Jeremy Gebben <jgebben@sweptlaser.com> | 2019-02-04 15:19:05 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-02-18 17:23:29 -0500 |
commit | 11650cf02e79c2ec9023c1d25eb47d0c3acac3f2 (patch) | |
tree | fa288f1b4e3add89ba4952138c1cfa5f2ccba7c8 /Documentation/hwmon | |
parent | 1abf33061898b90246e2f1bbc15a722714ceaa1c (diff) |
hwmon: (lm85) support the LM96000
It has been supported as a generic lm85 for quite some time.
Signed-off-by: Jeremy Gebben <jgebben@sweptlaser.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/lm85 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/hwmon/lm85 b/Documentation/hwmon/lm85 index 7c49feaa79d2..4f531f4acc3f 100644 --- a/Documentation/hwmon/lm85 +++ b/Documentation/hwmon/lm85 | |||
@@ -3,9 +3,13 @@ Kernel driver lm85 | |||
3 | 3 | ||
4 | Supported chips: | 4 | Supported chips: |
5 | * National Semiconductor LM85 (B and C versions) | 5 | * National Semiconductor LM85 (B and C versions) |
6 | Prefix: 'lm85' | 6 | Prefix: 'lm85b' or 'lm85c' |
7 | Addresses scanned: I2C 0x2c, 0x2d, 0x2e | 7 | Addresses scanned: I2C 0x2c, 0x2d, 0x2e |
8 | Datasheet: http://www.national.com/pf/LM/LM85.html | 8 | Datasheet: http://www.national.com/pf/LM/LM85.html |
9 | * Texas Instruments LM96000 | ||
10 | Prefix: 'lm9600' | ||
11 | Addresses scanned: I2C 0x2c, 0x2d, 0x2e | ||
12 | Datasheet: http://www.ti.com/lit/ds/symlink/lm96000.pdf | ||
9 | * Analog Devices ADM1027 | 13 | * Analog Devices ADM1027 |
10 | Prefix: 'adm1027' | 14 | Prefix: 'adm1027' |
11 | Addresses scanned: I2C 0x2c, 0x2d, 0x2e | 15 | Addresses scanned: I2C 0x2c, 0x2d, 0x2e |