diff options
author | Michael Thalmeier <michael.thalmeier@hale.at> | 2014-11-18 17:08:04 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-11-30 20:13:13 -0800 |
commit | 799fc6021430243592ea8390aa4865713a12fd5f (patch) | |
tree | 5bcafe28a6b3dca1a3e73da49d17e488f56d5901 /Documentation/hwmon | |
parent | 3434f37835804331dd505722cd0010d708305837 (diff) |
hwmon: (lm75) Add support for the NXP LM75B
It is basically a faster lm75 with improved (11 bit) resolution.
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/lm75 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/hwmon/lm75 b/Documentation/hwmon/lm75 index c6a5ff1b4641..67691a0aa41d 100644 --- a/Documentation/hwmon/lm75 +++ b/Documentation/hwmon/lm75 @@ -53,6 +53,11 @@ Supported chips: http://www.ti.com/product/tmp75 http://www.ti.com/product/tmp175 http://www.ti.com/product/tmp275 + * NXP LM75B + Prefix: 'lm75b' + Addresses scanned: none + Datasheet: Publicly available at the NXP website + http://www.nxp.com/documents/data_sheet/LM75B.pdf Author: Frodo Looijaard <frodol@dds.nl> |