xref: /linux/Documentation/hwmon/max20860a.rst (revision 0eaed89c18aeedf0898baf2dbf5ff027c6795152)
1.. SPDX-License-Identifier: GPL-2.0
2
3Kernel driver max20860a
4=======================
5
6Supported chips:
7
8  * Analog Devices MAX20860A
9
10    Prefix: 'max20860a'
11
12    Addresses scanned: -
13
14    Datasheet: https://www.analog.com/en/products/max20860a.html
15
16Author:
17
18  - Syed Arif <arif.syed@hpe.com>
19  - Sanman Pradhan <psanman@juniper.net>
20
21
22Description
23-----------
24
25This driver supports hardware monitoring for Analog Devices MAX20860A
26Step-Down Switching Regulator with PMBus Interface.
27
28The MAX20860A is a fully integrated step-down DC-DC switching regulator.
29Through the PMBus interface, the device can monitor input/output voltages,
30output current and temperature.
31
32The driver is a client driver to the core PMBus driver. Please see
33Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
34
35Usage Notes
36-----------
37
38This driver does not auto-detect devices. You will have to instantiate
39the devices explicitly.
40
41Sysfs entries
42-------------
43
44================= ========================================
45in1_label         "vin"
46in1_input         Measured input voltage
47in1_alarm         Input voltage alarm
48in2_label         "vout1"
49in2_input         Measured output voltage
50in2_alarm         Output voltage alarm
51curr1_label       "iout1"
52curr1_input       Measured output current
53curr1_alarm       Output current alarm
54temp1_input       Measured temperature
55temp1_alarm       Chip temperature alarm
56temp2_input       Measured temperature (secondary)
57================= ========================================
58