diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-04-22 12:34:14 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-12-02 09:11:53 -0500 |
commit | dfcd4c53be1da9e297bba340ec46f3269cbc239e (patch) | |
tree | f409d8b31a0705fc7a9ba74b813fca51de458a51 /Documentation/hwmon | |
parent | 162a8dfe73df95e59265e350b2f247b8b35490d1 (diff) |
hwmon: (lm95234) Add support for LM95233
LM95233 is similar to LM95234, but it only supports two
instead of four external temperature sensors.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/lm95234 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Documentation/hwmon/lm95234 b/Documentation/hwmon/lm95234 index a0e95ddfd372..32b777ef224c 100644 --- a/Documentation/hwmon/lm95234 +++ b/Documentation/hwmon/lm95234 | |||
@@ -2,6 +2,10 @@ Kernel driver lm95234 | |||
2 | ===================== | 2 | ===================== |
3 | 3 | ||
4 | Supported chips: | 4 | Supported chips: |
5 | * National Semiconductor / Texas Instruments LM95233 | ||
6 | Addresses scanned: I2C 0x18, 0x2a, 0x2b | ||
7 | Datasheet: Publicly available at the Texas Instruments website | ||
8 | http://www.ti.com/product/lm95233 | ||
5 | * National Semiconductor / Texas Instruments LM95234 | 9 | * National Semiconductor / Texas Instruments LM95234 |
6 | Addresses scanned: I2C 0x18, 0x4d, 0x4e | 10 | Addresses scanned: I2C 0x18, 0x4d, 0x4e |
7 | Datasheet: Publicly available at the Texas Instruments website | 11 | Datasheet: Publicly available at the Texas Instruments website |
@@ -13,11 +17,12 @@ Author: Guenter Roeck <linux@roeck-us.net> | |||
13 | Description | 17 | Description |
14 | ----------- | 18 | ----------- |
15 | 19 | ||
16 | LM95234 is an 11-bit digital temperature sensor with a 2-wire System Management | 20 | LM95233 and LM95234 are 11-bit digital temperature sensors with a 2-wire |
17 | Bus (SMBus) interface and TrueTherm technology that can very accurately monitor | 21 | System Management Bus (SMBus) interface and TrueTherm technology |
18 | the temperature of four remote diodes as well as its own temperature. | 22 | that can very accurately monitor the temperature of two (LM95233) |
19 | The four remote diodes can be external devices such as microprocessors, | 23 | or four (LM95234) remote diodes as well as its own temperature. |
20 | graphics processors or diode-connected 2N3904s. The LM95234's TruTherm | 24 | The remote diodes can be external devices such as microprocessors, |
25 | graphics processors or diode-connected 2N3904s. The chip's TruTherm | ||
21 | beta compensation technology allows sensing of 90 nm or 65 nm process | 26 | beta compensation technology allows sensing of 90 nm or 65 nm process |
22 | thermal diodes accurately. | 27 | thermal diodes accurately. |
23 | 28 | ||