diff options
author | Ben Gardner <gardner.ben@gmail.com> | 2015-10-07 21:55:20 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-10-14 07:57:14 -0700 |
commit | 9c32e815cf9e29d5cfed738ad1cb3d07ea1bb67c (patch) | |
tree | 53bb2a912e4bbe04c73db8d8b18304d203a4bba5 /Documentation/hwmon/lm75 | |
parent | 0b056b29f28e45adaf756e579c1bf291584a87cd (diff) | |
download | linux-9c32e815cf9e29d5cfed738ad1cb3d07ea1bb67c.tar.gz linux-9c32e815cf9e29d5cfed738ad1cb3d07ea1bb67c.tar.bz2 linux-9c32e815cf9e29d5cfed738ad1cb3d07ea1bb67c.zip |
hwmon: (lm75) Add support for TMP75C
The TMP75C has a different control register layout and only supports
12-bit temperature samples (0.0625 deg C).
The continuous sample rate is ~12 Hz.
Signed-off-by: Ben Gardner <gardner.ben@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/lm75')
-rw-r--r-- | Documentation/hwmon/lm75 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/hwmon/lm75 b/Documentation/hwmon/lm75 index 67691a0aa41d..ac95edfcd907 100644 --- a/Documentation/hwmon/lm75 +++ b/Documentation/hwmon/lm75 @@ -42,8 +42,8 @@ Supported chips: Addresses scanned: none Datasheet: Publicly available at the ST website http://www.st.com/internet/analog/product/121769.jsp - * Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75, TMP175, TMP275 - Prefixes: 'tmp100', 'tmp101', 'tmp105', 'tmp112', 'tmp175', 'tmp75', 'tmp275' + * Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75, TMP75C, TMP175, TMP275 + Prefixes: 'tmp100', 'tmp101', 'tmp105', 'tmp112', 'tmp175', 'tmp75', 'tmp75c', 'tmp275' Addresses scanned: none Datasheet: Publicly available at the Texas Instruments website http://www.ti.com/product/tmp100 @@ -51,6 +51,7 @@ Supported chips: http://www.ti.com/product/tmp105 http://www.ti.com/product/tmp112 http://www.ti.com/product/tmp75 + http://www.ti.com/product/tmp75c http://www.ti.com/product/tmp175 http://www.ti.com/product/tmp275 * NXP LM75B |