diff options
| author | Xo Wang <xow@google.com> | 2017-08-29 14:21:17 -0700 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2017-09-12 17:41:03 +1000 |
| commit | b466aaeeae56c19ff3b211f360beded4d62d6aea (patch) | |
| tree | 84a5fcf868ab3afb50f2748d07c5e53f3cb006c3 /Documentation | |
| parent | 444ec2630e3609a6973e2da69a7a9bbd7c4a8345 (diff) | |
| download | talos-obmc-linux-b466aaeeae56c19ff3b211f360beded4d62d6aea.tar.gz talos-obmc-linux-b466aaeeae56c19ff3b211f360beded4d62d6aea.zip | |
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>
(cherry picked from commit 5783ec2e5c102a6a04d17e07bd9d008a464ed9bc)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'Documentation')
| -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: Addresses scanned: - Datasheet: http://www.national.com/pf/LM/LM5066.html + * Texas Instruments LM5066I + Prefix: 'lm5066i' + Addresses scanned: - + Datasheet: + http://www.ti.com/product/LM5066I Author: Guenter Roeck <linux@roeck-us.net> @@ -37,8 +42,8 @@ Description ----------- This driver supports hardware monitoring for National Semiconductor / TI LM25056, -LM25063, LM25066, LM5064, and LM5066 Power Management, Monitoring, Control, and -Protection ICs. +LM25063, LM25066, LM5064, and LM5066/LM5066I Power Management, Monitoring, +Control, and Protection ICs. The driver is a client driver to the core PMBus driver. Please see Documentation/hwmon/pmbus for details on PMBus client drivers. |

