Skip to content

Commit 409d2ad

Browse files
cencarnagroeck
authored andcommitted
dt-bindings: hwmon: pmbus/adp1050: Add adp1051, adp1055 and ltp8800
Add support for adp1051, adp1055, and ltp8800. ADP1051: 6 PWM for I/O Voltage, I/O Current, Temperature ADP1055: 6 PWM for I/O Voltage, I/O Current, Power, Temperature LTP8800-1A/-2/-4A: 150A/135A/200A DC/DC µModule Regulator Co-developed-by: Alexis Czezar Torreno <[email protected]> Signed-off-by: Alexis Czezar Torreno <[email protected]> Signed-off-by: Cedric Encarnacion <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent d1eb9fe commit 409d2ad

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Documentation/devicetree/bindings/hwmon/pmbus/adi,adp1050.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,27 @@ maintainers:
1010
- Radu Sabau <[email protected]>
1111

1212
description: |
13-
The ADP1050 is used to monitor system voltages, currents and temperatures.
13+
The ADP1050 and similar devices are used to monitor system voltages,
14+
currents, power, and temperatures.
15+
1416
Through the PMBus interface, the ADP1050 targets isolated power supplies
1517
and has four individual monitors for input/output voltage, input current
1618
and temperature.
1719
Datasheet:
1820
https://www.analog.com/en/products/adp1050.html
21+
https://www.analog.com/en/products/adp1051.html
22+
https://www.analog.com/en/products/adp1055.html
23+
https://www.analog.com/en/products/ltp8800-1a.html
24+
https://www.analog.com/en/products/ltp8800-2.html
25+
https://www.analog.com/en/products/ltp8800-4a.html
1926
2027
properties:
2128
compatible:
22-
const: adi,adp1050
29+
enum:
30+
- adi,adp1050
31+
- adi,adp1051
32+
- adi,adp1055
33+
- adi,ltp8800
2334

2435
reg:
2536
maxItems: 1

0 commit comments

Comments
 (0)