Skip to content

Commit 3bf88a2

Browse files
RaduSabau1groeck
authored andcommitted
dt-bindings: hwmon: pmbus: adp1050: add bindings
Add dt-bindings for adp1050 digital controller for isolated power supply with pmbus interface voltage, current and temperature monitor. Signed-off-by: Radu Sabau <radu.sabau@analog.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20240321142201.10330-1-radu.sabau@analog.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 12aa584 commit 3bf88a2

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/hwmon/pmbus/adi,adp1050.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Analog Devices ADP1050 digital controller with PMBus interface
8+
9+
maintainers:
10+
- Radu Sabau <radu.sabau@analog.com>
11+
12+
description: |
13+
The ADP1050 is used to monitor system voltages, currents and temperatures.
14+
Through the PMBus interface, the ADP1050 targets isolated power supplies
15+
and has four individual monitors for input/output voltage, input current
16+
and temperature.
17+
Datasheet:
18+
https://www.analog.com/en/products/adp1050.html
19+
20+
properties:
21+
compatible:
22+
const: adi,adp1050
23+
24+
reg:
25+
maxItems: 1
26+
27+
vcc-supply: true
28+
29+
required:
30+
- compatible
31+
- reg
32+
- vcc-supply
33+
34+
additionalProperties: false
35+
36+
examples:
37+
- |
38+
i2c {
39+
#address-cells = <1>;
40+
#size-cells = <0>;
41+
clock-frequency = <100000>;
42+
43+
hwmon@70 {
44+
compatible = "adi,adp1050";
45+
reg = <0x70>;
46+
vcc-supply = <&vcc>;
47+
};
48+
};
49+
...

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,13 @@ L: linux-wireless@vger.kernel.org
479479
S: Orphan
480480
F: drivers/net/wireless/admtek/adm8211.*
481481

482+
ADP1050 HARDWARE MONITOR DRIVER
483+
M: Radu Sabau <radu.sabau@analog.com>
484+
L: linux-hwmon@vger.kernel.org
485+
S: Supported
486+
W: https://ez.analog.com/linux-software-drivers
487+
F: Dcumentation/devicetree/bindings/hwmon/pmbus/adi,adp1050.yaml
488+
482489
ADP1653 FLASH CONTROLLER DRIVER
483490
M: Sakari Ailus <sakari.ailus@iki.fi>
484491
L: linux-media@vger.kernel.org

0 commit comments

Comments
 (0)