Skip to content

Commit 9df3ea4

Browse files
committed
dt-bindings: hwmon: pmbus: add adi,ltp8800.yaml
Add documentation for ltp8800. Signed-off-by: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
1 parent 0b3d96f commit 9df3ea4

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/hwmon/pmbus/adi,ltp8800.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Analog Devices LTP8800 DC/DC uModule regulator with PMBus interface
8+
9+
maintainers:
10+
- Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
11+
12+
description: |
13+
The LTP8800 is a family of step-down μModule regulators that provides
14+
microprocessor core voltage from 54V power distribution architecture. LTP8800
15+
features telemetry monitoring of input/output voltage, input current, output
16+
power, and temperature over PMBus.
17+
18+
properties:
19+
compatible:
20+
enum:
21+
- adi,ltp8800-1a
22+
- adi,ltp8800-4a
23+
- adi,ltp8800-2
24+
25+
reg:
26+
maxItems: 1
27+
28+
required:
29+
- compatible
30+
- reg
31+
32+
additionalProperties: false
33+
34+
examples:
35+
- |
36+
i2c {
37+
#address-cells = <1>;
38+
#size-cells = <0>;
39+
40+
hwmon@41 {
41+
compatible = "adi,ltp8800-2";
42+
reg = <0x41>;
43+
};
44+
};

MAINTAINERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12255,6 +12255,12 @@ S: Maintained
1225512255
W: http://linux-test-project.github.io/
1225612256
T: git git://github.com/linux-test-project/ltp.git
1225712257

12258+
LTP8800 HARDWARE MONITOR DRIVER
12259+
M: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
12260+
L: linux-hwmon@vger.kernel.org
12261+
S: Maintained
12262+
F: Documentation/devicetree/bindings/hwmon/pmbus/adi,ltp8800.yaml
12263+
1225812264
LYNX 28G SERDES PHY DRIVER
1225912265
M: Ioana Ciornei <ioana.ciornei@nxp.com>
1226012266
L: netdev@vger.kernel.org

0 commit comments

Comments
 (0)