@@ -5,6 +5,22 @@ Kernel driver ltc2978
5
5
6
6
Supported chips:
7
7
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
+
8
24
* Linear Technology LTC2972
9
25
10
26
Prefix: 'ltc2972'
223
239
Description
224
240
-----------
225
241
242
+ - LT7170 and LT7171 are 20 A, 16 V, single- or dual-phase Silent Switcher
243
+ - step-down regulators with Digital Power System Management.
226
244
- LTC2974 and LTC2975 are quad digital power supply managers.
227
245
- LTC2978 is an octal power supply monitor.
228
246
- LTC2977 is a pin compatible replacement for LTC2978.
@@ -300,6 +318,7 @@ in1_reset_history Reset input voltage history.
300
318
301
319
in[N]_label "vout[1-8]".
302
320
321
+ - LT7170, LT7171: N=2
303
322
- LTC2972: N=2-3
304
323
- LTC2974, LTC2975: N=2-5
305
324
- LTC2977, LTC2979, LTC2980, LTM2987: N=2-9
@@ -338,6 +357,8 @@ in[N]_reset_history Reset output voltage history.
338
357
339
358
temp[N]_input Measured temperature.
340
359
360
+ - On LT7170 and LT7171, temp1 reports the chip
361
+ temperature.
341
362
- On LTC2972, temp[1-2] report external temperatures,
342
363
and temp 3 reports the chip temperature.
343
364
- On LTC2974 and LTC2975, temp[1-4] report external
@@ -411,9 +432,9 @@ power[N]_input Measured output power.
411
432
412
433
curr1_label "iin".
413
434
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.
417
438
418
439
curr1_input Measured input current.
419
440
@@ -431,6 +452,7 @@ curr1_reset_history Reset input current history.
431
452
432
453
curr[N]_label "iout[1-4]".
433
454
455
+ - LT7170, LT7171: N=1
434
456
- LTC2972: N-1-2
435
457
- LTC2974, LTC2975: N=1-4
436
458
- LTC2977, LTC2979, LTC2980, LTM2987: not supported
0 commit comments