]> bbs.cooldavid.org Git - net-next-2.6.git/blob - arch/arm/mach-shmobile/board-ap4evb.c
ARM: mach-shmobile: ap4evb: modify LCDC1 irq number
[net-next-2.6.git] / arch / arm / mach-shmobile / board-ap4evb.c
1 /*
2  * AP4EVB board support
3  *
4  * Copyright (C) 2010  Magnus Damm
5  * Copyright (C) 2008  Yoshihiro Shimoda
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; version 2 of the License.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19  */
20 #include <linux/clk.h>
21 #include <linux/kernel.h>
22 #include <linux/init.h>
23 #include <linux/interrupt.h>
24 #include <linux/irq.h>
25 #include <linux/platform_device.h>
26 #include <linux/delay.h>
27 #include <linux/mfd/sh_mobile_sdhi.h>
28 #include <linux/mfd/tmio.h>
29 #include <linux/mmc/host.h>
30 #include <linux/mtd/mtd.h>
31 #include <linux/mtd/partitions.h>
32 #include <linux/mtd/physmap.h>
33 #include <linux/mmc/sh_mmcif.h>
34 #include <linux/i2c.h>
35 #include <linux/i2c/tsc2007.h>
36 #include <linux/io.h>
37 #include <linux/smsc911x.h>
38 #include <linux/sh_intc.h>
39 #include <linux/sh_clk.h>
40 #include <linux/gpio.h>
41 #include <linux/input.h>
42 #include <linux/leds.h>
43 #include <linux/input/sh_keysc.h>
44 #include <linux/usb/r8a66597.h>
45
46 #include <sound/sh_fsi.h>
47
48 #include <video/sh_mobile_hdmi.h>
49 #include <video/sh_mobile_lcdc.h>
50 #include <video/sh_mipi_dsi.h>
51
52 #include <mach/common.h>
53 #include <mach/irqs.h>
54 #include <mach/sh7372.h>
55
56 #include <asm/mach-types.h>
57 #include <asm/mach/arch.h>
58 #include <asm/mach/map.h>
59 #include <asm/mach/time.h>
60
61 /*
62  * Address      Interface               BusWidth        note
63  * ------------------------------------------------------------------
64  * 0x0000_0000  NOR Flash ROM (MCP)     16bit           SW7 : bit1 = ON
65  * 0x0800_0000  user area               -
66  * 0x1000_0000  NOR Flash ROM (MCP)     16bit           SW7 : bit1 = OFF
67  * 0x1400_0000  Ether (LAN9220)         16bit
68  * 0x1600_0000  user area               -               cannot use with NAND
69  * 0x1800_0000  user area               -
70  * 0x1A00_0000  -
71  * 0x4000_0000  LPDDR2-SDRAM (POP)      32bit
72  */
73
74 /*
75  * NOR Flash ROM
76  *
77  *  SW1  |     SW2    | SW7  | NOR Flash ROM
78  *  bit1 | bit1  bit2 | bit1 | Memory allocation
79  * ------+------------+------+------------------
80  *  OFF  | ON     OFF | ON   |    Area 0
81  *  OFF  | ON     OFF | OFF  |    Area 4
82  */
83
84 /*
85  * NAND Flash ROM
86  *
87  *  SW1  |     SW2    | SW7  | NAND Flash ROM
88  *  bit1 | bit1  bit2 | bit2 | Memory allocation
89  * ------+------------+------+------------------
90  *  OFF  | ON     OFF | ON   |    FCE 0
91  *  OFF  | ON     OFF | OFF  |    FCE 1
92  */
93
94 /*
95  * SMSC 9220
96  *
97  *  SW1         SMSC 9220
98  * -----------------------
99  *  ON          access disable
100  *  OFF         access enable
101  */
102
103 /*
104  * LCD / IRQ / KEYSC / IrDA
105  *
106  * IRQ = IRQ26 (TS), IRQ27 (VIO), IRQ28 (QHD-TouchScreen)
107  * LCD = 2nd LCDC (WVGA)
108  *
109  *              |               SW43                    |
110  * SW3          |       ON              |       OFF     |
111  * -------------+-----------------------+---------------+
112  * ON           | KEY / IrDA            | LCD           |
113  * OFF          | KEY / IrDA / IRQ      | IRQ           |
114  *
115  *
116  * QHD / WVGA display
117  *
118  * You can choice display type on menuconfig.
119  * Then, check above dip-switch.
120  */
121
122 /*
123  * USB
124  *
125  * J7 : 1-2  MAX3355E VBUS
126  *      2-3  DC 5.0V
127  *
128  * S39: bit2: off
129  */
130
131 /*
132  * FSI/FSMI
133  *
134  * SW41 :  ON : SH-Mobile AP4 Audio Mode
135  *      : OFF : Bluetooth Audio Mode
136  */
137
138 /*
139  * MMC0/SDHI1 (CN7)
140  *
141  * J22 : select card voltage
142  *       1-2 pin : 1.8v
143  *       2-3 pin : 3.3v
144  *
145  *        SW1  |             SW33
146  *             | bit1 | bit2 | bit3 | bit4
147  * ------------+------+------+------+-------
148  * MMC0   OFF  |  OFF |  ON  |  ON  |  X
149  * SDHI1  OFF  |  ON  |   X  |  OFF | ON
150  *
151  * voltage lebel
152  * CN7 : 1.8v
153  * CN12: 3.3v
154  */
155
156 /* MTD */
157 static struct mtd_partition nor_flash_partitions[] = {
158         {
159                 .name           = "loader",
160                 .offset         = 0x00000000,
161                 .size           = 512 * 1024,
162         },
163         {
164                 .name           = "bootenv",
165                 .offset         = MTDPART_OFS_APPEND,
166                 .size           = 512 * 1024,
167         },
168         {
169                 .name           = "kernel_ro",
170                 .offset         = MTDPART_OFS_APPEND,
171                 .size           = 8 * 1024 * 1024,
172                 .mask_flags     = MTD_WRITEABLE,
173         },
174         {
175                 .name           = "kernel",
176                 .offset         = MTDPART_OFS_APPEND,
177                 .size           = 8 * 1024 * 1024,
178         },
179         {
180                 .name           = "data",
181                 .offset         = MTDPART_OFS_APPEND,
182                 .size           = MTDPART_SIZ_FULL,
183         },
184 };
185
186 static struct physmap_flash_data nor_flash_data = {
187         .width          = 2,
188         .parts          = nor_flash_partitions,
189         .nr_parts       = ARRAY_SIZE(nor_flash_partitions),
190 };
191
192 static struct resource nor_flash_resources[] = {
193         [0]     = {
194                 .start  = 0x00000000,
195                 .end    = 0x08000000 - 1,
196                 .flags  = IORESOURCE_MEM,
197         }
198 };
199
200 static struct platform_device nor_flash_device = {
201         .name           = "physmap-flash",
202         .dev            = {
203                 .platform_data  = &nor_flash_data,
204         },
205         .num_resources  = ARRAY_SIZE(nor_flash_resources),
206         .resource       = nor_flash_resources,
207 };
208
209 /* SMSC 9220 */
210 static struct resource smc911x_resources[] = {
211         {
212                 .start  = 0x14000000,
213                 .end    = 0x16000000 - 1,
214                 .flags  = IORESOURCE_MEM,
215         }, {
216                 .start  = evt2irq(0x02c0) /* IRQ6A */,
217                 .flags  = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
218         },
219 };
220
221 static struct smsc911x_platform_config smsc911x_info = {
222         .flags          = SMSC911X_USE_16BIT | SMSC911X_SAVE_MAC_ADDRESS,
223         .irq_polarity   = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
224         .irq_type       = SMSC911X_IRQ_TYPE_PUSH_PULL,
225 };
226
227 static struct platform_device smc911x_device = {
228         .name           = "smsc911x",
229         .id             = -1,
230         .num_resources  = ARRAY_SIZE(smc911x_resources),
231         .resource       = smc911x_resources,
232         .dev            = {
233                 .platform_data = &smsc911x_info,
234         },
235 };
236
237 /* SH_MMCIF */
238 static struct resource sh_mmcif_resources[] = {
239         [0] = {
240                 .name   = "MMCIF",
241                 .start  = 0xE6BD0000,
242                 .end    = 0xE6BD00FF,
243                 .flags  = IORESOURCE_MEM,
244         },
245         [1] = {
246                 /* MMC ERR */
247                 .start  = evt2irq(0x1ac0),
248                 .flags  = IORESOURCE_IRQ,
249         },
250         [2] = {
251                 /* MMC NOR */
252                 .start  = evt2irq(0x1ae0),
253                 .flags  = IORESOURCE_IRQ,
254         },
255 };
256
257 static struct sh_mmcif_plat_data sh_mmcif_plat = {
258         .sup_pclk       = 0,
259         .ocr            = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
260         .caps           = MMC_CAP_4_BIT_DATA |
261                           MMC_CAP_8_BIT_DATA |
262                           MMC_CAP_NEEDS_POLL,
263 };
264
265 static struct platform_device sh_mmcif_device = {
266         .name           = "sh_mmcif",
267         .id             = 0,
268         .dev            = {
269                 .dma_mask               = NULL,
270                 .coherent_dma_mask      = 0xffffffff,
271                 .platform_data          = &sh_mmcif_plat,
272         },
273         .num_resources  = ARRAY_SIZE(sh_mmcif_resources),
274         .resource       = sh_mmcif_resources,
275 };
276
277 /* SDHI0 */
278 static struct sh_mobile_sdhi_info sdhi0_info = {
279         .dma_slave_tx   = SHDMA_SLAVE_SDHI0_TX,
280         .dma_slave_rx   = SHDMA_SLAVE_SDHI0_RX,
281 };
282
283 static struct resource sdhi0_resources[] = {
284         [0] = {
285                 .name   = "SDHI0",
286                 .start  = 0xe6850000,
287                 .end    = 0xe68501ff,
288                 .flags  = IORESOURCE_MEM,
289         },
290         [1] = {
291                 .start  = evt2irq(0x0e00) /* SDHI0 */,
292                 .flags  = IORESOURCE_IRQ,
293         },
294 };
295
296 static struct platform_device sdhi0_device = {
297         .name           = "sh_mobile_sdhi",
298         .num_resources  = ARRAY_SIZE(sdhi0_resources),
299         .resource       = sdhi0_resources,
300         .id             = 0,
301         .dev    = {
302                 .platform_data  = &sdhi0_info,
303         },
304 };
305
306 /* SDHI1 */
307 static struct sh_mobile_sdhi_info sdhi1_info = {
308         .dma_slave_tx   = SHDMA_SLAVE_SDHI1_TX,
309         .dma_slave_rx   = SHDMA_SLAVE_SDHI1_RX,
310         .tmio_ocr_mask  = MMC_VDD_165_195,
311         .tmio_flags     = TMIO_MMC_WRPROTECT_DISABLE,
312 };
313
314 static struct resource sdhi1_resources[] = {
315         [0] = {
316                 .name   = "SDHI1",
317                 .start  = 0xe6860000,
318                 .end    = 0xe68601ff,
319                 .flags  = IORESOURCE_MEM,
320         },
321         [1] = {
322                 .start  = evt2irq(0x0e80),
323                 .flags  = IORESOURCE_IRQ,
324         },
325 };
326
327 static struct platform_device sdhi1_device = {
328         .name           = "sh_mobile_sdhi",
329         .num_resources  = ARRAY_SIZE(sdhi1_resources),
330         .resource       = sdhi1_resources,
331         .id             = 1,
332         .dev    = {
333                 .platform_data  = &sdhi1_info,
334         },
335 };
336
337 /* USB1 */
338 static void usb1_host_port_power(int port, int power)
339 {
340         if (!power) /* only power-on supported for now */
341                 return;
342
343         /* set VBOUT/PWEN and EXTLP1 in DVSTCTR */
344         __raw_writew(__raw_readw(0xE68B0008) | 0x600, 0xE68B0008);
345 }
346
347 static struct r8a66597_platdata usb1_host_data = {
348         .on_chip        = 1,
349         .port_power     = usb1_host_port_power,
350 };
351
352 static struct resource usb1_host_resources[] = {
353         [0] = {
354                 .name   = "USBHS",
355                 .start  = 0xE68B0000,
356                 .end    = 0xE68B00E6 - 1,
357                 .flags  = IORESOURCE_MEM,
358         },
359         [1] = {
360                 .start  = evt2irq(0x1ce0) /* USB1_USB1I0 */,
361                 .flags  = IORESOURCE_IRQ,
362         },
363 };
364
365 static struct platform_device usb1_host_device = {
366         .name   = "r8a66597_hcd",
367         .id     = 1,
368         .dev = {
369                 .dma_mask               = NULL,         /*  not use dma */
370                 .coherent_dma_mask      = 0xffffffff,
371                 .platform_data          = &usb1_host_data,
372         },
373         .num_resources  = ARRAY_SIZE(usb1_host_resources),
374         .resource       = usb1_host_resources,
375 };
376
377 const static struct fb_videomode ap4evb_lcdc_modes[] = {
378         {
379 #ifdef CONFIG_AP4EVB_QHD
380                 .name           = "R63302(QHD)",
381                 .xres           = 544,
382                 .yres           = 961,
383                 .left_margin    = 72,
384                 .right_margin   = 600,
385                 .hsync_len      = 16,
386                 .upper_margin   = 8,
387                 .lower_margin   = 8,
388                 .vsync_len      = 2,
389                 .sync           = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
390 #else
391                 .name           = "WVGA Panel",
392                 .xres           = 800,
393                 .yres           = 480,
394                 .left_margin    = 220,
395                 .right_margin   = 110,
396                 .hsync_len      = 70,
397                 .upper_margin   = 20,
398                 .lower_margin   = 5,
399                 .vsync_len      = 5,
400                 .sync           = 0,
401 #endif
402         },
403 };
404
405 static struct sh_mobile_lcdc_info lcdc_info = {
406         .ch[0] = {
407                 .chan = LCDC_CHAN_MAINLCD,
408                 .bpp = 16,
409                 .lcd_cfg = ap4evb_lcdc_modes,
410                 .num_cfg = ARRAY_SIZE(ap4evb_lcdc_modes),
411         }
412 };
413
414 static struct resource lcdc_resources[] = {
415         [0] = {
416                 .name   = "LCDC",
417                 .start  = 0xfe940000, /* P4-only space */
418                 .end    = 0xfe943fff,
419                 .flags  = IORESOURCE_MEM,
420         },
421         [1] = {
422                 .start  = intcs_evt2irq(0x580),
423                 .flags  = IORESOURCE_IRQ,
424         },
425 };
426
427 static struct platform_device lcdc_device = {
428         .name           = "sh_mobile_lcdc_fb",
429         .num_resources  = ARRAY_SIZE(lcdc_resources),
430         .resource       = lcdc_resources,
431         .dev    = {
432                 .platform_data  = &lcdc_info,
433                 .coherent_dma_mask = ~0,
434         },
435 };
436
437 /*
438  * QHD display
439  */
440 #ifdef CONFIG_AP4EVB_QHD
441
442 /* KEYSC (Needs SW43 set to ON) */
443 static struct sh_keysc_info keysc_info = {
444         .mode           = SH_KEYSC_MODE_1,
445         .scan_timing    = 3,
446         .delay          = 2500,
447         .keycodes = {
448                 KEY_0, KEY_1, KEY_2, KEY_3, KEY_4,
449                 KEY_5, KEY_6, KEY_7, KEY_8, KEY_9,
450                 KEY_A, KEY_B, KEY_C, KEY_D, KEY_E,
451                 KEY_F, KEY_G, KEY_H, KEY_I, KEY_J,
452                 KEY_K, KEY_L, KEY_M, KEY_N, KEY_O,
453         },
454 };
455
456 static struct resource keysc_resources[] = {
457         [0] = {
458                 .name   = "KEYSC",
459                 .start  = 0xe61b0000,
460                 .end    = 0xe61b0063,
461                 .flags  = IORESOURCE_MEM,
462         },
463         [1] = {
464                 .start  = evt2irq(0x0be0), /* KEYSC_KEY */
465                 .flags  = IORESOURCE_IRQ,
466         },
467 };
468
469 static struct platform_device keysc_device = {
470         .name           = "sh_keysc",
471         .id             = 0, /* "keysc0" clock */
472         .num_resources  = ARRAY_SIZE(keysc_resources),
473         .resource       = keysc_resources,
474         .dev    = {
475                 .platform_data  = &keysc_info,
476         },
477 };
478
479 /* MIPI-DSI */
480 static struct resource mipidsi0_resources[] = {
481         [0] = {
482                 .start  = 0xffc60000,
483                 .end    = 0xffc68fff,
484                 .flags  = IORESOURCE_MEM,
485         },
486 };
487
488 static struct sh_mipi_dsi_info mipidsi0_info = {
489         .data_format    = MIPI_RGB888,
490         .lcd_chan       = &lcdc_info.ch[0],
491 };
492
493 static struct platform_device mipidsi0_device = {
494         .name           = "sh-mipi-dsi",
495         .num_resources  = ARRAY_SIZE(mipidsi0_resources),
496         .resource       = mipidsi0_resources,
497         .id             = 0,
498         .dev    = {
499                 .platform_data  = &mipidsi0_info,
500         },
501 };
502
503 /* This function will disappear when we switch to (runtime) PM */
504 static int __init ap4evb_init_display_clk(void)
505 {
506         struct clk *lcdc_clk;
507         struct clk *dsitx_clk;
508         int ret;
509
510         lcdc_clk = clk_get(&lcdc_device.dev, "sh_mobile_lcdc_fb.0");
511         if (IS_ERR(lcdc_clk))
512                 return PTR_ERR(lcdc_clk);
513
514         dsitx_clk = clk_get(&mipidsi0_device.dev, "sh-mipi-dsi.0");
515         if (IS_ERR(dsitx_clk)) {
516                 ret = PTR_ERR(dsitx_clk);
517                 goto eclkdsitxget;
518         }
519
520         ret = clk_enable(lcdc_clk);
521         if (ret < 0)
522                 goto eclklcdcon;
523
524         ret = clk_enable(dsitx_clk);
525         if (ret < 0)
526                 goto eclkdsitxon;
527
528         return 0;
529
530 eclkdsitxon:
531         clk_disable(lcdc_clk);
532 eclklcdcon:
533         clk_put(dsitx_clk);
534 eclkdsitxget:
535         clk_put(lcdc_clk);
536
537         return ret;
538 }
539 device_initcall(ap4evb_init_display_clk);
540
541 static struct platform_device *qhd_devices[] __initdata = {
542         &mipidsi0_device,
543         &keysc_device,
544 };
545 #endif /* CONFIG_AP4EVB_QHD */
546
547 /* FSI */
548 #define IRQ_FSI         evt2irq(0x1840)
549 static struct sh_fsi_platform_info fsi_info = {
550         .porta_flags = SH_FSI_BRS_INV |
551                        SH_FSI_OUT_SLAVE_MODE |
552                        SH_FSI_IN_SLAVE_MODE |
553                        SH_FSI_OFMT(PCM) |
554                        SH_FSI_IFMT(PCM),
555 };
556
557 static struct resource fsi_resources[] = {
558         [0] = {
559                 .name   = "FSI",
560                 .start  = 0xFE3C0000,
561                 .end    = 0xFE3C0400 - 1,
562                 .flags  = IORESOURCE_MEM,
563         },
564         [1] = {
565                 .start  = IRQ_FSI,
566                 .flags  = IORESOURCE_IRQ,
567         },
568 };
569
570 static struct platform_device fsi_device = {
571         .name           = "sh_fsi2",
572         .id             = -1,
573         .num_resources  = ARRAY_SIZE(fsi_resources),
574         .resource       = fsi_resources,
575         .dev    = {
576                 .platform_data  = &fsi_info,
577         },
578 };
579
580 static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info = {
581         .clock_source = LCDC_CLK_EXTERNAL,
582         .ch[0] = {
583                 .chan = LCDC_CHAN_MAINLCD,
584                 .bpp = 16,
585                 .interface_type = RGB24,
586                 .clock_divider = 1,
587                 .flags = LCDC_FLAGS_DWPOL,
588         }
589 };
590
591 static struct resource lcdc1_resources[] = {
592         [0] = {
593                 .name   = "LCDC1",
594                 .start  = 0xfe944000,
595                 .end    = 0xfe947fff,
596                 .flags  = IORESOURCE_MEM,
597         },
598         [1] = {
599                 .start  = intcs_evt2irq(0x1780),
600                 .flags  = IORESOURCE_IRQ,
601         },
602 };
603
604 static struct platform_device lcdc1_device = {
605         .name           = "sh_mobile_lcdc_fb",
606         .num_resources  = ARRAY_SIZE(lcdc1_resources),
607         .resource       = lcdc1_resources,
608         .id             = 1,
609         .dev    = {
610                 .platform_data  = &sh_mobile_lcdc1_info,
611                 .coherent_dma_mask = ~0,
612         },
613 };
614
615 static struct sh_mobile_hdmi_info hdmi_info = {
616         .lcd_chan = &sh_mobile_lcdc1_info.ch[0],
617         .lcd_dev = &lcdc1_device.dev,
618 };
619
620 static struct resource hdmi_resources[] = {
621         [0] = {
622                 .name   = "HDMI",
623                 .start  = 0xe6be0000,
624                 .end    = 0xe6be00ff,
625                 .flags  = IORESOURCE_MEM,
626         },
627         [1] = {
628                 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
629                 .start  = evt2irq(0x17e0),
630                 .flags  = IORESOURCE_IRQ,
631         },
632 };
633
634 static struct platform_device hdmi_device = {
635         .name           = "sh-mobile-hdmi",
636         .num_resources  = ARRAY_SIZE(hdmi_resources),
637         .resource       = hdmi_resources,
638         .id             = -1,
639         .dev    = {
640                 .platform_data  = &hdmi_info,
641         },
642 };
643
644 static struct gpio_led ap4evb_leds[] = {
645         {
646                 .name                   = "led4",
647                 .gpio                   = GPIO_PORT185,
648                 .default_state  = LEDS_GPIO_DEFSTATE_ON,
649         },
650         {
651                 .name                   = "led2",
652                 .gpio                   = GPIO_PORT186,
653                 .default_state  = LEDS_GPIO_DEFSTATE_ON,
654         },
655         {
656                 .name                   = "led3",
657                 .gpio                   = GPIO_PORT187,
658                 .default_state  = LEDS_GPIO_DEFSTATE_ON,
659         },
660         {
661                 .name                   = "led1",
662                 .gpio                   = GPIO_PORT188,
663                 .default_state  = LEDS_GPIO_DEFSTATE_ON,
664         }
665 };
666
667 static struct gpio_led_platform_data ap4evb_leds_pdata = {
668         .num_leds = ARRAY_SIZE(ap4evb_leds),
669         .leds = ap4evb_leds,
670 };
671
672 static struct platform_device leds_device = {
673         .name = "leds-gpio",
674         .id = 0,
675         .dev = {
676                 .platform_data  = &ap4evb_leds_pdata,
677         },
678 };
679
680 static struct platform_device *ap4evb_devices[] __initdata = {
681         &leds_device,
682         &nor_flash_device,
683         &smc911x_device,
684         &sdhi0_device,
685         &sdhi1_device,
686         &usb1_host_device,
687         &fsi_device,
688         &sh_mmcif_device,
689         &lcdc1_device,
690         &lcdc_device,
691         &hdmi_device,
692 };
693
694 static int __init hdmi_init_pm_clock(void)
695 {
696         struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
697         int ret;
698         long rate;
699
700         if (IS_ERR(hdmi_ick)) {
701                 ret = PTR_ERR(hdmi_ick);
702                 pr_err("Cannot get HDMI ICK: %d\n", ret);
703                 goto out;
704         }
705
706         ret = clk_set_parent(&sh7372_pllc2_clk, &sh7372_dv_clki_div2_clk);
707         if (ret < 0) {
708                 pr_err("Cannot set PLLC2 parent: %d, %d users\n", ret, sh7372_pllc2_clk.usecount);
709                 goto out;
710         }
711
712         pr_debug("PLLC2 initial frequency %lu\n", clk_get_rate(&sh7372_pllc2_clk));
713
714         rate = clk_round_rate(&sh7372_pllc2_clk, 594000000);
715         if (rate < 0) {
716                 pr_err("Cannot get suitable rate: %ld\n", rate);
717                 ret = rate;
718                 goto out;
719         }
720
721         ret = clk_set_rate(&sh7372_pllc2_clk, rate);
722         if (ret < 0) {
723                 pr_err("Cannot set rate %ld: %d\n", rate, ret);
724                 goto out;
725         }
726
727         pr_debug("PLLC2 set frequency %lu\n", rate);
728
729         ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
730         if (ret < 0) {
731                 pr_err("Cannot set HDMI parent: %d\n", ret);
732                 goto out;
733         }
734
735 out:
736         if (!IS_ERR(hdmi_ick))
737                 clk_put(hdmi_ick);
738         return ret;
739 }
740
741 device_initcall(hdmi_init_pm_clock);
742
743 #define FSIACK_DUMMY_RATE 48000
744 static int __init fsi_init_pm_clock(void)
745 {
746         struct clk *fsia_ick;
747         int ret;
748
749         /*
750          * FSIACK is connected to AK4642,
751          * and the rate is depend on playing sound rate.
752          * So, set dummy rate (= 48k) here
753          */
754         ret = clk_set_rate(&sh7372_fsiack_clk, FSIACK_DUMMY_RATE);
755         if (ret < 0) {
756                 pr_err("Cannot set FSIACK dummy rate: %d\n", ret);
757                 return ret;
758         }
759
760         fsia_ick = clk_get(&fsi_device.dev, "icka");
761         if (IS_ERR(fsia_ick)) {
762                 ret = PTR_ERR(fsia_ick);
763                 pr_err("Cannot get FSI ICK: %d\n", ret);
764                 return ret;
765         }
766
767         ret = clk_set_parent(fsia_ick, &sh7372_fsiack_clk);
768         if (ret < 0) {
769                 pr_err("Cannot set FSI-A parent: %d\n", ret);
770                 goto out;
771         }
772
773         ret = clk_set_rate(fsia_ick, FSIACK_DUMMY_RATE);
774         if (ret < 0)
775                 pr_err("Cannot set FSI-A rate: %d\n", ret);
776
777 out:
778         clk_put(fsia_ick);
779
780         return ret;
781 }
782 device_initcall(fsi_init_pm_clock);
783
784 /*
785  * FIXME !!
786  *
787  * gpio_no_direction
788  * are quick_hack.
789  *
790  * current gpio frame work doesn't have
791  * the method to control only pull up/down/free.
792  * this function should be replaced by correct gpio function
793  */
794 static void __init gpio_no_direction(u32 addr)
795 {
796         __raw_writeb(0x00, addr);
797 }
798
799 /* TouchScreen */
800 #ifdef CONFIG_AP4EVB_QHD
801 # define GPIO_TSC_IRQ   GPIO_FN_IRQ28_123
802 # define GPIO_TSC_PORT  GPIO_PORT123
803 #else /* WVGA */
804 # define GPIO_TSC_IRQ   GPIO_FN_IRQ7_40
805 # define GPIO_TSC_PORT  GPIO_PORT40
806 #endif
807
808 #define IRQ28   evt2irq(0x3380) /* IRQ28A */
809 #define IRQ7    evt2irq(0x02e0) /* IRQ7A */
810 static int ts_get_pendown_state(void)
811 {
812         int val;
813
814         gpio_free(GPIO_TSC_IRQ);
815
816         gpio_request(GPIO_TSC_PORT, NULL);
817
818         gpio_direction_input(GPIO_TSC_PORT);
819
820         val = gpio_get_value(GPIO_TSC_PORT);
821
822         gpio_request(GPIO_TSC_IRQ, NULL);
823
824         return !val;
825 }
826
827 static int ts_init(void)
828 {
829         gpio_request(GPIO_TSC_IRQ, NULL);
830
831         return 0;
832 }
833
834 static struct tsc2007_platform_data tsc2007_info = {
835         .model                  = 2007,
836         .x_plate_ohms           = 180,
837         .get_pendown_state      = ts_get_pendown_state,
838         .init_platform_hw       = ts_init,
839 };
840
841 static struct i2c_board_info tsc_device = {
842         I2C_BOARD_INFO("tsc2007", 0x48),
843         .type           = "tsc2007",
844         .platform_data  = &tsc2007_info,
845         /*.irq is selected on ap4evb_init */
846 };
847
848 /* I2C */
849 static struct i2c_board_info i2c0_devices[] = {
850         {
851                 I2C_BOARD_INFO("ak4643", 0x13),
852         },
853 };
854
855 static struct i2c_board_info i2c1_devices[] = {
856         {
857                 I2C_BOARD_INFO("r2025sd", 0x32),
858         },
859 };
860
861 static struct map_desc ap4evb_io_desc[] __initdata = {
862         /* create a 1:1 entity map for 0xe6xxxxxx
863          * used by CPGA, INTC and PFC.
864          */
865         {
866                 .virtual        = 0xe6000000,
867                 .pfn            = __phys_to_pfn(0xe6000000),
868                 .length         = 256 << 20,
869                 .type           = MT_DEVICE_NONSHARED
870         },
871 };
872
873 static void __init ap4evb_map_io(void)
874 {
875         iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc));
876
877         /* setup early devices and console here as well */
878         sh7372_add_early_devices();
879         shmobile_setup_console();
880 }
881
882 #define GPIO_PORT9CR    0xE6051009
883 #define GPIO_PORT10CR   0xE605100A
884 static void __init ap4evb_init(void)
885 {
886         u32 srcr4;
887         struct clk *clk;
888
889         sh7372_pinmux_init();
890
891         /* enable SCIFA0 */
892         gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
893         gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
894
895         /* enable SMSC911X */
896         gpio_request(GPIO_FN_CS5A,      NULL);
897         gpio_request(GPIO_FN_IRQ6_39,   NULL);
898
899         /* enable Debug switch (S6) */
900         gpio_request(GPIO_PORT32, NULL);
901         gpio_request(GPIO_PORT33, NULL);
902         gpio_request(GPIO_PORT34, NULL);
903         gpio_request(GPIO_PORT35, NULL);
904         gpio_direction_input(GPIO_PORT32);
905         gpio_direction_input(GPIO_PORT33);
906         gpio_direction_input(GPIO_PORT34);
907         gpio_direction_input(GPIO_PORT35);
908         gpio_export(GPIO_PORT32, 0);
909         gpio_export(GPIO_PORT33, 0);
910         gpio_export(GPIO_PORT34, 0);
911         gpio_export(GPIO_PORT35, 0);
912
913         /* SDHI0 */
914         gpio_request(GPIO_FN_SDHICD0, NULL);
915         gpio_request(GPIO_FN_SDHIWP0, NULL);
916         gpio_request(GPIO_FN_SDHICMD0, NULL);
917         gpio_request(GPIO_FN_SDHICLK0, NULL);
918         gpio_request(GPIO_FN_SDHID0_3, NULL);
919         gpio_request(GPIO_FN_SDHID0_2, NULL);
920         gpio_request(GPIO_FN_SDHID0_1, NULL);
921         gpio_request(GPIO_FN_SDHID0_0, NULL);
922
923         /* SDHI1 */
924         gpio_request(GPIO_FN_SDHICMD1, NULL);
925         gpio_request(GPIO_FN_SDHICLK1, NULL);
926         gpio_request(GPIO_FN_SDHID1_3, NULL);
927         gpio_request(GPIO_FN_SDHID1_2, NULL);
928         gpio_request(GPIO_FN_SDHID1_1, NULL);
929         gpio_request(GPIO_FN_SDHID1_0, NULL);
930
931         /* MMCIF */
932         gpio_request(GPIO_FN_MMCD0_0, NULL);
933         gpio_request(GPIO_FN_MMCD0_1, NULL);
934         gpio_request(GPIO_FN_MMCD0_2, NULL);
935         gpio_request(GPIO_FN_MMCD0_3, NULL);
936         gpio_request(GPIO_FN_MMCD0_4, NULL);
937         gpio_request(GPIO_FN_MMCD0_5, NULL);
938         gpio_request(GPIO_FN_MMCD0_6, NULL);
939         gpio_request(GPIO_FN_MMCD0_7, NULL);
940         gpio_request(GPIO_FN_MMCCMD0, NULL);
941         gpio_request(GPIO_FN_MMCCLK0, NULL);
942
943         /* USB enable */
944         gpio_request(GPIO_FN_VBUS0_1,    NULL);
945         gpio_request(GPIO_FN_IDIN_1_18,  NULL);
946         gpio_request(GPIO_FN_PWEN_1_115, NULL);
947         gpio_request(GPIO_FN_OVCN_1_114, NULL);
948         gpio_request(GPIO_FN_EXTLP_1,    NULL);
949         gpio_request(GPIO_FN_OVCN2_1,    NULL);
950
951         /* setup USB phy */
952         __raw_writew(0x8a0a, 0xE6058130);       /* USBCR2 */
953
954         /* enable FSI2 */
955         gpio_request(GPIO_FN_FSIAIBT,   NULL);
956         gpio_request(GPIO_FN_FSIAILR,   NULL);
957         gpio_request(GPIO_FN_FSIAISLD,  NULL);
958         gpio_request(GPIO_FN_FSIAOSLD,  NULL);
959         gpio_request(GPIO_PORT161,      NULL);
960         gpio_direction_output(GPIO_PORT161, 0); /* slave */
961
962         gpio_request(GPIO_PORT9, NULL);
963         gpio_request(GPIO_PORT10, NULL);
964         gpio_no_direction(GPIO_PORT9CR);  /* FSIAOBT needs no direction */
965         gpio_no_direction(GPIO_PORT10CR); /* FSIAOLR needs no direction */
966
967         /* set SPU2 clock to 119.6 MHz */
968         clk = clk_get(NULL, "spu_clk");
969         if (!IS_ERR(clk)) {
970                 clk_set_rate(clk, clk_round_rate(clk, 119600000));
971                 clk_put(clk);
972         }
973
974         /*
975          * set irq priority, to avoid sound chopping
976          * when NFS rootfs is used
977          *  FSI(3) > SMSC911X(2)
978          */
979         intc_set_priority(IRQ_FSI, 3);
980
981         i2c_register_board_info(0, i2c0_devices,
982                                 ARRAY_SIZE(i2c0_devices));
983
984         i2c_register_board_info(1, i2c1_devices,
985                                 ARRAY_SIZE(i2c1_devices));
986
987 #ifdef CONFIG_AP4EVB_QHD
988
989         /*
990          * For QHD Panel (MIPI-DSI, CONFIG_AP4EVB_QHD=y) and
991          * IRQ28 for Touch Panel, set dip switches S3, S43 as OFF, ON.
992          */
993
994         /* enable KEYSC */
995         gpio_request(GPIO_FN_KEYOUT0, NULL);
996         gpio_request(GPIO_FN_KEYOUT1, NULL);
997         gpio_request(GPIO_FN_KEYOUT2, NULL);
998         gpio_request(GPIO_FN_KEYOUT3, NULL);
999         gpio_request(GPIO_FN_KEYOUT4, NULL);
1000         gpio_request(GPIO_FN_KEYIN0_136, NULL);
1001         gpio_request(GPIO_FN_KEYIN1_135, NULL);
1002         gpio_request(GPIO_FN_KEYIN2_134, NULL);
1003         gpio_request(GPIO_FN_KEYIN3_133, NULL);
1004         gpio_request(GPIO_FN_KEYIN4,     NULL);
1005
1006         /* enable TouchScreen */
1007         set_irq_type(IRQ28, IRQ_TYPE_LEVEL_LOW);
1008
1009         tsc_device.irq = IRQ28;
1010         i2c_register_board_info(1, &tsc_device, 1);
1011
1012         /* LCDC0 */
1013         lcdc_info.clock_source                  = LCDC_CLK_PERIPHERAL;
1014         lcdc_info.ch[0].interface_type          = RGB24;
1015         lcdc_info.ch[0].clock_divider           = 1;
1016         lcdc_info.ch[0].flags                   = LCDC_FLAGS_DWPOL;
1017         lcdc_info.ch[0].lcd_size_cfg.width      = 44;
1018         lcdc_info.ch[0].lcd_size_cfg.height     = 79;
1019
1020         platform_add_devices(qhd_devices, ARRAY_SIZE(qhd_devices));
1021
1022 #else
1023         /*
1024          * For WVGA Panel (18-bit RGB, CONFIG_AP4EVB_WVGA=y) and
1025          * IRQ7 for Touch Panel, set dip switches S3, S43 to ON, OFF.
1026          */
1027
1028         gpio_request(GPIO_FN_LCDD17,   NULL);
1029         gpio_request(GPIO_FN_LCDD16,   NULL);
1030         gpio_request(GPIO_FN_LCDD15,   NULL);
1031         gpio_request(GPIO_FN_LCDD14,   NULL);
1032         gpio_request(GPIO_FN_LCDD13,   NULL);
1033         gpio_request(GPIO_FN_LCDD12,   NULL);
1034         gpio_request(GPIO_FN_LCDD11,   NULL);
1035         gpio_request(GPIO_FN_LCDD10,   NULL);
1036         gpio_request(GPIO_FN_LCDD9,    NULL);
1037         gpio_request(GPIO_FN_LCDD8,    NULL);
1038         gpio_request(GPIO_FN_LCDD7,    NULL);
1039         gpio_request(GPIO_FN_LCDD6,    NULL);
1040         gpio_request(GPIO_FN_LCDD5,    NULL);
1041         gpio_request(GPIO_FN_LCDD4,    NULL);
1042         gpio_request(GPIO_FN_LCDD3,    NULL);
1043         gpio_request(GPIO_FN_LCDD2,    NULL);
1044         gpio_request(GPIO_FN_LCDD1,    NULL);
1045         gpio_request(GPIO_FN_LCDD0,    NULL);
1046         gpio_request(GPIO_FN_LCDDISP,  NULL);
1047         gpio_request(GPIO_FN_LCDDCK,   NULL);
1048
1049         gpio_request(GPIO_PORT189, NULL); /* backlight */
1050         gpio_direction_output(GPIO_PORT189, 1);
1051
1052         gpio_request(GPIO_PORT151, NULL); /* LCDDON */
1053         gpio_direction_output(GPIO_PORT151, 1);
1054
1055         lcdc_info.clock_source                  = LCDC_CLK_BUS;
1056         lcdc_info.ch[0].interface_type          = RGB18;
1057         lcdc_info.ch[0].clock_divider           = 2;
1058         lcdc_info.ch[0].flags                   = 0;
1059         lcdc_info.ch[0].lcd_size_cfg.width      = 152;
1060         lcdc_info.ch[0].lcd_size_cfg.height     = 91;
1061
1062         /* enable TouchScreen */
1063         set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
1064
1065         tsc_device.irq = IRQ7;
1066         i2c_register_board_info(0, &tsc_device, 1);
1067 #endif /* CONFIG_AP4EVB_QHD */
1068
1069         sh7372_add_standard_devices();
1070
1071         /* HDMI */
1072         gpio_request(GPIO_FN_HDMI_HPD, NULL);
1073         gpio_request(GPIO_FN_HDMI_CEC, NULL);
1074
1075         /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
1076 #define SRCR4 0xe61580bc
1077         srcr4 = __raw_readl(SRCR4);
1078         __raw_writel(srcr4 | (1 << 13), SRCR4);
1079         udelay(50);
1080         __raw_writel(srcr4 & ~(1 << 13), SRCR4);
1081
1082         platform_add_devices(ap4evb_devices, ARRAY_SIZE(ap4evb_devices));
1083 }
1084
1085 static void __init ap4evb_timer_init(void)
1086 {
1087         sh7372_clock_init();
1088         shmobile_timer.init();
1089
1090         /* External clock source */
1091         clk_set_rate(&sh7372_dv_clki_clk, 27000000);
1092 }
1093
1094 static struct sys_timer ap4evb_timer = {
1095         .init           = ap4evb_timer_init,
1096 };
1097
1098 MACHINE_START(AP4EVB, "ap4evb")
1099         .phys_io        = 0xe6000000,
1100         .io_pg_offst    = ((0xe6000000) >> 18) & 0xfffc,
1101         .map_io         = ap4evb_map_io,
1102         .init_irq       = sh7372_init_irq,
1103         .init_machine   = ap4evb_init,
1104         .timer          = &ap4evb_timer,
1105 MACHINE_END