blob: 81688269fed8c5ca28bd1b4bf7d2255d713ebb18 [file] [log] [blame]
Patrick Daly4deea5b2013-01-31 12:08:13 -08001/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
David Collins37ddb972012-10-17 15:00:26 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
David Keitel7184c6e2013-02-11 13:23:04 -080013/* Stub Regulators */
David Collins37ddb972012-10-17 15:00:26 -070014
David Keitel7184c6e2013-02-11 13:23:04 -080015/ {
David Keitelf4c8b8b2013-02-25 15:25:27 -080016 pm8226_s1_corner: regulator-s1-corner {
Patrick Daly4deea5b2013-01-31 12:08:13 -080017 compatible = "qcom,stub-regulator";
David Keitel7184c6e2013-02-11 13:23:04 -080018 regulator-name = "8226_s1_corner";
Patrick Daly4deea5b2013-01-31 12:08:13 -080019 qcom,hpm-min-load = <100000>;
20 regulator-min-microvolt = <1>;
21 regulator-max-microvolt = <7>;
22 qcom,consumer-supplies = "vdd_dig", "";
23 };
David Keitel7184c6e2013-02-11 13:23:04 -080024};
Patrick Daly4deea5b2013-01-31 12:08:13 -080025
David Keitel7184c6e2013-02-11 13:23:04 -080026/* QPNP controlled regulators: */
David Collins37ddb972012-10-17 15:00:26 -070027
David Keitel7184c6e2013-02-11 13:23:04 -080028&spmi_bus {
David Collins37ddb972012-10-17 15:00:26 -070029
David Keitel7184c6e2013-02-11 13:23:04 -080030 qcom,pm8226@1 {
David Collins37ddb972012-10-17 15:00:26 -070031
David Keitel7184c6e2013-02-11 13:23:04 -080032 pm8226_s1: regulator@1400 {
33 status = "okay";
34 regulator-name = "8226_s1";
35 qcom,enable-time = <500>;
36 qcom,system-load = <100000>;
37 regulator-always-on;
David Keitelf4c8b8b2013-02-25 15:25:27 -080038 regulator-min-microvolt = <1150000>;
39 regulator-max-microvolt = <1150000>;
David Keitel7184c6e2013-02-11 13:23:04 -080040 };
David Collins37ddb972012-10-17 15:00:26 -070041
David Keitel7184c6e2013-02-11 13:23:04 -080042 pm8226_s2: regulator@1700 {
43 status = "okay";
44 regulator-name = "8226_s2";
45 qcom,enable-time = <500>;
46 qcom,system-load = <100000>;
47 regulator-always-on;
David Keitel11c59fe2013-02-28 20:09:53 -080048 regulator-min-microvolt = <1050000>;
David Keitel7184c6e2013-02-11 13:23:04 -080049 regulator-max-microvolt = <1150000>;
50 };
David Collins37ddb972012-10-17 15:00:26 -070051
David Keitel7184c6e2013-02-11 13:23:04 -080052 pm8226_s3: regulator@1a00 {
53 status = "okay";
54 regulator-name = "8226_s3";
55 qcom,enable-time = <500>;
56 qcom,system-load = <100000>;
57 regulator-always-on;
58 regulator-min-microvolt = <1300000>;
59 regulator-max-microvolt = <1300000>;
60 };
David Collins37ddb972012-10-17 15:00:26 -070061
David Keitel7184c6e2013-02-11 13:23:04 -080062 pm8226_s4: regulator@1d00 {
63 status = "okay";
64 regulator-name = "8226_s4";
65 qcom,enable-time = <500>;
66 qcom,system-load = <100000>;
67 regulator-always-on;
68 regulator-min-microvolt = <2100000>;
69 regulator-max-microvolt = <2100000>;
70 };
David Collins37ddb972012-10-17 15:00:26 -070071
David Keitel7184c6e2013-02-11 13:23:04 -080072 pm8226_s5: regulator@2000 {
73 status = "okay";
74 regulator-name = "8226_s5";
75 qcom,enable-time = <500>;
76 regulator-min-microvolt = <1150000>;
77 regulator-max-microvolt = <1150000>;
78 };
David Collins37ddb972012-10-17 15:00:26 -070079
David Keitel7184c6e2013-02-11 13:23:04 -080080 pm8226_l1: regulator@4000 {
81 status = "okay";
82 regulator-name = "8226_l1";
83 parent-supply = <&pm8226_s3>;
84 qcom,enable-time = <200>;
85 regulator-min-microvolt = <1225000>;
86 regulator-max-microvolt = <1225000>;
87 };
David Collins37ddb972012-10-17 15:00:26 -070088
David Keitel7184c6e2013-02-11 13:23:04 -080089 pm8226_l2: regulator@4100 {
90 status = "okay";
91 regulator-name = "8226_l2";
92 parent-supply = <&pm8226_s3>;
93 regulator-always-on;
94 qcom,enable-time = <200>;
95 qcom,system-load = <10000>;
96 regulator-min-microvolt = <1200000>;
97 regulator-max-microvolt = <1200000>;
98 };
David Collins37ddb972012-10-17 15:00:26 -070099
David Keitel7184c6e2013-02-11 13:23:04 -0800100 pm8226_l3: regulator@4200 {
101 status = "okay";
102 regulator-name = "8226_l3";
103 parent-supply = <&pm8226_s3>;
104 qcom,system-load = <10000>;
105 regulator-always-on;
106 qcom,enable-time = <200>;
David Keitelf4c8b8b2013-02-25 15:25:27 -0800107 regulator-min-microvolt = <1150000>;
108 regulator-max-microvolt = <1150000>;
David Keitel7184c6e2013-02-11 13:23:04 -0800109 };
David Collins37ddb972012-10-17 15:00:26 -0700110
David Keitel7184c6e2013-02-11 13:23:04 -0800111 pm8226_l4: regulator@4300 {
112 status = "okay";
113 regulator-name = "8226_l4";
114 parent-supply = <&pm8226_s3>;
115 qcom,enable-time = <200>;
116 regulator-min-microvolt = <1200000>;
117 regulator-max-microvolt = <1200000>;
118 };
David Collins37ddb972012-10-17 15:00:26 -0700119
David Keitel7184c6e2013-02-11 13:23:04 -0800120 pm8226_l5: regulator@4400 {
121 status = "okay";
122 regulator-name = "8226_l5";
123 parent-supply = <&pm8226_s3>;
124 qcom,enable-time = <200>;
125 regulator-min-microvolt = <1200000>;
126 regulator-max-microvolt = <1200000>;
127 };
David Collins37ddb972012-10-17 15:00:26 -0700128
David Keitel7184c6e2013-02-11 13:23:04 -0800129 pm8226_l6: regulator@4500 {
130 status = "okay";
131 regulator-name = "8226_l6";
132 parent-supply = <&pm8226_s4>;
133 qcom,system-load = <10000>;
134 regulator-always-on;
135 qcom,enable-time = <200>;
136 regulator-min-microvolt = <1800000>;
137 regulator-max-microvolt = <1800000>;
138 };
David Collins37ddb972012-10-17 15:00:26 -0700139
David Keitel7184c6e2013-02-11 13:23:04 -0800140 pm8226_l7: regulator@4600 {
141 status = "okay";
142 regulator-name = "8226_l7";
143 parent-supply = <&pm8226_s4>;
144 qcom,enable-time = <200>;
145 regulator-min-microvolt = <1850000>;
146 regulator-max-microvolt = <1850000>;
147 };
David Collins37ddb972012-10-17 15:00:26 -0700148
David Keitel7184c6e2013-02-11 13:23:04 -0800149 pm8226_l8: regulator@4700 {
150 status = "okay";
151 regulator-name = "8226_l8";
152 parent-supply = <&pm8226_s4>;
153 qcom,enable-time = <200>;
154 regulator-min-microvolt = <1800000>;
155 regulator-max-microvolt = <1800000>;
156 qcom,consumer-supplies = "vdd_sr2_pll", "";
157 };
David Collins37ddb972012-10-17 15:00:26 -0700158
David Keitel7184c6e2013-02-11 13:23:04 -0800159 pm8226_l9: regulator@4800 {
160 status = "okay";
161 regulator-name = "8226_l9";
162 parent-supply = <&pm8226_s4>;
163 qcom,enable-time = <200>;
164 regulator-min-microvolt = <2050000>;
165 regulator-max-microvolt = <2050000>;
166 };
David Collins37ddb972012-10-17 15:00:26 -0700167
David Keitel7184c6e2013-02-11 13:23:04 -0800168 pm8226_l10: regulator@4900 {
169 status = "okay";
170 regulator-name = "8226_l10";
171 parent-supply = <&pm8226_s4>;
172 qcom,enable-time = <200>;
173 qcom,system-load = <5000>;
174 regulator-always-on;
175 regulator-min-microvolt = <1800000>;
176 regulator-max-microvolt = <1800000>;
177 };
David Collins37ddb972012-10-17 15:00:26 -0700178
David Keitel7184c6e2013-02-11 13:23:04 -0800179 pm8226_l12: regulator@4b00 {
180 status = "okay";
181 regulator-name = "8226_l12";
182 qcom,enable-time = <200>;
183 regulator-min-microvolt = <1800000>;
184 regulator-max-microvolt = <1800000>;
185 };
David Collins37ddb972012-10-17 15:00:26 -0700186
David Keitel7184c6e2013-02-11 13:23:04 -0800187 pm8226_l14: regulator@4d00 {
188 status = "okay";
189 regulator-name = "8226_l14";
190 qcom,enable-time = <200>;
191 regulator-min-microvolt = <2750000>;
192 regulator-max-microvolt = <2750000>;
193 };
David Collins37ddb972012-10-17 15:00:26 -0700194
David Keitel7184c6e2013-02-11 13:23:04 -0800195 pm8226_l15: regulator@4e00 {
196 status = "okay";
197 regulator-name = "8226_l15";
198 qcom,enable-time = <200>;
199 regulator-min-microvolt = <2800000>;
200 regulator-max-microvolt = <2800000>;
201 };
David Collins37ddb972012-10-17 15:00:26 -0700202
David Keitel7184c6e2013-02-11 13:23:04 -0800203 pm8226_l16: regulator@4f00 {
204 status = "okay";
205 regulator-name = "8226_l16";
206 qcom,enable-time = <200>;
207 regulator-min-microvolt = <3000000>;
208 regulator-max-microvolt = <3300000>;
209 };
David Collins37ddb972012-10-17 15:00:26 -0700210
David Keitel7184c6e2013-02-11 13:23:04 -0800211 pm8226_l17: regulator@5000 {
212 status = "okay";
213 regulator-name = "8226_l17";
214 qcom,enable-time = <200>;
215 regulator-min-microvolt = <2950000>;
216 regulator-max-microvolt = <2950000>;
217 };
David Collins37ddb972012-10-17 15:00:26 -0700218
David Keitel7184c6e2013-02-11 13:23:04 -0800219 pm8226_l18: regulator@5100 {
220 status = "okay";
221 regulator-name = "8226_l18";
222 qcom,enable-time = <200>;
223 regulator-min-microvolt = <2950000>;
224 regulator-max-microvolt = <2950000>;
225 };
David Collins37ddb972012-10-17 15:00:26 -0700226
David Keitel7184c6e2013-02-11 13:23:04 -0800227 pm8226_l19: regulator@5200 {
228 status = "okay";
229 regulator-name = "8226_l19";
230 qcom,enable-time = <200>;
231 regulator-min-microvolt = <2850000>;
232 regulator-max-microvolt = <2850000>;
233 };
David Collins37ddb972012-10-17 15:00:26 -0700234
David Keitel7184c6e2013-02-11 13:23:04 -0800235 pm8226_l20: regulator@5300 {
236 status = "okay";
237 regulator-name = "8226_l20";
238 qcom,enable-time = <200>;
239 regulator-min-microvolt = <3075000>;
240 regulator-max-microvolt = <3075000>;
241 };
David Collins37ddb972012-10-17 15:00:26 -0700242
David Keitel7184c6e2013-02-11 13:23:04 -0800243 pm8226_l21: regulator@5400 {
244 status = "okay";
245 regulator-name = "8226_l21";
246 qcom,enable-time = <200>;
247 regulator-min-microvolt = <1800000>;
248 regulator-max-microvolt = <2950000>;
249 };
David Collins37ddb972012-10-17 15:00:26 -0700250
David Keitel7184c6e2013-02-11 13:23:04 -0800251 pm8226_l22: regulator@5500 {
252 status = "okay";
253 regulator-name = "8226_l22";
254 qcom,enable-time = <200>;
255 regulator-min-microvolt = <1800000>;
256 regulator-max-microvolt = <2950000>;
257 };
David Collins37ddb972012-10-17 15:00:26 -0700258
David Keitel7184c6e2013-02-11 13:23:04 -0800259 pm8226_l23: regulator@5600 {
260 status = "okay";
261 regulator-name = "8226_l23";
262 qcom,enable-time = <200>;
263 regulator-min-microvolt = <1800000>;
264 regulator-max-microvolt = <2950000>;
265 };
David Collins37ddb972012-10-17 15:00:26 -0700266
David Keitel7184c6e2013-02-11 13:23:04 -0800267 pm8226_l24: regulator@5700 {
268 status = "okay";
269 regulator-name = "8226_l24";
270 parent-supply = <&pm8226_s3>;
271 qcom,enable-time = <200>;
272 regulator-min-microvolt = <1300000>;
273 regulator-max-microvolt = <1300000>;
274 };
275
276 pm8226_l26: regulator@5900 {
277 status = "okay";
278 regulator-name = "8226_l26";
279 parent-supply = <&pm8226_s3>;
280 qcom,enable-time = <200>;
281 regulator-min-microvolt = <1225000>;
282 regulator-max-microvolt = <1225000>;
283 };
284
285 pm8226_l27: regulator@5a00 {
286 status = "okay";
287 regulator-name = "8226_l27";
288 parent-supply = <&pm8226_s4>;
289 qcom,enable-time = <200>;
290 regulator-min-microvolt = <2050000>;
291 regulator-max-microvolt = <2050000>;
292 };
293
294 pm8226_l28: regulator@5b00 {
295 status = "okay";
296 regulator-name = "8226_l28";
297 qcom,enable-time = <200>;
298 regulator-min-microvolt = <1800000>;
299 regulator-max-microvolt = <2950000>;
300 };
301
302 pm8226_lvs1: regulator@8000 {
303 status = "okay";
304 regulator-name = "8226_lvs1";
305 parent-supply = <&pm8226_l6>;
306 qcom,enable-time = <200>;
307 };
David Collins37ddb972012-10-17 15:00:26 -0700308 };
309};