File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed
Documentation/devicetree/bindings/hwmon/pmbus Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
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
+ };
Original file line number Diff line number Diff line change @@ -12255,6 +12255,12 @@ S: Maintained
12255
12255
W: http://linux-test-project.github.io/
12256
12256
T: git git://github.com/linux-test-project/ltp.git
12257
12257
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
+
12258
12264
LYNX 28G SERDES PHY DRIVER
12259
12265
M: Ioana Ciornei <ioana.ciornei@nxp.com>
12260
12266
L: netdev@vger.kernel.org
You can’t perform that action at this time.
0 commit comments