Skip to content

Commit 7448bee

Browse files
committed
dt-bindings: hwmon: pmbus: adp1051 and adp1055: add bindings.
Add dt-bindings for adp1051 and adp1055 pmbus. ADP1051: 6 PWM for I/O Voltage, I/O Current, Temperature ADP1055: 6 PWM for I/O Voltage, I/O Current, Power, Temperature Signed-off-by: Alexis Torreno <alexisczezar.torreno@analog.com>
1 parent ff26ad5 commit 7448bee

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

+11-2
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,25 @@ maintainers:
1010
- Radu Sabau <radu.sabau@analog.com>
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
1923
2024
properties:
25+
2126
compatible:
22-
const: adi,adp1050
27+
items:
28+
- enum:
29+
- adi,adp1050
30+
- adi,adp1051
31+
- adi,adp1055
2332

2433
reg:
2534
maxItems: 1

0 commit comments

Comments
 (0)