blob: 52c9e61f24761b65914367ab71daf27de502e043 [file] [log] [blame]
Przemyslaw Marczak4d9057e2015-04-20 20:07:41 +02001menu "Power"
2
3source "drivers/power/pmic/Kconfig"
4
Przemyslaw Marczakaf41e8d2015-04-20 20:07:42 +02005source "drivers/power/regulator/Kconfig"
6
Hans de Goede1df44812015-09-30 15:12:30 +02007choice
8 prompt "Select Sunxi PMIC Variant"
9 depends on ARCH_SUNXI
10 default AXP209_POWER if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
Jens Kuske1c27b7d2015-11-17 15:12:58 +010011 default AXP221_POWER if MACH_SUN6I || MACH_SUN8I_A23 || MACH_SUN8I_A33
vishnupatekar813c7372015-11-29 01:07:21 +080012 default AXP818_POWER if MACH_SUN8I_A83T
Jens Kuske1c27b7d2015-11-17 15:12:58 +010013 default SUNXI_NO_PMIC if MACH_SUN8I_H3
Hans de Goede1df44812015-09-30 15:12:30 +020014
15config SUNXI_NO_PMIC
16 boolean "board without a pmic"
17 ---help---
18 Select this for boards which do not use a PMIC.
19
20config AXP152_POWER
21 boolean "axp152 pmic support"
22 depends on MACH_SUN5I
Hans de Goedec286cdf2015-12-20 16:10:01 +010023 select CMD_POWEROFF
Hans de Goede1df44812015-09-30 15:12:30 +020024 ---help---
25 Select this to enable support for the axp152 pmic found on most
26 A10s boards.
27
28config AXP209_POWER
29 boolean "axp209 pmic support"
30 depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
Michael van Slingerland467e92b2015-12-13 13:17:31 +010031 select CMD_POWEROFF
Hans de Goede1df44812015-09-30 15:12:30 +020032 ---help---
33 Select this to enable support for the axp209 pmic found on most
34 A10, A13 and A20 boards.
35
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +020036config AXP221_POWER
Hans de Goedebdcdf842014-11-29 23:54:25 +010037 boolean "axp221 / axp223 pmic support"
Jens Kuske1c27b7d2015-11-17 15:12:58 +010038 depends on MACH_SUN6I || MACH_SUN8I_A23 || MACH_SUN8I_A33
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +020039 ---help---
Hans de Goede1df44812015-09-30 15:12:30 +020040 Select this to enable support for the axp221/axp223 pmic found on most
41 A23 and A31 boards.
42
vishnupatekar813c7372015-11-29 01:07:21 +080043config AXP818_POWER
44 boolean "axp818 pmic support"
45 depends on MACH_SUN8I_A83T
46 ---help---
47 Say y here to enable support for the axp818 pmic found on
48 A83T dev board.
49
Hans de Goede1df44812015-09-30 15:12:30 +020050endchoice
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +020051
Hans de Goede40117522015-09-30 15:22:42 +020052config AXP_DCDC1_VOLT
53 int "axp pmic dcdc1 voltage"
vishnupatekar813c7372015-11-29 01:07:21 +080054 depends on AXP221_POWER || AXP818_POWER
55 default 3300 if AXP818_POWER
Hans de Goede40117522015-09-30 15:22:42 +020056 default 3000 if MACH_SUN6I || MACH_SUN8I
Hans de Goede1262a852014-12-13 14:12:06 +010057 ---help---
Hans de Goede40117522015-09-30 15:22:42 +020058 Set the voltage (mV) to program the axp pmic dcdc1 at, set to 0 to
59 disable dcdc1. On A23 / A31 / A33 (axp221) boards dcdc1 is used for
60 generic 3.3V IO voltage for external devices like the lcd-panal and
61 sdcard interfaces, etc. On most boards dcdc1 is undervolted to 3.0V to
vishnupatekar813c7372015-11-29 01:07:21 +080062 safe battery. On A31 devices dcdc1 is also used for VCC-IO. On A83T
63 dcdc1 is used for VCC-IO, nand, usb0, sd , etc.
Hans de Goede1262a852014-12-13 14:12:06 +010064
Hans de Goede40117522015-09-30 15:22:42 +020065config AXP_DCDC2_VOLT
66 int "axp pmic dcdc2 voltage"
vishnupatekar813c7372015-11-29 01:07:21 +080067 depends on AXP152_POWER || AXP209_POWER || AXP221_POWER || AXP818_POWER
68 default 900 if AXP818_POWER
Hans de Goede40117522015-09-30 15:22:42 +020069 default 1400 if AXP152_POWER || AXP209_POWER
Hans de Goedef339f092015-10-03 15:21:53 +020070 default 1200 if MACH_SUN6I
71 default 1100 if MACH_SUN8I
Hans de Goede40117522015-09-30 15:22:42 +020072 ---help---
73 Set the voltage (mV) to program the axp pmic dcdc2 at, set to 0 to
74 disable dcdc2.
75 On A10(s) / A13 / A20 boards dcdc2 is VDD-CPU and should be 1.4V.
76 On A31 boards dcdc2 is used for VDD-GPU and should be 1.2V.
Hans de Goedef339f092015-10-03 15:21:53 +020077 On A23/A33 boards dcdc2 is used for VDD-SYS and should be 1.1V.
vishnupatekar813c7372015-11-29 01:07:21 +080078 On A83T boards dcdc2 is used for VDD-CPUA(cluster 0) and should be 0.9V.
Hans de Goede40117522015-09-30 15:22:42 +020079
80config AXP_DCDC3_VOLT
81 int "axp pmic dcdc3 voltage"
vishnupatekar813c7372015-11-29 01:07:21 +080082 depends on AXP152_POWER || AXP209_POWER || AXP221_POWER || AXP818_POWER
83 default 900 if AXP818_POWER
Hans de Goede40117522015-09-30 15:22:42 +020084 default 1500 if AXP152_POWER
85 default 1250 if AXP209_POWER
86 default 1200 if MACH_SUN6I || MACH_SUN8I
87 ---help---
88 Set the voltage (mV) to program the axp pmic dcdc3 at, set to 0 to
89 disable dcdc3.
90 On A10(s) / A13 / A20 boards with an axp209 dcdc3 is VDD-INT-DLL and
91 should be 1.25V.
92 On A10s boards with an axp152 dcdc3 is VCC-DRAM and should be 1.5V.
93 On A23 / A31 / A33 boards dcdc3 is VDD-CPU and should be 1.2V.
vishnupatekar813c7372015-11-29 01:07:21 +080094 On A83T boards dcdc3 is used for VDD-CPUB(cluster 1) and should be 0.9V.
Hans de Goede40117522015-09-30 15:22:42 +020095
96config AXP_DCDC4_VOLT
97 int "axp pmic dcdc4 voltage"
vishnupatekar813c7372015-11-29 01:07:21 +080098 depends on AXP152_POWER || AXP221_POWER || AXP818_POWER
Hans de Goede40117522015-09-30 15:22:42 +020099 default 1250 if AXP152_POWER
100 default 1200 if MACH_SUN6I
101 default 0 if MACH_SUN8I
102 ---help---
103 Set the voltage (mV) to program the axp pmic dcdc4 at, set to 0 to
104 disable dcdc4.
105 On A10s boards with an axp152 dcdc4 is VDD-INT-DLL and should be 1.25V.
106 On A31 boards dcdc4 is used for VDD-SYS and should be 1.2V.
107 On A23 / A33 boards dcdc4 is unused and should be disabled.
vishnupatekar813c7372015-11-29 01:07:21 +0800108 On A83T boards dcdc4 is used for VDD-GPU.
Hans de Goede40117522015-09-30 15:22:42 +0200109
110config AXP_DCDC5_VOLT
111 int "axp pmic dcdc5 voltage"
vishnupatekar813c7372015-11-29 01:07:21 +0800112 depends on AXP221_POWER || AXP818_POWER
113 default 1800 if AXP818_POWER
Hans de Goede40117522015-09-30 15:22:42 +0200114 default 1500 if MACH_SUN6I || MACH_SUN8I
Hans de Goede7a0bbe62015-08-14 16:19:34 +0200115 ---help---
Hans de Goede40117522015-09-30 15:22:42 +0200116 Set the voltage (mV) to program the axp pmic dcdc5 at, set to 0 to
117 disable dcdc5.
vishnupatekar813c7372015-11-29 01:07:21 +0800118 On A23 / A31 / A33 / A83T boards dcdc5 is VCC-DRAM and should be 1.5V,
119 1.8V for A83T.
Hans de Goede7a0bbe62015-08-14 16:19:34 +0200120
Hans de Goede40117522015-09-30 15:22:42 +0200121config AXP_ALDO1_VOLT
122 int "axp pmic (a)ldo1 voltage"
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +0200123 depends on AXP221_POWER
Hans de Goede514b2d92015-10-03 15:26:34 +0200124 default 0 if MACH_SUN6I
125 default 3000 if MACH_SUN8I
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +0200126 ---help---
Hans de Goede40117522015-09-30 15:22:42 +0200127 Set the voltage (mV) to program the axp pmic aldo1 at, set to 0 to
128 disable aldo1.
129 On A31 boards aldo1 is often used to power the wifi module.
130 On A23 / A33 boards aldo1 is used for VCC-IO and should be 3.0V.
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +0200131
Hans de Goede40117522015-09-30 15:22:42 +0200132config AXP_ALDO2_VOLT
133 int "axp pmic (a)ldo2 voltage"
vishnupatekar813c7372015-11-29 01:07:21 +0800134 depends on AXP152_POWER || AXP209_POWER || AXP221_POWER || AXP818_POWER
Hans de Goede40117522015-09-30 15:22:42 +0200135 default 3000 if AXP152_POWER || AXP209_POWER
Chen-Yu Tsai52755b12015-01-03 10:17:24 +0800136 default 0 if MACH_SUN6I
Hans de Goedef7044492014-12-13 12:40:45 +0100137 default 2500 if MACH_SUN8I
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +0200138 ---help---
Hans de Goede40117522015-09-30 15:22:42 +0200139 Set the voltage (mV) to program the axp pmic aldo2 at, set to 0 to
140 disable aldo2.
141 On A10(s) / A13 / A20 boards aldo2 is AVCC and should be 3.0V.
142 On A31 boards aldo2 is typically unused and should be disabled.
143 On A31 boards aldo2 may be used for LPDDR2 then it should be 1.8V.
144 On A23 / A33 boards aldo2 is used for VDD-DLL and should be 2.5V.
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +0200145
Hans de Goede40117522015-09-30 15:22:42 +0200146config AXP_ALDO3_VOLT
147 int "axp pmic (a)ldo3 voltage"
vishnupatekar813c7372015-11-29 01:07:21 +0800148 depends on AXP209_POWER || AXP221_POWER || AXP818_POWER
149 default 0 if AXP209_POWER || AXP818_POWER
Hans de Goede40117522015-09-30 15:22:42 +0200150 default 3000 if MACH_SUN6I || MACH_SUN8I
Oliver Schinagl5c7f10f2013-07-26 12:56:58 +0200151 ---help---
Hans de Goede40117522015-09-30 15:22:42 +0200152 Set the voltage (mV) to program the axp pmic aldo3 at, set to 0 to
153 disable aldo3.
154 On A10(s) / A13 / A20 boards aldo3 should be 2.8V.
155 On A23 / A31 / A33 boards aldo3 is VCC-PLL and AVCC and should be 3.0V.
vishnupatekar813c7372015-11-29 01:07:21 +0800156 On A83T aldo3 is used for LVDS, DSI, MIPI, HDMI, etc.
Siarhei Siamashka6906df12015-01-19 05:23:30 +0200157
Hans de Goede40117522015-09-30 15:22:42 +0200158config AXP_ALDO4_VOLT
159 int "axp pmic (a)ldo4 voltage"
160 depends on AXP209_POWER
Hans de Goede02cc27c2015-10-03 15:29:24 +0200161 default 0 if AXP209_POWER
Hans de Goede40117522015-09-30 15:22:42 +0200162 ---help---
163 Set the voltage (mV) to program the axp pmic aldo4 at, set to 0 to
164 disable aldo4.
165 On A10(s) / A13 / A20 boards aldo4 should be 2.8V.
166
167config AXP_DLDO1_VOLT
168 int "axp pmic dldo1 voltage"
Siarhei Siamashka6906df12015-01-19 05:23:30 +0200169 depends on AXP221_POWER
170 default 0
171 ---help---
Hans de Goede40117522015-09-30 15:22:42 +0200172 Set the voltage (mV) to program the axp pmic dldo1 at, set to 0 to
173 disable dldo1. On sun6i (A31) boards with ethernet dldo1 is often used
174 to power the ethernet phy. On sun8i (A23) boards this is often used to
175 power the wifi.
176
177config AXP_DLDO2_VOLT
178 int "axp pmic dldo2 voltage"
179 depends on AXP221_POWER
180 default 0
181 ---help---
182 Set the voltage (mV) to program the axp pmic dldo2 at, set to 0 to
183 disable dldo2.
184
185config AXP_DLDO3_VOLT
186 int "axp pmic dldo3 voltage"
187 depends on AXP221_POWER
188 default 0
189 ---help---
190 Set the voltage (mV) to program the axp pmic dldo3 at, set to 0 to
191 disable dldo3.
192
193config AXP_DLDO4_VOLT
194 int "axp pmic dldo4 voltage"
vishnupatekar813c7372015-11-29 01:07:21 +0800195 depends on AXP221_POWER || AXP818_POWER
Hans de Goede40117522015-09-30 15:22:42 +0200196 default 0
197 ---help---
198 Set the voltage (mV) to program the axp pmic dldo4 at, set to 0 to
199 disable dldo4.
200
201config AXP_ELDO1_VOLT
202 int "axp pmic eldo1 voltage"
203 depends on AXP221_POWER
204 default 0
205 ---help---
206 Set the voltage (mV) to program the axp pmic eldo1 at, set to 0 to
207 disable eldo1.
208
209config AXP_ELDO2_VOLT
210 int "axp pmic eldo2 voltage"
211 depends on AXP221_POWER
212 default 0
213 ---help---
214 Set the voltage (mV) to program the axp pmic eldo2 at, set to 0 to
215 disable eldo2.
216
217config AXP_ELDO3_VOLT
218 int "axp pmic eldo3 voltage"
219 depends on AXP221_POWER
220 default 0
221 ---help---
222 Set the voltage (mV) to program the axp pmic eldo3 at, set to 0 to
Siarhei Siamashka6906df12015-01-19 05:23:30 +0200223 disable eldo3. On some A31(s) tablets it might be used to supply
224 1.2V for the SSD2828 chip (converter of parallel LCD interface
225 into MIPI DSI).
Przemyslaw Marczak4d9057e2015-04-20 20:07:41 +0200226
227endmenu