rk32 dts: fix lcdc node some warning
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-p977.dts
1 /dts-v1/;
2
3 #include "rk3288.dtsi"
4 #include "lcd-LP097Qx1.dtsi"
5
6 / {
7         fiq-debugger {
8                 status = "okay";
9         };
10
11         5v_power_en {
12         compatible = "5v_en";
13                 5ven,pin =<&gpio7 GPIO_B4 GPIO_ACTIVE_HIGH>;    // 5v power for otg and hdmi
14                 status = "okay";        
15         };
16
17
18     wireless-wlan {
19         compatible = "wlan-platdata";
20
21         wifi_chip_type = "";
22         sdio_vref = <1800>; //1800mv or 3300mv
23
24         //power_ctrl_by_pmu;
25         pmu_regulator = "act_ldo3";
26         pmu_enable_level = <1>; //1->HIGH, 0->LOW
27
28         WIFI,poweren_gpio = <&gpio4 GPIO_D4 GPIO_ACTIVE_HIGH>;
29         WIFI,host_wake_irq = <&gpio4 GPIO_D6 GPIO_ACTIVE_HIGH>;
30         //WIFI,reset_gpio = <&gpio0 GPIO_A2 GPIO_ACTIVE_LOW>;
31
32         status = "okay";
33     };
34
35     wireless-bluetooth {
36         compatible = "bluetooth-platdata";
37
38         uart_rts_gpios = <&gpio4 GPIO_C3 GPIO_ACTIVE_LOW>;
39         pinctrl-names = "default","rts_gpio";
40         pinctrl-0 = <&uart0_rts>;
41         pinctrl-1 = <&uart0_rts_gpio>;
42
43         //BT,power_gpio = <&gpio4 GPIO_D3 GPIO_ACTIVE_HIGH>;
44         BT,reset_gpio = <&gpio4 GPIO_D5 GPIO_ACTIVE_HIGH>;
45         BT,wake_gpio = <&gpio4 GPIO_D2 GPIO_ACTIVE_HIGH>;
46         BT,wake_host_irq = <&gpio4 GPIO_D7 GPIO_ACTIVE_HIGH>;
47
48         status = "okay";
49     };
50
51     hallsensor {
52                compatible = "hall_och165t";
53                type = <SENSOR_TYPE_HALL>;
54                irq-gpio = <&gpio0 GPIO_A6 IRQ_TYPE_EDGE_BOTH>;
55      };
56
57         backlight {
58                 compatible = "pwm-backlight";
59                 pwms = <&pwm0 0 25000>;
60                 brightness-levels = <255 255 254 254 253 253 252 252 251 251 250 250 249 249 248 248 247 247 246 246 245 245 244 244 243 243 242 242 241 241 240 240
61 239 239 238 238 237 237 236 236 235 235 234 234 233 233 232 232 231 231 230 230 229 229 228 228 227 227 226 226 225 225
62 224 224 223 223 222 222 221 221 220 220 219 219 218 218 217 217 216 216 215 215 214 214 213 213 212 212 211 211 210 210
63 209 209 208 208 207 207 206 206 205 205 204 204 203 203 202 202 201 201 200 200 199 199 198 198 197 197 196 196 195 195
64 194 194 193 193 192 192 191 191 190 190 189 189 188 188 187 187 186 186 185 185 184 184 183 183 182 182 181 181 180 180
65 179 179 178 178 177 177 176 176 175 175 174 174 173 173 172 172 171 171 170 170 169 169 168 168 167 167 166 166 165 165 
66 164 164 163 163 162 162 161 161 160 160 159 159 158 158 157 157 156 156 155 155 154 154 153 153 152 152 151 151 150 150
67 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150 150
68 150 150 150 150 150 150 150 150 150 150 150 150 150 150>;
69                 default-brightness-level = <20>;
70                 enable-gpios = <&gpio7 GPIO_A2 GPIO_ACTIVE_HIGH>;
71         };
72
73         pwm_regulator {
74                 compatible = "rockchip_pwm_regulator";
75                 pwms = <&pwm1 0 25000>;
76                 rockchip,pwm_id= <1>;
77                 rockchip,pwm_voltage_map= <925000 950000 975000 1000000 1025000 1050000 1075000 1100000 1125000 1150000 1175000 1200000 1225000 1250000 1275000 1300000 1325000 1350000 1375000 1400000>;
78                 rockchip,pwm_voltage= <1000000>;
79                 rockchip,pwm_min_voltage= <925000>;
80                 rockchip,pwm_max_voltage= <1400000>;
81                 rockchip,pwm_suspend_voltage= <950000>;
82                 rockchip,pwm_coefficient= <475>;
83                 regulators {
84                         #address-cells = <1>;
85                         #size-cells = <0>;
86                         pwm_reg0: regulator@0 {
87                                 regulator-compatible = "pwm_dcdc1";
88                                 regulator-name= "vdd_logic";
89                                 regulator-min-microvolt = <925000>;
90                                 regulator-max-microvolt = <1400000>;
91                                 regulator-always-on;
92                                 regulator-boot-on;
93                         };
94                 };
95         };
96
97         codec_hdmi_i2s: codec-hdmi-i2s {
98                 compatible = "hdmi-i2s";
99         };
100
101         codec_hdmi_spdif: codec-hdmi-spdif {
102                 compatible = "hdmi-spdif";
103         };
104
105         rockchip-hdmi-i2s {
106                 compatible = "rockchip-hdmi-i2s";
107                 dais {
108                         dai0 {
109                                 audio-codec = <&codec_hdmi_i2s>;
110                                 i2s-controller = <&i2s>;
111                                 format = "i2s";
112                                 //continuous-clock;
113                                 //bitclock-inversion;
114                                 //frame-inversion;
115                                 //bitclock-master;
116                                 //frame-master;
117                         };
118                 };
119         };
120         
121         rockchip-hdmi-spdif {
122                 compatible = "rockchip-hdmi-spdif";
123                 dais {
124                         dai0 {
125                                 audio-codec = <&codec_hdmi_spdif>;
126                                 i2s-controller = <&spdif>;
127                         };
128                 };              
129         };
130
131         rockchip-rt5631 {
132                 compatible = "rockchip-rt5631";
133                 dais {
134                         dai0 {
135                                 audio-codec = <&rt5631>;
136                                 i2s-controller = <&i2s>;
137                                 format = "i2s";
138                                 //continuous-clock;
139                                 //bitclock-inversion;
140                                 //frame-inversion;
141                                 //bitclock-master;
142                                 //frame-master;
143                         };
144                 };
145         };
146
147         usb_control {
148                 compatible = "rockchip,rk3288-usb-control";
149
150                 otg_drv_gpio = <&gpio0 GPIO_B4 GPIO_ACTIVE_LOW>;
151
152                 rockchip,remote_wakeup;
153                 rockchip,usb_irq_wakeup;
154         };
155 };
156 &pinctrl {
157         gpio0_gpio {
158                         gpio0_c2: gpio0-c2 {
159                                 rockchip,pins = <GPIO0_C2>;
160                                 rockchip,pull = <VALUE_PULL_DOWN>;
161                         };
162
163                         //to add
164                 };
165                 
166         gpio7_gpio {
167                         gpio7_b7: gpio7-b7 {
168                                 rockchip,pins = <GPIO7_B7>;
169                                 rockchip,pull = <VALUE_PULL_UP>;
170                         };
171
172                         //to add
173                 };
174         //could add other pinctrl definition such as gpio
175
176 };
177
178 &emmc {
179         clock-frequency = <100000000>;
180         clock-freq-min-max = <400000 100000000>;
181
182         supports-highspeed;
183         supports-emmc;
184         bootpart-no-access;
185
186         supports-DDR_MODE;
187         caps2-mmc-hs200;
188
189         ignore-pm-notify;
190                 keep-power-in-suspend;
191         status = "okay";
192 };
193     
194 &sdmmc {
195         clock-frequency = <50000000>;
196         clock-freq-min-max = <400000 50000000>;             
197             
198         supports-highspeed;
199         supports-sd;
200         broken-cd;
201         card-detect-delay = <200>;
202
203         ignore-pm-notify;
204         keep-power-in-suspend;
205         
206         vmmc-supply = <&rk808_ldo5_reg>;
207         status = "okay";
208 };
209                 
210 &sdio {
211         clock-frequency = <50000000>;
212         clock-freq-min-max = <200000 50000000>;
213                 
214         supports-highspeed;             
215         supports-sdio;
216                 ignore-pm-notify;
217                 keep-power-in-suspend;
218                 //cap-sdio-irq;
219                 status = "okay";
220 };
221
222 &spi0 {
223         status = "disabled";
224         max-freq = <48000000>;  
225         /*
226         spi_test@00 {
227                 compatible = "rockchip,spi_test_bus0_cs0";
228                 reg = <0>;
229                 spi-max-frequency = <24000000>;
230                 //spi-cpha;
231                 //spi-cpol;
232                 poll_mode = <0>;
233                 type = <0>;
234                 enable_dma = <0>;
235
236         };
237
238         spi_test@01 {
239                 compatible = "rockchip,spi_test_bus0_cs1";
240                 reg = <1>;
241                 spi-max-frequency = <24000000>;
242                 spi-cpha;
243                 spi-cpol;
244                 poll_mode = <0>;
245                 type = <0>;
246                 enable_dma = <0>;               
247         };
248         */
249 };
250
251 &spi1 {
252         status = "disabled";
253         max-freq = <48000000>;
254         /*
255         spi_test@10 {
256                 compatible = "rockchip,spi_test_bus1_cs0";
257                 reg = <0>;
258                 spi-max-frequency = <24000000>;
259                 //spi-cpha;
260                 //spi-cpol;
261                 poll_mode = <0>;
262                 type = <0>;
263                 enable_dma = <0>;
264         };
265
266         */
267 };
268
269 &spi2 {
270         status = "disabled";
271         max-freq = <48000000>;
272         /*
273         spi_test@20 {
274                 compatible = "rockchip,spi_test_bus2_cs0";
275                 reg = <0>;
276                 spi-max-frequency = <24000000>;
277                 //spi-cpha;
278                 //spi-cpol;
279                 poll_mode = <0>;
280                 type = <0>;
281                 enable_dma = <0>;
282         };
283
284         spi_test@21 {
285                 compatible = "rockchip,spi_test_bus2_cs1";
286                 reg = <1>;
287                 spi-max-frequency = <24000000>;
288                 //spi-cpha;
289                 //spi-cpol;
290                 poll_mode = <0>;
291                 type = <0>;
292                 enable_dma = <0>;
293         };
294         */
295 };
296 &uart_bt {
297         status = "okay";
298         dma-names = "!tx", "!rx";
299         pinctrl-0 = <&uart0_xfer &uart0_cts>;
300 };
301
302 &i2c0 {
303         status = "okay";
304         rk808: rk808@1b {
305                 reg = <0x1b>;
306                 status = "okay";
307         };
308         
309
310
311         CW2015@62 {
312                 compatible = "cw201x";
313                 reg = <0x62>;
314                 dc_det_gpio = <&gpio0 GPIO_B0 GPIO_ACTIVE_LOW>;
315                 bat_low_gpio = <&gpio0 GPIO_A7 GPIO_ACTIVE_LOW>;
316                 chg_ok_gpio = <&gpio0 GPIO_B1 GPIO_ACTIVE_HIGH>;
317                 bat_config_info = <0x15 0x2A 0x58 0x57 0x51 0x5F 0x4C 0x45 0x47 0x45 0x48 0x4C 0x47 0x36
318                            0x2B 0x24 0x1E 0x16 0x16 0x17 0x1D 0x28 0x3B 0x4B 0x46 0x23 0x0D 0x71
319                            0x41 0x62 0x5F 0x6E 0x6F 0x6F 0x6E 0x72 0x41 0x1B 0x30 0x22 0x01 0x21
320                            0x52 0x87 0x8F 0x91 0x94 0x52 0x82 0x8C 0x92 0x96 0x12 0x70 0x8F 0xCB
321                            0x2F 0x7D 0x72 0xA5 0xB5 0xC1 0x1F 0x21>;
322                 is_dc_charge = <1>;
323                 is_usb_charge = <0>;
324         };
325         
326         rtc@51 {
327                 compatible = "rtc,hym8563";
328                 reg = <0x51>;
329                 irq_gpio = <&gpio0 GPIO_A4 IRQ_TYPE_EDGE_FALLING>;
330         };
331 };
332
333 &i2c1 {
334         status = "okay";
335         rtc@51 {
336                 compatible = "nxp,pcf8563";
337                 reg = <0x51>;
338         };
339         
340         sensor@1d {
341                 compatible = "gs_mma8452";
342                 reg = <0x1d>;
343                 type = <SENSOR_TYPE_ACCEL>;
344                 irq-gpio = <&gpio8 GPIO_A0 IRQ_TYPE_LEVEL_LOW>;
345                 irq_enable = <1>;
346                 poll_delay_ms = <30>;
347                 layout = <8>;
348         };
349
350         sensor@0d {
351                 compatible = "ak8975";
352                 reg = <0x0d>;
353                 type = <SENSOR_TYPE_COMPASS>;
354                 irq-gpio = <&gpio8 GPIO_A1 IRQ_TYPE_EDGE_RISING>;
355                 irq_enable = <1>;
356                 poll_delay_ms = <30>;
357                 layout = <1>;
358         };
359
360         sensor@10 {
361               compatible = "ls_cm3218";
362               reg = <0x10>;
363               type = <SENSOR_TYPE_LIGHT>;
364               irq-gpio = <&gpio8 GPIO_A3 IRQ_TYPE_EDGE_FALLING>;              
365               irq_enable = <1>;
366               poll_delay_ms = <30>;
367               layout = <1>;
368        };
369 /*            
370         mpu6050:mpu@68{
371         compatible = "mpu6050";
372         reg = <0x68>;
373         mpu-int_config = <0x10>;
374         mpu-level_shifter = <0>;
375         mpu-orientation = <1 0 0 0 1 0 0 0 1>;  
376         orientation-x= <1>;
377         orientation-y= <0>;
378         orientation-z= <1>;
379         irq-gpio = <&gpio8 GPIO_A0 IRQ_TYPE_LEVEL_LOW>;                 
380         mpu-debug = <0>;
381         };
382
383         ak8963:compass@0d{
384         compatible = "ak8963";
385         reg = <0x0d>;
386         compass-bus = <0>;
387         compass-adapt_num = <0>;
388         compass-orientation = <1 0 0 0 1 0 0 0 1>;
389         orientation-x= <0>;
390         orientation-y= <0>;
391         orientation-z= <1>;     
392         compass-debug = <1>;
393         status = "disabled";
394         };
395
396         ak8975:compass@0d{
397         compatible = "ak8975";
398         reg = <0x0d>;
399         compass-bus = <0>;
400         compass-adapt_num = <0>;
401         compass-orientation = <0 1 0 1 0 0 0 0 1>;
402         orientation-x= <0>;
403         orientation-y= <0>;
404         orientation-z= <0>;     
405         compass-debug = <0>;
406         };
407 */
408 };
409
410 &i2c2 {
411         status = "okay";
412
413         rt5631: rt5631@1a {
414                 compatible = "rt5631";
415                 reg = <0x1a>;
416                 phone_det_level = <1>;
417         };
418         
419 };
420
421 &i2c3 {
422         status = "okay";
423 };
424
425 &i2c4 {
426         status = "okay";
427         ts@01 {
428                 compatible = "ct,vtl_ts";
429                 reg = <0x01>;
430                 screen_max_x = <2048>;
431                 screen_max_y = <1536>;
432                 irq_gpio_number = <&gpio7 GPIO_A6 IRQ_TYPE_LEVEL_LOW>;
433                 rst_gpio_number = <&gpio7 GPIO_A5 GPIO_ACTIVE_HIGH>;
434         };
435 };
436
437 &i2c5 {
438         status = "disable";
439 };
440
441 &fb {
442         rockchip,disp-mode = <DUAL>;
443 };
444
445 &rk_screen {
446          display-timings = <&disp_timings>;
447 };
448
449 /*lcdc1 as PRMRY(LCD),lcdc0 as EXTEND(HDMI)*/
450 &lcdc1 {
451         status = "okay";
452         rockchip,mirror = <NO_MIRROR>;
453         rockchip,cabc_mode = <0>;
454         power_ctr: power_ctr {
455                 rockchip,debug = <0>;
456                 /*
457                 lcd_en:lcd_en {
458                         rockchip,power_type = <GPIO>;
459                         gpios = <&gpio7 GPIO_A3 GPIO_ACTIVE_HIGH>;
460                         rockchip,delay = <10>;
461                 };
462                 */
463                 /*lcd_cs:lcd_cs {
464                         rockchip,power_type = <REGULATOR>;
465                         rockchip,delay = <10>;
466                 };
467
468                 lcd_rst:lcd_rst {
469                         rockchip,power_type = <GPIO>;
470                         gpios = <&gpio3 GPIO_D6 GPIO_ACTIVE_HIGH>;
471                         rockchip,delay = <5>;
472                 };*/
473
474         };
475 };
476
477 &lcdc0 {
478         status = "okay";
479 };
480
481 &hdmi {
482         status = "okay";
483         rockchips,hdmi_audio_source = <0>;
484 };
485
486 &adc {
487         status = "okay";
488
489
490         key {
491                 compatible = "rockchip,key";
492                 io-channels = <&adc 1>;
493
494                 vol-up-key {
495                         linux,code = <115>;
496                         label = "volume up";
497                         rockchip,adc_value = <1>;
498                 };
499
500                 vol-down-key {
501                         linux,code = <114>;
502                         label = "volume down";
503                         rockchip,adc_value = <170>;
504                 };
505
506                 power-key {
507                         gpios = <&gpio0 GPIO_A5 GPIO_ACTIVE_LOW>;
508                         linux,code = <116>;
509                         label = "power";
510                         gpio-key,wakeup;
511                 };
512
513                 back-key {
514                         linux,code = <158>;
515                         label = "back";
516                         rockchip,adc_value = <355>;
517                 };
518 /*
519                 home-key {
520                         linux,code = <102>;
521                         label = "home";
522                         rockchip,adc_value = <746>;
523                 };
524
525                 back-key {
526                         linux,code = <158>;
527                         label = "back";
528                         rockchip,adc_value = <560>;
529                 };
530 */
531                 camera-key {
532                         linux,code = <212>;
533                         label = "camera";
534                         rockchip,adc_value = <450>;
535                 };
536         };
537 };
538
539 &pwm0 {
540         status = "okay";
541 };
542
543 &pwm1 {
544         status = "okay";
545 };
546
547
548 &clk_core_dvfs_table {
549         operating-points = <
550                 /* KHz    uV */
551                 126000 850000
552                 216000 850000
553                 312000 850000
554                 408000 850000
555                 600000 850000
556                 696000 900000
557                 816000 950000
558                 1008000 1000000
559                 1200000 1050000
560                 1416000 1150000
561                 1512000 1200000
562                 1608000 1250000
563                 1704000 1300000
564                 1800000 1350000
565                 >;
566         status="okay";
567 };
568
569 &clk_gpu_dvfs_table {
570         operating-points = <
571                 /* KHz    uV */
572                 100000 850000
573                 200000 850000
574                 300000 900000
575                 400000 1000000
576                 500000 1100000
577         //      600000 1250000
578                 >;
579         status="okay";
580 };
581
582 &clk_ddr_dvfs_table {
583         operating-points = <
584                 /* KHz    uV */
585                 200000 1050000
586                 300000 1050000
587                 400000 1050000
588                 533000 1050000
589                 >;
590
591         freq-table = <
592                 /*status                freq(KHz)*/
593                 SYS_STATUS_NORMAL       400000
594                 SYS_STATUS_SUSPEND      200000
595                 SYS_STATUS_VIDEO_1080P  240000
596                 SYS_STATUS_VIDEO_4K     400000
597                 SYS_STATUS_PERFORMANCE  528000
598                 SYS_STATUS_DUALVIEW     400000
599                 SYS_STATUS_BOOST        324000
600                 SYS_STATUS_ISP          400000
601                 >;
602         auto-freq-table = <
603                 240000
604                 324000
605                 396000
606                 528000
607                 >;
608         auto-freq=<1>;
609         status="okay";
610 };
611
612 /include/ "rk808.dtsi"
613 &rk808 {
614         gpios =<&gpio0 GPIO_A4 GPIO_ACTIVE_HIGH>,<&gpio0 GPIO_A0 GPIO_ACTIVE_LOW>;
615         rk808,system-power-controller;
616
617         regulators {
618                 
619                 rk808_dcdc1_reg: regulator@0{
620                         regulator-name= "vdd_arm";
621                         regulator-always-on;
622                         regulator-boot-on;
623                 };
624
625                 rk808_dcdc2_reg: regulator@1 {
626                         regulator-name= "vdd_gpu";
627                         regulator-always-on;
628                         regulator-boot-on;
629                 };
630
631                 rk808_dcdc3_reg: regulator@2 {
632                         regulator-name= "rk_dcdc3";
633                         regulator-min-microvolt = <1200000>;
634                         regulator-max-microvolt = <1200000>;
635                         regulator-always-on;
636                         regulator-boot-on;
637                 };
638
639                 rk808_dcdc4_reg: regulator@3 {
640                         regulator-name= "vccio";
641                         regulator-min-microvolt = <1800000>;
642                         regulator-max-microvolt = <3300000>;
643                         regulator-always-on;
644                         regulator-boot-on;
645                 };
646
647                 rk808_ldo1_reg: regulator@4 {
648                         regulator-name= "rk_ldo1";
649                         regulator-min-microvolt = <3300000>;
650                         regulator-max-microvolt = <3300000>;
651                         regulator-always-on;
652                         regulator-boot-on;
653                 };
654
655                 rk808_ldo2_reg: regulator@5 {
656                         regulator-name= "rk_ldo2";
657                         regulator-min-microvolt = <3300000>;
658                         regulator-max-microvolt = <3300000>;
659                         regulator-always-on;
660                         regulator-boot-on;
661                 };
662
663                 rk808_ldo3_reg: regulator@6 {
664                         regulator-name= "rk_ldo3";
665                         regulator-min-microvolt = <1000000>;
666                         regulator-max-microvolt = <1000000>;
667                         regulator-always-on;
668                         regulator-boot-on;
669                 };
670
671                 rk808_ldo4_reg:regulator@7 {
672                         regulator-name= "rk_ldo4";
673                         regulator-min-microvolt = <1800000>;
674                         regulator-max-microvolt = <1800000>;
675                         regulator-always-on;
676                         regulator-boot-on;
677                 };
678
679                 rk808_ldo5_reg: regulator@8 {
680                         regulator-name= "vcc_sd";
681                         regulator-min-microvolt = <1800000>;
682                         regulator-max-microvolt = <3300000>;
683                         regulator-always-on;
684                         regulator-boot-on;
685                 };
686
687                 rk808_ldo6_reg: regulator@9 {
688                         regulator-name= "rk_ldo6";
689                         regulator-min-microvolt = <1000000>;
690                         regulator-max-microvolt = <1000000>;
691                         regulator-always-on;
692                         regulator-boot-on;
693                 };
694
695                 rk808_ldo7_reg: regulator@10 {
696                         regulator-name= "rk_ldo7";
697                         regulator-min-microvolt = <1800000>;
698                         regulator-max-microvolt = <1800000>;
699                         regulator-always-on;
700                         regulator-boot-on;
701                 };
702
703                 rk808_ldo8_reg: regulator@11 {
704                         regulator-name= "rk_ldo8";
705                         regulator-min-microvolt = <3300000>;
706                         regulator-max-microvolt = <3300000>;
707                         regulator-always-on;
708                         regulator-boot-on;
709                 };
710
711                 rk808_ldo9_reg: regulator@12 {
712                         regulator-name= "rk_ldo9";
713                         regulator-always-on;
714                         regulator-boot-on;
715                 };
716
717                 rk808_ldo10_reg: regulator@13 {
718                         regulator-name= "rk_ldo10";
719                         regulator-always-on;
720                         regulator-boot-on;
721                 };
722         };
723 };
724
725 &lcdc_vdd_domain {
726         regulator-name = "vcc30_lcd";
727         };
728 &dpio_vdd_domain{
729         regulator-name = "vcc18_cif";   
730         };
731 &flash0_vdd_domain{
732         regulator-name = "vcc_flash";   
733         };
734 &flash1_vdd_domain{
735         regulator-name = "vcc_flash";                   
736         };
737 &apio3_vdd_domain{
738         regulator-name = "vccio_wl";            
739         };
740 &apio5_vdd_domain{
741         regulator-name = "vccio";               
742         };
743 &apio4_vdd_domain{
744         regulator-name = "vccio";               
745         };
746 &apio1_vdd_domain{
747         regulator-name = "vccio";                       
748         };
749 &apio2_vdd_domain{
750         regulator-name = "vccio";               
751         };
752 &sdmmc0_vdd_domain{
753         regulator-name = "vcc_sd";                      
754         };
755