aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/tmp401
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-03-28 04:36:44 -0400
committerGuenter Roeck <linux@roeck-us.net>2013-04-21 11:56:48 -0400
commit29dd3b64b9edba3dd3dc8bb4d589869a4597a710 (patch)
treefdc8d81542108ea8ee93e9c4ae722232f5eedac8 /Documentation/hwmon/tmp401
parent0846e30dd403ca613c203ccb6e4a89c09235480c (diff)
hwmon: (tmp401) Add support for TMP432
TMP432 is similar to TMP431 with a second external temperature sensor. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation/hwmon/tmp401')
-rw-r--r--Documentation/hwmon/tmp40111
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/hwmon/tmp401 b/Documentation/hwmon/tmp401
index 12e4781c0bc1..f91e3fa7e5ec 100644
--- a/Documentation/hwmon/tmp401
+++ b/Documentation/hwmon/tmp401
@@ -14,6 +14,10 @@ Supported chips:
14 Prefix: 'tmp431' 14 Prefix: 'tmp431'
15 Addresses scanned: I2C 0x4c, 0x4d 15 Addresses scanned: I2C 0x4c, 0x4d
16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html 16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html
17 * Texas Instruments TMP432
18 Prefix: 'tmp432'
19 Addresses scanned: I2C 0x4c, 0x4d
20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html
17 21
18Authors: 22Authors:
19 Hans de Goede <hdegoede@redhat.com> 23 Hans de Goede <hdegoede@redhat.com>
@@ -23,8 +27,8 @@ Description
23----------- 27-----------
24 28
25This driver implements support for Texas Instruments TMP401, TMP411, 29This driver implements support for Texas Instruments TMP401, TMP411,
26and TMP431 chips. These chips implement one remote and one local 30TMP431, and TMP432 chips. These chips implement one or two remote and
27temperature sensor. Temperature is measured in degrees 31one local temperature sensors. Temperature is measured in degrees
28Celsius. Resolution of the remote sensor is 0.0625 degree. Local 32Celsius. Resolution of the remote sensor is 0.0625 degree. Local
29sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not 33sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
30supported by the driver so far, so using the default resolution of 0.5 34supported by the driver so far, so using the default resolution of 0.5
@@ -44,3 +48,6 @@ some additional features.
44 48
45 Exported via sysfs attribute temp_reset_history. Writing 1 to this 49 Exported via sysfs attribute temp_reset_history. Writing 1 to this
46 file triggers a reset. 50 file triggers a reset.
51
52TMP432 is compatible with TMP401 and TMP431. It supports two external
53temperature sensors.