blob: 161b580e7c074d2d5a10647b8db0bec8b49d4b94 [file] [log] [blame]
David Keitel84987112013-02-11 13:26:30 -08001/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Kenneth Heitkee5804002012-11-15 17:50:07 -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
13&spmi_bus {
14 #address-cells = <1>;
15 #size-cells = <0>;
16 interrupt-controller;
17 #interrupt-cells = <3>;
David Keitel84987112013-02-11 13:26:30 -080018
David Keitel4109e952013-02-07 20:22:13 -080019 qcom,pm8226@0 {
20 spmi-slave-container;
21 reg = <0x0>;
22 #address-cells = <1>;
23 #size-cells = <1>;
24
Amy Malochef8225942013-03-04 12:16:29 -080025 qcom,power-on@800 {
26 compatible = "qcom,qpnp-power-on";
27 reg = <0x800 0x100>;
28 interrupts = <0x0 0x8 0x0>,
29 <0x0 0x8 0x1>,
30 <0x0 0x8 0x4>;
31 interrupt-names = "kpdpwr", "resin", "resin-bark";
32 qcom,pon-dbc-delay = <15625>;
33 qcom,system-reset;
34
35 qcom,pon_1 {
36 qcom,pon-type = <0>;
37 qcom,pull-up = <1>;
38 linux,code = <116>;
39 };
40
41 qcom,pon_2 {
42 qcom,pon-type = <1>;
43 qcom,support-reset = <1>;
44 qcom,pull-up = <1>;
45 qcom,s1-timer = <0>;
46 qcom,s2-timer = <2000>;
47 qcom,s2-type = <1>;
48 linux,code = <114>;
49 };
50 };
51
David Keitelc51a7e52013-03-02 00:14:48 -080052 pm8226_chg: qcom,charger {
53 spmi-dev-container;
54 compatible = "qcom,qpnp-charger";
55 #address-cells = <1>;
56 #size-cells = <1>;
57 status = "disabled";
58
David Keitele89d4782013-03-27 11:29:59 -070059 qcom,vddmax-mv = <4200>;
60 qcom,vddsafe-mv = <4200>;
61 qcom,vinmin-mv = <4200>;
62 qcom,vbatdet-mv = <4100>;
63 qcom,ibatmax-ma = <1500>;
64 qcom,ibatterm-ma = <200>;
65 qcom,ibatsafe-ma = <1500>;
66 qcom,thermal-mitigation = <1500 700 600 325>;
David Keitelc51a7e52013-03-02 00:14:48 -080067
David Keitele89d4782013-03-27 11:29:59 -070068 qcom,chgr@1000 {
David Keitelc51a7e52013-03-02 00:14:48 -080069 status = "disabled";
70 reg = <0x1000 0x100>;
71 interrupts = <0x0 0x10 0x0>,
72 <0x0 0x10 0x1>,
73 <0x0 0x10 0x2>,
74 <0x0 0x10 0x3>,
75 <0x0 0x10 0x4>,
76 <0x0 0x10 0x5>,
77 <0x0 0x10 0x6>,
78 <0x0 0x10 0x7>;
79
80 interrupt-names = "vbat-det-lo",
81 "vbat-det-hi",
82 "chgwdog",
83 "state-change",
84 "trkl-chg-on",
85 "fast-chg-on",
86 "chg-failed",
87 "chg-done";
88 };
89
David Keitele89d4782013-03-27 11:29:59 -070090 qcom,buck@1100 {
David Keitelc51a7e52013-03-02 00:14:48 -080091 status = "disabled";
92 reg = <0x1100 0x100>;
93 interrupts = <0x0 0x11 0x0>,
94 <0x0 0x11 0x1>,
95 <0x0 0x11 0x2>,
96 <0x0 0x11 0x3>,
97 <0x0 0x11 0x4>,
98 <0x0 0x11 0x5>,
99 <0x0 0x11 0x6>;
100
101 interrupt-names = "vbat-ov",
102 "vreg-ov",
103 "overtemp",
104 "vchg-loop",
105 "ichg-loop",
106 "ibat-loop",
107 "vdd-loop";
108 };
109
David Keitele89d4782013-03-27 11:29:59 -0700110 qcom,bat-if@1200 {
David Keitelc51a7e52013-03-02 00:14:48 -0800111 status = "disabled";
112 reg = <0x1200 0x100>;
113 interrupts = <0x0 0x12 0x0>,
114 <0x0 0x12 0x1>,
115 <0x0 0x12 0x2>,
116 <0x0 0x12 0x3>,
117 <0x0 0x12 0x4>;
118
119 interrupt-names = "batt-pres",
120 "bat-temp-ok",
121 "bat-fet-on",
122 "vcp-on",
123 "psi";
124
125 };
126
David Keitele89d4782013-03-27 11:29:59 -0700127 qcom,usb-chgpth@1300 {
David Keitelc51a7e52013-03-02 00:14:48 -0800128 status = "disabled";
129 reg = <0x1300 0x100>;
130 interrupts = <0 0x13 0x0>,
131 <0 0x13 0x1>,
132 <0x0 0x13 0x2>;
133
134 interrupt-names = "coarse-det-usb",
135 "usbin-valid",
136 "chg-gone";
137 };
138
David Keitele89d4782013-03-27 11:29:59 -0700139 qcom,boost@1500 {
David Keitelc51a7e52013-03-02 00:14:48 -0800140 status = "disabled";
141 reg = <0x1500 0x100>;
142 interrupts = <0x0 0x15 0x0>,
143 <0x0 0x15 0x1>;
144
145 interrupt-names = "boost-pwr-ok",
146 "limit-error";
147 };
148
149 qcom,chg-misc@1600 {
150 status = "disabled";
151 reg = <0x1600 0x100>;
152 };
153 };
154
Xiaozhe Shicb59c9d2013-03-19 10:43:07 -0700155 pm8226_bms: qcom,bms {
156 spmi-dev-container;
157 compatible = "qcom,qpnp-bms";
158 #address-cells = <1>;
159 #size-cells = <1>;
160 status = "disabled";
161
162 qcom,r-sense-uohm = <10000>;
163 qcom,v-cutoff-uv = <3400000>;
164 qcom,max-voltage-uv = <4200000>;
Xiaozhe Shie0da4c72013-04-02 10:43:55 -0700165 qcom,r-conn-mohm = <0>;
Xiaozhe Shicb59c9d2013-03-19 10:43:07 -0700166 qcom,shutdown-soc-valid-limit = <20>;
Xiaozhe Shi561ebf72013-03-25 13:51:27 -0700167 qcom,adjust-soc-low-threshold = <15>;
Xiaozhe Shicb59c9d2013-03-19 10:43:07 -0700168 qcom,ocv-voltage-high-threshold-uv = <3750000>;
169 qcom,ocv-voltage-low-threshold-uv = <3650000>;
170 qcom,low-soc-calculate-soc-threshold = <15>;
171 qcom,low-soc-calculate-soc-ms = <5000>;
172 qcom,calculate-soc-ms = <20000>;
173 qcom,chg-term-ua = <100000>;
174 qcom,batt-type = <0>;
Xiaozhe Shi0ac7a002013-03-26 13:14:03 -0700175 qcom,low-ocv-correction-limit-uv = <100>;
176 qcom,high-ocv-correction-limit-uv = <50>;
177 qcom,hold-soc-est = <3>;
Xiaozhe Shi33988df2013-04-03 10:37:56 -0700178 qcom,low-voltage-threshold = <3420000>;
Xiaozhe Shicb59c9d2013-03-19 10:43:07 -0700179
180 qcom,bms-iadc@3800 {
181 reg = <0x3800 0x100>;
182 };
183
184 qcom,bms-bms@4000 {
185 reg = <0x4000 0x100>;
186 interrupts = <0x0 0x40 0x0>,
187 <0x0 0x40 0x1>,
188 <0x0 0x40 0x2>,
189 <0x0 0x40 0x3>,
190 <0x0 0x40 0x4>,
191 <0x0 0x40 0x5>,
192 <0x0 0x40 0x6>,
193 <0x0 0x40 0x7>;
194
195 interrupt-names = "vsense_for_r",
196 "vsense_avg",
197 "sw_cc_thr",
198 "ocv_thr",
199 "charge_begin",
200 "good_ocv",
201 "ocv_for_r",
202 "cc_thr";
203 };
204 };
205
David Keitel4109e952013-02-07 20:22:13 -0800206 pm8226_gpios: gpios {
207 spmi-dev-container;
208 compatible = "qcom,qpnp-pin";
209 gpio-controller;
210 #gpio-cells = <2>;
211 #address-cells = <1>;
212 #size-cells = <1>;
213 label = "pm8226-gpio";
214
215 gpio@c000 {
216 reg = <0xc000 0x100>;
217 qcom,pin-num = <1>;
218 };
219
220 gpio@c100 {
221 reg = <0xc100 0x100>;
222 qcom,pin-num = <2>;
223 };
224
225 gpio@c200 {
226 reg = <0xc200 0x100>;
227 qcom,pin-num = <3>;
228 };
229
230 gpio@c300 {
231 reg = <0xc300 0x100>;
232 qcom,pin-num = <4>;
233 };
234
235 gpio@c400 {
236 reg = <0xc400 0x100>;
237 qcom,pin-num = <5>;
238 };
239
240 gpio@c500 {
241 reg = <0xc500 0x100>;
242 qcom,pin-num = <6>;
243 };
244
245 gpio@c600 {
246 reg = <0xc600 0x100>;
247 qcom,pin-num = <7>;
248 };
249
250 gpio@c700 {
251 reg = <0xc700 0x100>;
252 qcom,pin-num = <8>;
253 };
254 };
255
256 pm8226_mpps: mpps {
257 spmi-dev-container;
258 compatible = "qcom,qpnp-pin";
259 gpio-controller;
260 #gpio-cells = <2>;
261 #address-cells = <1>;
262 #size-cells = <1>;
263 label = "pm8226-mpp";
264
265 mpp@a000 {
266 reg = <0xa000 0x100>;
267 qcom,pin-num = <1>;
268 };
269
270 mpp@a100 {
271 reg = <0xa100 0x100>;
272 qcom,pin-num = <2>;
273 };
274
275 mpp@a200 {
276 reg = <0xa200 0x100>;
277 qcom,pin-num = <3>;
278 };
279
280 mpp@a300 {
281 reg = <0xa300 0x100>;
282 qcom,pin-num = <4>;
283 };
284
285 mpp@a400 {
286 reg = <0xa400 0x100>;
287 qcom,pin-num = <5>;
288 };
289
290 mpp@a500 {
291 reg = <0xa500 0x100>;
292 qcom,pin-num = <6>;
293 };
294
295 mpp@a600 {
296 reg = <0xa600 0x100>;
297 qcom,pin-num = <7>;
298 };
299
300 mpp@a700 {
301 reg = <0xa700 0x100>;
302 qcom,pin-num = <8>;
303 };
304 };
Siddartha Mohanadossae99e772013-02-19 15:44:40 -0800305
306 pm8226_vadc: vadc@3100 {
307 compatible = "qcom,qpnp-vadc";
308 reg = <0x3100 0x100>;
309 #address-cells = <1>;
310 #size-cells = <0>;
311 interrupts = <0x0 0x31 0x0>;
312 interrupt-names = "eoc-int-en-set";
313 qcom,adc-bit-resolution = <15>;
314 qcom,adc-vdd-reference = <1800>;
315
316 chan@8 {
317 label = "die_temp";
318 reg = <8>;
319 qcom,decimation = <0>;
320 qcom,pre-div-channel-scaling = <0>;
321 qcom,calibration-type = "absolute";
322 qcom,scale-function = <3>;
323 qcom,hw-settle-time = <0>;
324 qcom,fast-avg-setup = <0>;
325 };
326
327 chan@9 {
328 label = "ref_625mv";
329 reg = <9>;
330 qcom,decimation = <0>;
331 qcom,pre-div-channel-scaling = <0>;
332 qcom,calibration-type = "absolute";
333 qcom,scale-function = <0>;
334 qcom,hw-settle-time = <0>;
335 qcom,fast-avg-setup = <0>;
336 };
337
338 chan@a {
339 label = "ref_1250v";
340 reg = <0xa>;
341 qcom,decimation = <0>;
342 qcom,pre-div-channel-scaling = <0>;
343 qcom,calibration-type = "absolute";
344 qcom,scale-function = <0>;
345 qcom,hw-settle-time = <0>;
346 qcom,fast-avg-setup = <0>;
347 };
Siddartha Mohanadossa3390632013-03-15 07:37:27 -0700348
349 chan@c {
350 label = "ref_buf_625mv";
351 reg = <0xc>;
352 qcom,decimation = <0>;
353 qcom,pre-div-channel-scaling = <0>;
354 qcom,calibration-type = "absolute";
355 qcom,scale-function = <0>;
356 qcom,hw-settle-time = <0>;
357 qcom,fast-avg-setup = <0>;
358 };
Siddartha Mohanadossae99e772013-02-19 15:44:40 -0800359 };
360
361 iadc@3600 {
362 compatible = "qcom,qpnp-iadc";
363 reg = <0x3600 0x100>;
364 #address-cells = <1>;
365 #size-cells = <0>;
366 interrupts = <0x0 0x36 0x0>;
367 interrupt-names = "eoc-int-en-set";
368 qcom,adc-bit-resolution = <16>;
369 qcom,adc-vdd-reference = <1800>;
370 qcom,rsense = <1500>;
371
372 chan@0 {
373 label = "internal_rsense";
374 reg = <0>;
375 qcom,decimation = <0>;
376 qcom,pre-div-channel-scaling = <1>;
377 qcom,calibration-type = "absolute";
378 qcom,scale-function = <0>;
379 qcom,hw-settle-time = <0>;
380 qcom,fast-avg-setup = <0>;
381 };
382 };
Ashay Jaiswalc51f7e92013-03-11 10:25:58 +0530383
384 qcom,pm8226_rtc {
385 spmi-dev-container;
386 compatible = "qcom,qpnp-rtc";
387 #address-cells = <1>;
388 #size-cells = <1>;
389 qcom,qpnp-rtc-write = <0>;
390 qcom,qpnp-rtc-alarm-pwrup = <0>;
391
392 qcom,pm8226_rtc_rw@6000 {
393 reg = <0x6000 0x100>;
394 };
395 qcom,pm8226_rtc_alarm@6100 {
396 reg = <0x6100 0x100>;
397 interrupts = <0x0 0x61 0x1>;
398 };
399 };
David Keitel4109e952013-02-07 20:22:13 -0800400 };
401
David Keitel84987112013-02-11 13:26:30 -0800402 qcom,pm8226@1 {
403 spmi-slave-container;
404 reg = <0x1>;
405 #address-cells = <1>;
406 #size-cells = <1>;
407
408 regulator@1400 {
409 regulator-name = "8226_s1";
410 spmi-dev-container;
411 #address-cells = <1>;
412 #size-cells = <1>;
413 compatible = "qcom,qpnp-regulator";
414 reg = <0x1400 0x300>;
415 status = "disabled";
416
417 qcom,ctl@1400 {
418 reg = <0x1400 0x100>;
419 };
420 qcom,ps@1500 {
421 reg = <0x1500 0x100>;
422 };
423 qcom,freq@1600 {
424 reg = <0x1600 0x100>;
425 };
426 };
427
428 regulator@1700 {
429 regulator-name = "8226_s2";
430 spmi-dev-container;
431 #address-cells = <1>;
432 #size-cells = <1>;
433 compatible = "qcom,qpnp-regulator";
434 reg = <0x1700 0x300>;
435 status = "disabled";
436
437 qcom,ctl@1700 {
438 reg = <0x1700 0x100>;
439 };
440 qcom,ps@1800 {
441 reg = <0x1800 0x100>;
442 };
443 qcom,freq@1900 {
444 reg = <0x1900 0x100>;
445 };
446 };
447
448 regulator@1a00 {
449 regulator-name = "8226_s3";
450 spmi-dev-container;
451 #address-cells = <1>;
452 #size-cells = <1>;
453 compatible = "qcom,qpnp-regulator";
454 reg = <0x1a00 0x300>;
455 status = "disabled";
456
457 qcom,ctl@1a00 {
458 reg = <0x1a00 0x100>;
459 };
460 qcom,ps@1b00 {
461 reg = <0x1b00 0x100>;
462 };
463 qcom,freq@1c00 {
464 reg = <0x1c00 0x100>;
465 };
466 };
467
468 regulator@1d00 {
469 regulator-name = "8226_s4";
470 spmi-dev-container;
471 #address-cells = <1>;
472 #size-cells = <1>;
473 compatible = "qcom,qpnp-regulator";
474 reg = <0x1d00 0x300>;
475 status = "disabled";
476
477 qcom,ctl@1d00 {
478 reg = <0x1d00 0x100>;
479 };
480 qcom,ps@1e00 {
481 reg = <0x1e00 0x100>;
482 };
483 qcom,freq@1f00 {
484 reg = <0x1f00 0x100>;
485 };
486 };
487
488 regulator@2000 {
489 regulator-name = "8226_s5";
490 spmi-dev-container;
491 #address-cells = <1>;
492 #size-cells = <1>;
493 compatible = "qcom,qpnp-regulator";
494 reg = <0x2000 0x300>;
495 status = "disabled";
496
497 qcom,ctl@2000 {
498 reg = <0x2000 0x100>;
499 };
500 qcom,ps@2100 {
501 reg = <0x2100 0x100>;
502 };
503 qcom,freq@2200 {
504 reg = <0x2200 0x100>;
505 };
506 };
507
508 regulator@4000 {
509 regulator-name = "8226_l1";
510 reg = <0x4000 0x100>;
511 compatible = "qcom,qpnp-regulator";
512 status = "disabled";
513 };
514
515 regulator@4100 {
516 regulator-name = "8226_l2";
517 reg = <0x4100 0x100>;
518 compatible = "qcom,qpnp-regulator";
519 status = "disabled";
520 };
521
522 regulator@4200 {
523 regulator-name = "8226_l3";
524 reg = <0x4200 0x100>;
525 compatible = "qcom,qpnp-regulator";
526 status = "disabled";
527 };
528
529 regulator@4300 {
530 regulator-name = "8226_l4";
531 reg = <0x4300 0x100>;
532 compatible = "qcom,qpnp-regulator";
533 status = "disabled";
534 };
535
536 regulator@4400 {
537 regulator-name = "8226_l5";
538 reg = <0x4400 0x100>;
539 compatible = "qcom,qpnp-regulator";
540 status = "disabled";
541 };
542
543 regulator@4500 {
544 regulator-name = "8226_l6";
545 reg = <0x4500 0x100>;
546 compatible = "qcom,qpnp-regulator";
547 status = "disabled";
548 };
549
550 regulator@4600 {
551 regulator-name = "8226_l7";
552 reg = <0x4600 0x100>;
553 compatible = "qcom,qpnp-regulator";
554 status = "disabled";
555 };
556
557 regulator@4700 {
558 regulator-name = "8226_l8";
559 reg = <0x4700 0x100>;
560 compatible = "qcom,qpnp-regulator";
561 status = "disabled";
562 };
563
564 regulator@4800 {
565 regulator-name = "8226_l9";
566 reg = <0x4800 0x100>;
567 compatible = "qcom,qpnp-regulator";
568 status = "disabled";
569 };
570
571 regulator@4900 {
572 regulator-name = "8226_l10";
573 reg = <0x4900 0x100>;
574 compatible = "qcom,qpnp-regulator";
575 status = "disabled";
576 };
577
578 regulator@4b00 {
579 regulator-name = "8226_l12";
580 reg = <0x4b00 0x100>;
581 compatible = "qcom,qpnp-regulator";
582 status = "disabled";
583 };
584
585 regulator@4d00 {
586 regulator-name = "8226_l14";
587 reg = <0x4d00 0x100>;
588 compatible = "qcom,qpnp-regulator";
589 status = "disabled";
590 };
591
592 regulator@4e00 {
593 regulator-name = "8226_l15";
594 reg = <0x4e00 0x100>;
595 compatible = "qcom,qpnp-regulator";
596 status = "disabled";
597 };
598
599 regulator@4f00 {
600 regulator-name = "8226_l16";
601 reg = <0x4f00 0x100>;
602 compatible = "qcom,qpnp-regulator";
603 status = "disabled";
604 };
605
606 regulator@5000 {
607 regulator-name = "8226_l17";
608 reg = <0x5000 0x100>;
609 compatible = "qcom,qpnp-regulator";
610 status = "disabled";
611 };
612
613 regulator@5100 {
614 regulator-name = "8226_l18";
615 reg = <0x5100 0x100>;
616 compatible = "qcom,qpnp-regulator";
617 status = "disabled";
618 };
619
620 regulator@5200 {
621 regulator-name = "8226_l19";
622 reg = <0x5200 0x100>;
623 compatible = "qcom,qpnp-regulator";
624 status = "disabled";
625 };
626
627 regulator@5300 {
628 regulator-name = "8226_l20";
629 reg = <0x5300 0x100>;
630 compatible = "qcom,qpnp-regulator";
631 status = "disabled";
632 };
633
634 regulator@5400 {
635 regulator-name = "8226_l21";
636 reg = <0x5400 0x100>;
637 compatible = "qcom,qpnp-regulator";
638 status = "disabled";
639 };
640
641 regulator@5500 {
642 regulator-name = "8226_l22";
643 reg = <0x5500 0x100>;
644 compatible = "qcom,qpnp-regulator";
645 status = "disabled";
646 };
647
648 regulator@5600 {
649 regulator-name = "8226_l23";
650 reg = <0x5600 0x100>;
651 compatible = "qcom,qpnp-regulator";
652 status = "disabled";
653 };
654
655 regulator@5700 {
656 regulator-name = "8226_l24";
657 reg = <0x5700 0x100>;
658 compatible = "qcom,qpnp-regulator";
659 status = "disabled";
660 };
661
662 regulator@5900 {
663 regulator-name = "8226_l26";
664 reg = <0x5900 0x100>;
665 compatible = "qcom,qpnp-regulator";
666 status = "disabled";
667 };
668
669 regulator@5a00 {
670 regulator-name = "8226_l27";
671 reg = <0x5a00 0x100>;
672 compatible = "qcom,qpnp-regulator";
673 status = "disabled";
674 };
675
676 regulator@5b00 {
677 regulator-name = "8226_l28";
678 reg = <0x5b00 0x100>;
679 compatible = "qcom,qpnp-regulator";
680 status = "disabled";
681 };
682
Amy Maloched699b942013-03-03 15:47:52 -0800683 qcom,leds@d800 {
684 compatible = "qcom,leds-qpnp";
685 reg = <0xd800 0x100>;
686 label = "wled";
687 };
688
David Keitel84987112013-02-11 13:26:30 -0800689 regulator@8000 {
690 regulator-name = "8226_lvs1";
691 reg = <0x8000 0x100>;
692 compatible = "qcom,qpnp-regulator";
693 status = "disabled";
694 };
Fenglin Wu3a707802013-03-21 14:34:20 -0700695
Fenglin Wu7f38bae2013-03-12 21:22:35 -0700696 qcom,vibrator@c000 {
697 compatible = "qcom,qpnp-vibrator";
698 reg = <0xc000 0x100>;
699 label = "vibrator";
700 status = "disabled";
701 };
702
Fenglin Wu3a707802013-03-21 14:34:20 -0700703 qcom,leds@d300 {
704 compatible = "qcom,leds-qpnp";
705 status = "disable";
706 reg = <0xd300 0x100>;
707 label = "flash";
708 pm8226_flash0: qcom,flash_0 {
709 qcom,max-current = <1000>;
710 qcom,default-state = "off";
711 qcom,headroom = <0>;
712 qcom,duration = <1280>;
713 qcom,clamp-curr = <200>;
714 qcom,startup-dly = <1>;
715 qcom,safety-timer;
716 label = "flash";
717 linux,default-trigger =
718 "flash0_trigger";
719 qcom,id = <1>;
720 linux,name = "led:flash_0";
721 qcom,current = <625>;
722 };
723
724 pm8226_flash1: qcom,flash_1 {
725 qcom,max-current = <1000>;
726 qcom,default-state = "off";
727 qcom,headroom = <0>;
728 qcom,duration = <1280>;
729 qcom,clamp-curr = <200>;
730 qcom,startup-dly = <1>;
731 qcom,safety-timer;
732 linux,default-trigger =
733 "flash1_trigger";
734 label = "flash";
735 qcom,id = <2>;
736 linux,name = "led:flash_1";
737 qcom,current = <625>;
738 };
739 };
David Keitel84987112013-02-11 13:26:30 -0800740 };
Kenneth Heitkee5804002012-11-15 17:50:07 -0700741};