summaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2015-06-08 13:29:45 -0400
committerGuenter Roeck <linux@roeck-us.net>2015-08-12 15:29:22 -0400
commitbf89386f166b18c21b2b7a2c5b6e496726c4f25f (patch)
tree2b85e7be65eb6815ecf03ca24bd3723f17368863 /Documentation/hwmon
parent836954dadcb351d65cf96584f22c9e437169bd49 (diff)
hwmon: (ltc2978) Add support for LTC3882
LTC3882 is mostly compatible with LTC3880. Major differences are that it does not measure the input current, and it no longer supports LTC's legacy mechanism to identify the chip. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r--Documentation/hwmon/ltc297826
1 files changed, 16 insertions, 10 deletions
diff --git a/Documentation/hwmon/ltc2978 b/Documentation/hwmon/ltc2978
index 686c078bb0e0..521ee8a1135c 100644
--- a/Documentation/hwmon/ltc2978
+++ b/Documentation/hwmon/ltc2978
@@ -19,6 +19,10 @@ Supported chips:
19 Prefix: 'ltc3880' 19 Prefix: 'ltc3880'
20 Addresses scanned: - 20 Addresses scanned: -
21 Datasheet: http://www.linear.com/product/ltc3880 21 Datasheet: http://www.linear.com/product/ltc3880
22 * Linear Technology LTC3882
23 Prefix: 'ltc3882'
24 Addresses scanned: -
25 Datasheet: http://www.linear.com/product/ltc3882
22 * Linear Technology LTC3883 26 * Linear Technology LTC3883
23 Prefix: 'ltc3883' 27 Prefix: 'ltc3883'
24 Addresses scanned: - 28 Addresses scanned: -
@@ -34,11 +38,12 @@ Author: Guenter Roeck <linux@roeck-us.net>
34Description 38Description
35----------- 39-----------
36 40
37LTC2974 is a quad digital power supply manager. LTC2978 is an octal power supply 41LTC2974 is a quad digital power supply managers.
38monitor. LTC2977 is a pin compatible replacement for LTC2978. LTC3880 is a dual 42LTC2978 is an octal power supply monitor.
39output poly-phase step-down DC/DC controller. LTC3883 is a single phase 43LTC2977 is a pin compatible replacement for LTC2978.
40step-down DC/DC controller. LTM4676 is a dual 13A or single 26A uModule 44LTC3880 and LTC3882 are dual output poly-phase step-down DC/DC controllers.
41regulator. 45LTC3883 is a single phase step-down DC/DC controller.
46LTM4676 is a dual 13A or single 26A uModule regulator.
42 47
43 48
44Usage Notes 49Usage Notes
@@ -80,7 +85,7 @@ in[N]_label "vout[1-8]".
80 LTC2974: N=2-5 85 LTC2974: N=2-5
81 LTC2977: N=2-9 86 LTC2977: N=2-9
82 LTC2978: N=2-9 87 LTC2978: N=2-9
83 LTC3880, LTM4676: N=2-3 88 LTC3880, LTC3882, LTM4676: N=2-3
84 LTC3883: N=2 89 LTC3883: N=2
85in[N]_input Measured output voltage. 90in[N]_input Measured output voltage.
86in[N]_min Minimum output voltage. 91in[N]_min Minimum output voltage.
@@ -100,8 +105,9 @@ temp[N]_input Measured temperature.
100 and temp5 reports the chip temperature. 105 and temp5 reports the chip temperature.
101 On LTC2977 and LTC2978, only one temperature measurement 106 On LTC2977 and LTC2978, only one temperature measurement
102 is supported and reports the chip temperature. 107 is supported and reports the chip temperature.
103 On LTC3880 and LTM4676, temp1 and temp2 report external 108 On LTC3880, LTC3882, and LTM4676, temp1 and temp2
104 temperatures, and temp3 reports the chip temperature. 109 report external temperatures, and temp3 reports
110 the chip temperature.
105 On LTC3883, temp1 reports an external temperature, 111 On LTC3883, temp1 reports an external temperature,
106 and temp2 reports the chip temperature. 112 and temp2 reports the chip temperature.
107temp[N]_min Mimimum temperature. LTC2974, LCT2977, and LTC2978 only. 113temp[N]_min Mimimum temperature. LTC2974, LCT2977, and LTC2978 only.
@@ -128,7 +134,7 @@ power[N]_label "pout[1-4]".
128 LTC2974: N=1-4 134 LTC2974: N=1-4
129 LTC2977: Not supported 135 LTC2977: Not supported
130 LTC2978: Not supported 136 LTC2978: Not supported
131 LTC3880, LTM4676: N=1-2 137 LTC3880, LTC3882, LTM4676: N=1-2
132 LTC3883: N=2 138 LTC3883: N=2
133power[N]_input Measured output power. 139power[N]_input Measured output power.
134 140
@@ -143,7 +149,7 @@ curr[N]_label "iout[1-4]".
143 LTC2974: N=1-4 149 LTC2974: N=1-4
144 LTC2977: not supported 150 LTC2977: not supported
145 LTC2978: not supported 151 LTC2978: not supported
146 LTC3880, LTM4676: N=2-3 152 LTC3880, LTC3882, LTM4676: N=2-3
147 LTC3883: N=2 153 LTC3883: N=2
148curr[N]_input Measured output current. 154curr[N]_input Measured output current.
149curr[N]_max Maximum output current. 155curr[N]_max Maximum output current.