blob: 4f0e7c3ca6f44bfe42701ebf34109ec99f05cc93 [file] [log] [blame]
Guenter Roeck84fc4582011-03-06 15:54:27 -08001Kernel driver ucd9200
2=====================
3
4Supported chips:
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -03005
Guenter Roeck84fc4582011-03-06 15:54:27 -08006 * TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -03007
Guenter Roeck84fc4582011-03-06 15:54:27 -08008 Prefixes: 'ucd9220', 'ucd9222', 'ucd9224', 'ucd9240', 'ucd9244', 'ucd9246',
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -03009 'ucd9248'
10
Guenter Roeck84fc4582011-03-06 15:54:27 -080011 Addresses scanned: -
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -030012
Guenter Roeck84fc4582011-03-06 15:54:27 -080013 Datasheets:
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -030014
15 - http://focus.ti.com/lit/ds/symlink/ucd9220.pdf
16 - http://focus.ti.com/lit/ds/symlink/ucd9222.pdf
17 - http://focus.ti.com/lit/ds/symlink/ucd9224.pdf
18 - http://focus.ti.com/lit/ds/symlink/ucd9240.pdf
19 - http://focus.ti.com/lit/ds/symlink/ucd9244.pdf
20 - http://focus.ti.com/lit/ds/symlink/ucd9246.pdf
21 - http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
Guenter Roeck84fc4582011-03-06 15:54:27 -080022
Guenter Roecke3333e52013-02-20 20:58:42 -080023Author: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck84fc4582011-03-06 15:54:27 -080024
25
26Description
27-----------
28
29[From datasheets] UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and
30UCD9248 are multi-rail, multi-phase synchronous buck digital PWM controllers
31designed for non-isolated DC/DC power applications. The devices integrate
32dedicated circuitry for DC/DC loop management with flash memory and a serial
33interface to support configuration, monitoring and management.
34
35This driver is a client driver to the core PMBus driver. Please see
Mauro Carvalho Chehab7ebd8b662019-04-17 06:46:29 -030036Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
Guenter Roeck84fc4582011-03-06 15:54:27 -080037
38
39Usage Notes
40-----------
41
42This driver does not auto-detect devices. You will have to instantiate the
Mauro Carvalho Chehabccf988b2019-07-26 09:51:16 -030043devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
Guenter Roeck84fc4582011-03-06 15:54:27 -080044details.
45
46
47Platform data support
48---------------------
49
50The driver supports standard PMBus driver platform data. Please see
Mauro Carvalho Chehab7ebd8b662019-04-17 06:46:29 -030051Documentation/hwmon/pmbus.rst for details.
Guenter Roeck84fc4582011-03-06 15:54:27 -080052
53
54Sysfs entries
55-------------
56
57The following attributes are supported. Limits are read-write; all other
58attributes are read-only.
59
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -030060======================= ========================================================
Guenter Roeck84fc4582011-03-06 15:54:27 -080061in1_label "vin".
62in1_input Measured voltage. From READ_VIN register.
Masanari Iida40e47122012-03-04 23:16:11 +090063in1_min Minimum Voltage. From VIN_UV_WARN_LIMIT register.
Guenter Roeck84fc4582011-03-06 15:54:27 -080064in1_max Maximum voltage. From VIN_OV_WARN_LIMIT register.
Masanari Iida40e47122012-03-04 23:16:11 +090065in1_lcrit Critical minimum Voltage. VIN_UV_FAULT_LIMIT register.
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -030066in1_crit Critical maximum voltage. From VIN_OV_FAULT_LIMIT
67 register.
Guenter Roeck84fc4582011-03-06 15:54:27 -080068in1_min_alarm Voltage low alarm. From VIN_UV_WARNING status.
69in1_max_alarm Voltage high alarm. From VIN_OV_WARNING status.
70in1_lcrit_alarm Voltage critical low alarm. From VIN_UV_FAULT status.
71in1_crit_alarm Voltage critical high alarm. From VIN_OV_FAULT status.
72
73in[2-5]_label "vout[1-4]".
74in[2-5]_input Measured voltage. From READ_VOUT register.
Masanari Iida40e47122012-03-04 23:16:11 +090075in[2-5]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
Guenter Roeck84fc4582011-03-06 15:54:27 -080076in[2-5]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
Masanari Iida40e47122012-03-04 23:16:11 +090077in[2-5]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -030078in[2-5]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT
79 register.
Guenter Roeck84fc4582011-03-06 15:54:27 -080080in[2-5]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
81in[2-5]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -030082in[2-5]_lcrit_alarm Voltage critical low alarm. From VOLTAGE_UV_FAULT
83 status.
84in[2-5]_crit_alarm Voltage critical high alarm. From VOLTAGE_OV_FAULT
85 status.
Guenter Roeck84fc4582011-03-06 15:54:27 -080086
87curr1_label "iin".
88curr1_input Measured current. From READ_IIN register.
89
90curr[2-5]_label "iout[1-4]".
91curr[2-5]_input Measured current. From READ_IOUT register.
92curr[2-5]_max Maximum current. From IOUT_OC_WARN_LIMIT register.
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -030093curr[2-5]_lcrit Critical minimum output current. From
94 IOUT_UC_FAULT_LIMIT register.
95curr[2-5]_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT
Guenter Roeck84fc4582011-03-06 15:54:27 -080096 register.
Guenter Roeck84fc4582011-03-06 15:54:27 -080097curr[2-5]_max_alarm Current high alarm. From IOUT_OC_WARNING status.
98curr[2-5]_crit_alarm Current critical high alarm. From IOUT_OC_FAULT status.
99
100power1_input Measured input power. From READ_PIN register.
101power1_label "pin"
102
103power[2-5]_input Measured output power. From READ_POUT register.
104power[2-5]_label "pout[1-4]"
105
106 The number of output voltage, current, and power
107 attribute sets is determined by the number of enabled
108 rails. See chip datasheets for details.
109
110temp[1-5]_input Measured temperatures. From READ_TEMPERATURE_1 and
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -0300111 READ_TEMPERATURE_2 registers.
Guenter Roeck84fc4582011-03-06 15:54:27 -0800112 temp1 is the chip internal temperature. temp[2-5] are
113 rail temperatures. temp[2-5] attributes are only
114 created for enabled rails. See chip datasheets for
115 details.
116temp[1-5]_max Maximum temperature. From OT_WARN_LIMIT register.
117temp[1-5]_crit Critical high temperature. From OT_FAULT_LIMIT register.
118temp[1-5]_max_alarm Temperature high alarm.
119temp[1-5]_crit_alarm Temperature critical high alarm.
120
121fan1_input Fan RPM. ucd9240 only.
122fan1_alarm Fan alarm. ucd9240 only.
123fan1_fault Fan fault. ucd9240 only.
Mauro Carvalho Chehab1f234ff2019-04-17 06:46:26 -0300124======================= ========================================================