Skip to content

Commit 80d363e

Browse files
kseerpgroeck
authored andcommitted
hwmon: (pmbus/ltc2978) Add support for LT717x - docs
Add LT7170 and LT7171 to compatible devices of LTC2978. Co-developed-by: Cherrence Sarip <[email protected]> Signed-off-by: Cherrence Sarip <[email protected]> Signed-off-by: Kim Seer Paller <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent dbcfcb2 commit 80d363e

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

Documentation/hwmon/ltc2978.rst

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ Kernel driver ltc2978
55

66
Supported 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 <[email protected]>
223239
Description
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

301319
in[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

339358
temp[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

412433
curr1_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

418439
curr1_input Measured input current.
419440

@@ -431,6 +452,7 @@ curr1_reset_history Reset input current history.
431452

432453
curr[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

Comments
 (0)