xref: /linux/Documentation/hwmon/mpq82d00.rst (revision 7acf90feab8b009fde7def08ff2c622d0f10e99f)
1.. SPDX-License-Identifier: GPL-2.0
2
3Kernel driver mpq82d00
4======================
5
6Supported chips:
7
8  * MPS mpq82d00
9
10    Prefix: 'mpq82d00'
11
12Author:
13
14	Wensheng Wang <wenswang@yeah.net>
15
16Description
17-----------
18
19This driver implements support for Monolithic Power Systems, Inc. (MPS)
20MPQ82D00 Step-Down Controller.
21
22Device compliant with:
23
24- PMBus rev 1.3 interface.
25
26The driver exports the following attributes via the 'sysfs' files
27for input voltage:
28
29**in1_input**
30
31**in1_label**
32
33**in1_alarm**
34
35The driver provides the following attributes for output voltage:
36
37**in2_input**
38
39**in2_label**
40
41**in2_alarm**
42
43The driver provides the following attributes for output current:
44
45**curr1_input**
46
47**curr1_label**
48
49**curr1_crit**
50
51**curr1_crit_alarm**
52
53The driver provides the following attributes for input power:
54
55**power1_input**
56
57**power1_label**
58
59**power1_alarm**
60
61The driver provides the following attributes for output power:
62
63**power2_input**
64
65**power2_label**
66
67The driver provides the following attributes for temperature:
68
69**temp1_input**
70
71**temp1_crit**
72
73**temp1_crit_alarm**
74