1 .. SPDX-License-Identifier: GPL-2.0-or-later
14 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20710.pdf
22 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf
30 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf
38 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf
40 Author: Guenter Roeck <linux@roeck-us.net>
46 This driver implements support for Maxim MAX20710, MAX20730, MAX20734, and MAX20743
47 Integrated, Step-Down Switching Regulators with PMBus support.
49 The driver is a client driver to the core PMBus driver.
50 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
56 This driver does not auto-detect devices. You will have to instantiate the
57 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
64 =================== ===== =======================================================
65 curr1_crit RW/RO Critical output current. Please see datasheet for
66 supported limits. Read-only if the chip is
67 write protected; read-write otherwise.
68 curr1_crit_alarm RO Output current critical alarm
69 curr1_input RO Output current
70 curr1_label RO 'iout1'
71 in1_alarm RO Input voltage alarm
72 in1_input RO Input voltage
74 in2_alarm RO Output voltage alarm
75 in2_input RO Output voltage
77 temp1_crit RW/RO Critical temeperature. Supported values are 130 or 150
78 degrees C. Read-only if the chip is write protected;
80 temp1_crit_alarm RO Temperature critical alarm
81 temp1_input RO Chip temperature
82 =================== ===== =======================================================