diff options
author | Xo Wang <xow@google.com> | 2017-08-29 17:21:17 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-08-30 09:31:13 -0400 |
commit | 5783ec2e5c102a6a04d17e07bd9d008a464ed9bc (patch) | |
tree | 3ee810cbf60ba5477bbbe97cff8c838d913b1d6c /Documentation/hwmon | |
parent | ee983171d49b4b5c957d3f94c68ee1fd7a007281 (diff) |
hwmon: (pmbus/lm25066) Add support for TI LM5066I
The TI LM5066I hotswap controller is a more accurate version of the
LM5066 device already supported. It has different measurement conversion
coefficients than the LM5066, so it needs to be recognized as a
different device.
Signed-off-by: Xo Wang <xow@google.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/lm25066 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/hwmon/lm25066 b/Documentation/hwmon/lm25066 index 2cb20ebb234d..3fa6bf820c88 100644 --- a/Documentation/hwmon/lm25066 +++ b/Documentation/hwmon/lm25066 | |||
@@ -29,6 +29,11 @@ Supported chips: | |||
29 | Addresses scanned: - | 29 | Addresses scanned: - |
30 | Datasheet: | 30 | Datasheet: |
31 | http://www.national.com/pf/LM/LM5066.html | 31 | http://www.national.com/pf/LM/LM5066.html |
32 | * Texas Instruments LM5066I | ||
33 | Prefix: 'lm5066i' | ||
34 | Addresses scanned: - | ||
35 | Datasheet: | ||
36 | http://www.ti.com/product/LM5066I | ||
32 | 37 | ||
33 | Author: Guenter Roeck <linux@roeck-us.net> | 38 | Author: Guenter Roeck <linux@roeck-us.net> |
34 | 39 | ||
@@ -37,8 +42,8 @@ Description | |||
37 | ----------- | 42 | ----------- |
38 | 43 | ||
39 | This driver supports hardware monitoring for National Semiconductor / TI LM25056, | 44 | This driver supports hardware monitoring for National Semiconductor / TI LM25056, |
40 | LM25063, LM25066, LM5064, and LM5066 Power Management, Monitoring, Control, and | 45 | LM25063, LM25066, LM5064, and LM5066/LM5066I Power Management, Monitoring, |
41 | Protection ICs. | 46 | Control, and Protection ICs. |
42 | 47 | ||
43 | The driver is a client driver to the core PMBus driver. Please see | 48 | The driver is a client driver to the core PMBus driver. Please see |
44 | Documentation/hwmon/pmbus for details on PMBus client drivers. | 49 | Documentation/hwmon/pmbus for details on PMBus client drivers. |