Blame view

Documentation/hwmon/max20730.rst 2.25 KB
cce209581   Guenter Roeck   hwmon: (pmbus) Dr...
1
2
3
4
5
6
  .. SPDX-License-Identifier: GPL-2.0-or-later
  
  Kernel driver max20730
  ======================
  
  Supported chips:
5c9353f5f   Ugur Usug   hwmon: (pmbus/max...
7
8
9
10
11
12
13
    * Maxim MAX20710
  
      Prefix: 'max20710'
  
      Addresses scanned: -
  
      Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20710.pdf
cce209581   Guenter Roeck   hwmon: (pmbus) Dr...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
    * Maxim MAX20730
  
      Prefix: 'max20730'
  
      Addresses scanned: -
  
      Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf
  
    * Maxim MAX20734
  
      Prefix: 'max20734'
  
      Addresses scanned: -
  
      Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf
  
    * Maxim MAX20743
  
      Prefix: 'max20743'
  
      Addresses scanned: -
  
      Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf
  
  Author: Guenter Roeck <linux@roeck-us.net>
  
  
  Description
  -----------
5c9353f5f   Ugur Usug   hwmon: (pmbus/max...
43
  This driver implements support for Maxim MAX20710, MAX20730, MAX20734, and MAX20743
cce209581   Guenter Roeck   hwmon: (pmbus) Dr...
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
  Integrated, Step-Down Switching Regulators with PMBus support.
  
  The driver is a client driver to the core PMBus driver.
  Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
  
  
  Usage Notes
  -----------
  
  This driver does not auto-detect devices. You will have to instantiate the
  devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
  details.
  
  
  Sysfs entries
  -------------
  
  =================== ===== =======================================================
  curr1_crit          RW/RO Critical output current. Please see datasheet for
                            supported limits. Read-only if the chip is
                            write protected; read-write otherwise.
  curr1_crit_alarm    RO    Output current critical alarm
  curr1_input         RO    Output current
  curr1_label         RO    'iout1'
  in1_alarm           RO    Input voltage alarm
  in1_input           RO    Input voltage
  in1_label           RO    'vin'
  in2_alarm           RO    Output voltage alarm
  in2_input           RO    Output voltage
  in2_label           RO    'vout1'
  temp1_crit          RW/RO Critical temeperature. Supported values are 130 or 150
                            degrees C. Read-only if the chip is write protected;
                            read-write otherwise.
  temp1_crit_alarm    RO    Temperature critical alarm
  temp1_input         RO    Chip temperature
  =================== ===== =======================================================