@@ -5,6 +5,22 @@ Kernel driver ltc2978
55
66Supported chips:
77
8+ * Analog Devices LT7170
9+
10+ Prefix: 'lt7170'
11+
12+ Addresses scanned: -
13+
14+ Datasheet: https://www.analog.com/en/products/lt7170.html
15+
16+ * Analog Devices LT7171
17+
18+ Prefix: 'lt7171'
19+
20+ Addresses scanned: -
21+
22+ Datasheet: https://www.analog.com/en/products/lt7171.html
23+
824 * Linear Technology LTC2972
925
1026 Prefix: 'ltc2972'
@@ -223,6 +239,8 @@ Author: Guenter Roeck <linux@roeck-us.net>
223239Description
224240-----------
225241
242+ - LT7170 and LT7171 are 20 A, 16 V, single- or dual-phase Silent Switcher
243+ - step-down regulators with Digital Power System Management.
226244- LTC2974 and LTC2975 are quad digital power supply managers.
227245- LTC2978 is an octal power supply monitor.
228246- LTC2977 is a pin compatible replacement for LTC2978.
@@ -300,6 +318,7 @@ in1_reset_history Reset input voltage history.
300318
301319in[N]_label "vout[1-8]".
302320
321+ - LT7170, LT7171: N=2
303322 - LTC2972: N=2-3
304323 - LTC2974, LTC2975: N=2-5
305324 - LTC2977, LTC2979, LTC2980, LTM2987: N=2-9
@@ -338,6 +357,8 @@ in[N]_reset_history Reset output voltage history.
338357
339358temp[N]_input Measured temperature.
340359
360+ - On LT7170 and LT7171, temp1 reports the chip
361+ temperature.
341362 - On LTC2972, temp[1-2] report external temperatures,
342363 and temp 3 reports the chip temperature.
343364 - On LTC2974 and LTC2975, temp[1-4] report external
@@ -411,9 +432,9 @@ power[N]_input Measured output power.
411432
412433curr1_label "iin".
413434
414- LTC3880, LTC3883, LTC3884, LTC3886, LTC3887, LTC3889 ,
415- LTM4644, LTM4675, LTM4676, LTM4677, LTM4678, LTM4680 ,
416- and LTM4700 only.
435+ LT7170, LT7171, LTC3880, LTC3883, LTC3884, LTC3886 ,
436+ LTC3887, LTC3889, LTM4644, LTM4675, LTM4676, LTM4677 ,
437+ LTM4678, LTM4680, and LTM4700 only.
417438
418439curr1_input Measured input current.
419440
@@ -431,6 +452,7 @@ curr1_reset_history Reset input current history.
431452
432453curr[N]_label "iout[1-4]".
433454
455+ - LT7170, LT7171: N=1
434456 - LTC2972: N-1-2
435457 - LTC2974, LTC2975: N=1-4
436458 - LTC2977, LTC2979, LTC2980, LTM2987: not supported
0 commit comments