Skip to content

Commit

Permalink
dt-bindings: hwmon: pmbus: adp1051 and adp1055: add bindings.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
actorreno committed Oct 28, 2024
1 parent ff26ad5 commit 7448bee
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Documentation/devicetree/bindings/hwmon/pmbus/adi,adp1050.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,25 @@ maintainers:
- Radu Sabau <[email protected]>

description: |
The ADP1050 is used to monitor system voltages, currents and temperatures.
The ADP1050 and similar devices are used to monitor system voltages,
currents, power, and temperatures.
Through the PMBus interface, the ADP1050 targets isolated power supplies
and has four individual monitors for input/output voltage, input current
and temperature.
Datasheet:
https://www.analog.com/en/products/adp1050.html
https://www.analog.com/en/products/adp1051.html
https://www.analog.com/en/products/adp1055.html
properties:

compatible:
const: adi,adp1050
items:
- enum:
- adi,adp1050
- adi,adp1051
- adi,adp1055

reg:
maxItems: 1
Expand Down

0 comments on commit 7448bee

Please sign in to comment.