blob: f0cc307df640de3eec41492df0b1cbf932a0a0db [file] [log] [blame]
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001/*
2 * mackerel board support
3 *
4 * Copyright (C) 2010 Renesas Solutions Corp.
5 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
6 *
7 * based on ap4evb
8 * Copyright (C) 2010 Magnus Damm
9 * Copyright (C) 2008 Yoshihiro Shimoda
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; version 2 of the License.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23 */
Kuninori Morimoto12c43092011-01-06 02:44:09 +000024#include <linux/delay.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000025#include <linux/kernel.h>
26#include <linux/init.h>
27#include <linux/interrupt.h>
28#include <linux/irq.h>
29#include <linux/platform_device.h>
30#include <linux/gpio.h>
31#include <linux/input.h>
32#include <linux/io.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000033#include <linux/i2c.h>
Kuninori Morimotod44deb32010-11-30 06:52:18 +000034#include <linux/leds.h>
Yusuke Goda6dff7da2010-12-14 14:18:03 +090035#include <linux/mfd/tmio.h>
36#include <linux/mmc/host.h>
Yusuke Goda41491b92010-12-15 08:31:04 +000037#include <linux/mmc/sh_mmcif.h>
Guennadi Liakhovetski17e75d82011-03-09 11:27:56 +010038#include <linux/mmc/sh_mobile_sdhi.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000039#include <linux/mtd/mtd.h>
40#include <linux/mtd/partitions.h>
41#include <linux/mtd/physmap.h>
Rafael J. Wysockib5e8d262011-08-25 15:34:19 +020042#include <linux/pm_clock.h>
Kuninori Morimoto2264c152010-11-29 02:21:37 +000043#include <linux/smsc911x.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000044#include <linux/sh_intc.h>
Tony SIMcd8ab002010-12-09 01:55:55 +000045#include <linux/tca6416_keypad.h>
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +000046#include <linux/usb/renesas_usbhs.h>
Jon Medhurst9b742022011-08-04 17:05:21 +010047#include <linux/dma-mapping.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000048
Kuninori Morimoto12c43092011-01-06 02:44:09 +000049#include <video/sh_mobile_hdmi.h>
Kuninori Morimoto11fee462010-11-29 02:21:43 +000050#include <video/sh_mobile_lcdc.h>
Magnus Dammae37c8d2010-12-22 14:47:40 +000051#include <media/sh_mobile_ceu.h>
52#include <media/soc_camera.h>
53#include <media/soc_camera_platform.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000054#include <sound/sh_fsi.h>
55
Kuninori Morimoto920adc72010-11-29 02:21:21 +000056#include <mach/common.h>
57#include <mach/sh7372.h>
58
59#include <asm/mach/arch.h>
60#include <asm/mach/time.h>
61#include <asm/mach/map.h>
62#include <asm/mach-types.h>
63
64/*
65 * Address Interface BusWidth note
66 * ------------------------------------------------------------------
67 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
68 * 0x0800_0000 user area -
69 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
70 * 0x1400_0000 Ether (LAN9220) 16bit
71 * 0x1600_0000 user area - cannot use with NAND
72 * 0x1800_0000 user area -
73 * 0x1A00_0000 -
74 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
75 */
76
Kuninori Morimoto4b82b682010-11-29 02:21:48 +000077/*
78 * CPU mode
79 *
80 * SW4 | Boot Area| Master | Remarks
81 * 1 | 2 | 3 | 4 | 5 | 6 | 8 | | Processor|
82 * ----+-----+-----+-----+-----+-----+-----+----------+----------+--------------
83 * ON | ON | OFF | ON | ON | OFF | OFF | External | System | External ROM
84 * ON | ON | ON | ON | ON | OFF | OFF | External | System | ROM Debug
85 * ON | ON | X | ON | OFF | OFF | OFF | Built-in | System | ROM Debug
86 * X | OFF | X | X | X | X | OFF | Built-in | System | MaskROM
87 * OFF | X | X | X | X | X | OFF | Built-in | System | MaskROM
88 * X | X | X | OFF | X | X | OFF | Built-in | System | MaskROM
89 * OFF | ON | OFF | X | X | OFF | ON | External | System | Standalone
90 * ON | OFF | OFF | X | X | OFF | ON | External | Realtime | Standalone
91*/
92
93/*
94 * NOR Flash ROM
95 *
96 * SW1 | SW2 | SW7 | NOR Flash ROM
97 * bit1 | bit1 bit2 | bit1 | Memory allocation
98 * ------+------------+------+------------------
99 * OFF | ON OFF | ON | Area 0
100 * OFF | ON OFF | OFF | Area 4
101 */
102
103/*
104 * SMSC 9220
105 *
106 * SW1 SMSC 9220
107 * -----------------------
108 * ON access disable
109 * OFF access enable
110 */
111
112/*
113 * NAND Flash ROM
114 *
115 * SW1 | SW2 | SW7 | NAND Flash ROM
116 * bit1 | bit1 bit2 | bit2 | Memory allocation
117 * ------+------------+------+------------------
118 * OFF | ON OFF | ON | FCE 0
119 * OFF | ON OFF | OFF | FCE 1
120 */
121
122/*
123 * External interrupt pin settings
124 *
125 * IRQX | pin setting | device | level
126 * ------+--------------------+--------------------+-------
127 * IRQ0 | ICR1A.IRQ0SA=0010 | SDHI2 card detect | Low
128 * IRQ6 | ICR1A.IRQ6SA=0011 | Ether(LAN9220) | High
Magnus Damme2a53b72011-06-09 07:03:37 +0000129 * IRQ7 | ICR1A.IRQ7SA=0010 | LCD Touch Panel | Low
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000130 * IRQ8 | ICR2A.IRQ8SA=0010 | MMC/SD card detect | Low
131 * IRQ9 | ICR2A.IRQ9SA=0010 | KEY(TCA6408) | Low
132 * IRQ21 | ICR4A.IRQ21SA=0011 | Sensor(ADXL345) | High
133 * IRQ22 | ICR4A.IRQ22SA=0011 | Sensor(AK8975) | High
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000134 */
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000135
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000136/*
137 * USB
138 *
139 * USB0 : CN22 : Function
140 * USB1 : CN31 : Function/Host *1
141 *
142 * J30 (for CN31) *1
143 * ----------+---------------+-------------
144 * 1-2 short | VBUS 5V | Host
145 * open | external VBUS | Function
146 *
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000147 * CAUTION
148 *
149 * renesas_usbhs driver can use external interrupt mode
150 * (which come from USB-PHY) or autonomy mode (it use own interrupt)
151 * for detecting connection/disconnection when Function.
152 * USB will be power OFF while it has been disconnecting
153 * if external interrupt mode, and it is always power ON if autonomy mode,
154 *
155 * mackerel can not use external interrupt (IRQ7-PORT167) mode on "USB0",
156 * because Touchscreen is using IRQ7-PORT40.
157 * It is impossible to use IRQ7 demux on this board.
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000158 */
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000159
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000160/*
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900161 * SDHI0 (CN12)
162 *
163 * SW56 : OFF
164 *
165 */
166
167/* MMC /SDHI1 (CN7)
168 *
169 * I/O voltage : 1.8v
170 *
171 * Power voltage : 1.8v or 3.3v
Yusuke Goda41491b92010-12-15 08:31:04 +0000172 * J22 : select power voltage *1
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900173 * 1-2 pin : 1.8v
174 * 2-3 pin : 3.3v
175 *
Yusuke Goda41491b92010-12-15 08:31:04 +0000176 * *1
177 * Please change J22 depends the card to be used.
178 * MMC's OCR field set to support either voltage for the card inserted.
179 *
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900180 * SW1 | SW33
181 * | bit1 | bit2 | bit3 | bit4
182 * -------------+------+------+------+-------
Simon Horman2150dac2011-01-07 22:26:15 +0000183 * MMC0 OFF | OFF | X | ON | X (Use MMCIF)
184 * SDHI1 OFF | ON | X | OFF | X (Use MFD_SH_MOBILE_SDHI)
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900185 *
186 */
187
188/*
189 * SDHI2 (CN23)
190 *
191 * microSD card sloct
192 *
193 */
194
195/*
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000196 * FIXME !!
197 *
198 * gpio_no_direction
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000199 * gpio_pull_down
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000200 * are quick_hack.
201 *
202 * current gpio frame work doesn't have
203 * the method to control only pull up/down/free.
204 * this function should be replaced by correct gpio function
205 */
206static void __init gpio_no_direction(u32 addr)
207{
208 __raw_writeb(0x00, addr);
209}
210
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000211static void __init gpio_pull_down(u32 addr)
212{
213 u8 data = __raw_readb(addr);
214
215 data &= 0x0F;
216 data |= 0xA0;
217
218 __raw_writeb(data, addr);
219}
220
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000221/* MTD */
222static struct mtd_partition nor_flash_partitions[] = {
223 {
224 .name = "loader",
225 .offset = 0x00000000,
226 .size = 512 * 1024,
227 .mask_flags = MTD_WRITEABLE,
228 },
229 {
230 .name = "bootenv",
231 .offset = MTDPART_OFS_APPEND,
232 .size = 512 * 1024,
233 .mask_flags = MTD_WRITEABLE,
234 },
235 {
236 .name = "kernel_ro",
237 .offset = MTDPART_OFS_APPEND,
238 .size = 8 * 1024 * 1024,
239 .mask_flags = MTD_WRITEABLE,
240 },
241 {
242 .name = "kernel",
243 .offset = MTDPART_OFS_APPEND,
244 .size = 8 * 1024 * 1024,
245 },
246 {
247 .name = "data",
248 .offset = MTDPART_OFS_APPEND,
249 .size = MTDPART_SIZ_FULL,
250 },
251};
252
253static struct physmap_flash_data nor_flash_data = {
254 .width = 2,
255 .parts = nor_flash_partitions,
256 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
257};
258
259static struct resource nor_flash_resources[] = {
260 [0] = {
Magnus Damm487881c2011-09-27 18:29:31 +0900261 .start = 0x20000000, /* CS0 shadow instead of regular CS0 */
262 .end = 0x28000000 - 1, /* needed by USB MASK ROM boot */
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000263 .flags = IORESOURCE_MEM,
264 }
265};
266
267static struct platform_device nor_flash_device = {
268 .name = "physmap-flash",
269 .dev = {
270 .platform_data = &nor_flash_data,
271 },
272 .num_resources = ARRAY_SIZE(nor_flash_resources),
273 .resource = nor_flash_resources,
274};
275
Kuninori Morimoto2264c152010-11-29 02:21:37 +0000276/* SMSC */
277static struct resource smc911x_resources[] = {
278 {
279 .start = 0x14000000,
280 .end = 0x16000000 - 1,
281 .flags = IORESOURCE_MEM,
282 }, {
283 .start = evt2irq(0x02c0) /* IRQ6A */,
284 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
285 },
286};
287
288static struct smsc911x_platform_config smsc911x_info = {
289 .flags = SMSC911X_USE_16BIT | SMSC911X_SAVE_MAC_ADDRESS,
290 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
291 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
292};
293
294static struct platform_device smc911x_device = {
295 .name = "smsc911x",
296 .id = -1,
297 .num_resources = ARRAY_SIZE(smc911x_resources),
298 .resource = smc911x_resources,
299 .dev = {
300 .platform_data = &smsc911x_info,
301 },
302};
303
Damian1c7fcbe2011-05-24 07:01:22 +0000304/* MERAM */
305static struct sh_mobile_meram_info mackerel_meram_info = {
306 .addr_mode = SH_MOBILE_MERAM_MODE1,
307};
308
309static struct resource meram_resources[] = {
310 [0] = {
311 .name = "MERAM",
312 .start = 0xe8000000,
313 .end = 0xe81fffff,
314 .flags = IORESOURCE_MEM,
315 },
316};
317
318static struct platform_device meram_device = {
319 .name = "sh_mobile_meram",
320 .id = 0,
321 .num_resources = ARRAY_SIZE(meram_resources),
322 .resource = meram_resources,
323 .dev = {
324 .platform_data = &mackerel_meram_info,
325 },
326};
327
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000328/* LCDC */
329static struct fb_videomode mackerel_lcdc_modes[] = {
330 {
331 .name = "WVGA Panel",
332 .xres = 800,
333 .yres = 480,
334 .left_margin = 220,
335 .right_margin = 110,
336 .hsync_len = 70,
337 .upper_margin = 20,
338 .lower_margin = 5,
339 .vsync_len = 5,
340 .sync = 0,
341 },
342};
343
Magnus Damm1fbdfcd2011-03-21 07:49:45 +0000344static int mackerel_set_brightness(void *board_data, int brightness)
345{
346 gpio_set_value(GPIO_PORT31, brightness);
347
348 return 0;
349}
350
351static int mackerel_get_brightness(void *board_data)
352{
353 return gpio_get_value(GPIO_PORT31);
354}
355
Damian1c7fcbe2011-05-24 07:01:22 +0000356static struct sh_mobile_meram_cfg lcd_meram_cfg = {
357 .icb[0] = {
358 .marker_icb = 28,
359 .cache_icb = 24,
360 .meram_offset = 0x0,
361 .meram_size = 0x40,
362 },
363 .icb[1] = {
364 .marker_icb = 29,
365 .cache_icb = 25,
366 .meram_offset = 0x40,
367 .meram_size = 0x40,
368 },
369};
370
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000371static struct sh_mobile_lcdc_info lcdc_info = {
Damian1c7fcbe2011-05-24 07:01:22 +0000372 .meram_dev = &mackerel_meram_info,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000373 .clock_source = LCDC_CLK_BUS,
374 .ch[0] = {
375 .chan = LCDC_CHAN_MAINLCD,
Laurent Pinchartedd153a2011-12-13 14:02:28 +0100376 .fourcc = V4L2_PIX_FMT_RGB565,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000377 .lcd_cfg = mackerel_lcdc_modes,
378 .num_cfg = ARRAY_SIZE(mackerel_lcdc_modes),
379 .interface_type = RGB24,
Kuninori Morimoto2c34e932011-03-02 09:05:21 +0000380 .clock_divider = 3,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000381 .flags = 0,
382 .lcd_size_cfg.width = 152,
383 .lcd_size_cfg.height = 91,
Magnus Damm1fbdfcd2011-03-21 07:49:45 +0000384 .board_cfg = {
385 .set_brightness = mackerel_set_brightness,
386 .get_brightness = mackerel_get_brightness,
387 },
388 .bl_info = {
389 .name = "sh_mobile_lcdc_bl",
390 .max_brightness = 1,
391 },
Damian1c7fcbe2011-05-24 07:01:22 +0000392 .meram_cfg = &lcd_meram_cfg,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000393 }
394};
395
396static struct resource lcdc_resources[] = {
397 [0] = {
398 .name = "LCDC",
399 .start = 0xfe940000,
400 .end = 0xfe943fff,
401 .flags = IORESOURCE_MEM,
402 },
403 [1] = {
404 .start = intcs_evt2irq(0x580),
405 .flags = IORESOURCE_IRQ,
406 },
407};
408
409static struct platform_device lcdc_device = {
410 .name = "sh_mobile_lcdc_fb",
411 .num_resources = ARRAY_SIZE(lcdc_resources),
412 .resource = lcdc_resources,
413 .dev = {
414 .platform_data = &lcdc_info,
415 .coherent_dma_mask = ~0,
416 },
417};
418
Damian1c7fcbe2011-05-24 07:01:22 +0000419static struct sh_mobile_meram_cfg hdmi_meram_cfg = {
420 .icb[0] = {
421 .marker_icb = 30,
422 .cache_icb = 26,
423 .meram_offset = 0x80,
424 .meram_size = 0x100,
425 },
426 .icb[1] = {
427 .marker_icb = 31,
428 .cache_icb = 27,
429 .meram_offset = 0x180,
430 .meram_size = 0x100,
431 },
432};
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000433/* HDMI */
434static struct sh_mobile_lcdc_info hdmi_lcdc_info = {
Damian1c7fcbe2011-05-24 07:01:22 +0000435 .meram_dev = &mackerel_meram_info,
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000436 .clock_source = LCDC_CLK_EXTERNAL,
437 .ch[0] = {
438 .chan = LCDC_CHAN_MAINLCD,
Laurent Pinchartedd153a2011-12-13 14:02:28 +0100439 .fourcc = V4L2_PIX_FMT_RGB565,
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000440 .interface_type = RGB24,
441 .clock_divider = 1,
442 .flags = LCDC_FLAGS_DWPOL,
Damian1c7fcbe2011-05-24 07:01:22 +0000443 .meram_cfg = &hdmi_meram_cfg,
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000444 }
445};
446
447static struct resource hdmi_lcdc_resources[] = {
448 [0] = {
449 .name = "LCDC1",
450 .start = 0xfe944000,
451 .end = 0xfe947fff,
452 .flags = IORESOURCE_MEM,
453 },
454 [1] = {
455 .start = intcs_evt2irq(0x1780),
456 .flags = IORESOURCE_IRQ,
457 },
458};
459
460static struct platform_device hdmi_lcdc_device = {
461 .name = "sh_mobile_lcdc_fb",
462 .num_resources = ARRAY_SIZE(hdmi_lcdc_resources),
463 .resource = hdmi_lcdc_resources,
464 .id = 1,
465 .dev = {
466 .platform_data = &hdmi_lcdc_info,
467 .coherent_dma_mask = ~0,
468 },
469};
470
471static struct sh_mobile_hdmi_info hdmi_info = {
472 .lcd_chan = &hdmi_lcdc_info.ch[0],
473 .lcd_dev = &hdmi_lcdc_device.dev,
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000474 .flags = HDMI_SND_SRC_SPDIF,
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000475};
476
477static struct resource hdmi_resources[] = {
478 [0] = {
479 .name = "HDMI",
480 .start = 0xe6be0000,
481 .end = 0xe6be00ff,
482 .flags = IORESOURCE_MEM,
483 },
484 [1] = {
485 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
486 .start = evt2irq(0x17e0),
487 .flags = IORESOURCE_IRQ,
488 },
489};
490
491static struct platform_device hdmi_device = {
492 .name = "sh-mobile-hdmi",
493 .num_resources = ARRAY_SIZE(hdmi_resources),
494 .resource = hdmi_resources,
495 .id = -1,
496 .dev = {
497 .platform_data = &hdmi_info,
498 },
499};
500
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +0900501static struct platform_device fsi_hdmi_device = {
502 .name = "sh_fsi2_b_hdmi",
503};
504
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +0200505static void __init hdmi_init_pm_clock(void)
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000506{
507 struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
508 int ret;
509 long rate;
510
511 if (IS_ERR(hdmi_ick)) {
512 ret = PTR_ERR(hdmi_ick);
513 pr_err("Cannot get HDMI ICK: %d\n", ret);
514 goto out;
515 }
516
517 ret = clk_set_parent(&sh7372_pllc2_clk, &sh7372_dv_clki_div2_clk);
518 if (ret < 0) {
519 pr_err("Cannot set PLLC2 parent: %d, %d users\n",
520 ret, sh7372_pllc2_clk.usecount);
521 goto out;
522 }
523
524 pr_debug("PLLC2 initial frequency %lu\n",
525 clk_get_rate(&sh7372_pllc2_clk));
526
527 rate = clk_round_rate(&sh7372_pllc2_clk, 594000000);
528 if (rate < 0) {
529 pr_err("Cannot get suitable rate: %ld\n", rate);
530 ret = rate;
531 goto out;
532 }
533
534 ret = clk_set_rate(&sh7372_pllc2_clk, rate);
535 if (ret < 0) {
536 pr_err("Cannot set rate %ld: %d\n", rate, ret);
537 goto out;
538 }
539
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000540 pr_debug("PLLC2 set frequency %lu\n", rate);
541
542 ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +0200543 if (ret < 0)
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000544 pr_err("Cannot set HDMI parent: %d\n", ret);
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000545
546out:
547 if (!IS_ERR(hdmi_ick))
548 clk_put(hdmi_ick);
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000549}
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000550
Magnus Damme2a53b72011-06-09 07:03:37 +0000551/* USBHS0 is connected to CN22 which takes a USB Mini-B plug
552 *
553 * The sh7372 SoC has IRQ7 set aside for USBHS0 hotplug,
554 * but on this particular board IRQ7 is already used by
555 * the touch screen. This leaves us with software polling.
556 */
557#define USBHS0_POLL_INTERVAL (HZ * 5)
558
559struct usbhs_private {
560 unsigned int usbphyaddr;
561 unsigned int usbcrcaddr;
562 struct renesas_usbhs_platform_info info;
563 struct delayed_work work;
564 struct platform_device *pdev;
565};
566
567#define usbhs_get_priv(pdev) \
568 container_of(renesas_usbhs_get_info(pdev), \
569 struct usbhs_private, info)
570
571#define usbhs_is_connected(priv) \
572 (!((1 << 7) & __raw_readw(priv->usbcrcaddr)))
573
574static int usbhs_get_vbus(struct platform_device *pdev)
575{
576 return usbhs_is_connected(usbhs_get_priv(pdev));
577}
578
579static void usbhs_phy_reset(struct platform_device *pdev)
580{
581 struct usbhs_private *priv = usbhs_get_priv(pdev);
582
583 /* init phy */
584 __raw_writew(0x8a0a, priv->usbcrcaddr);
585}
586
587static int usbhs0_get_id(struct platform_device *pdev)
588{
589 return USBHS_GADGET;
590}
591
592static void usbhs0_work_function(struct work_struct *work)
593{
594 struct usbhs_private *priv = container_of(work, struct usbhs_private,
595 work.work);
596
597 renesas_usbhs_call_notify_hotplug(priv->pdev);
598 schedule_delayed_work(&priv->work, USBHS0_POLL_INTERVAL);
599}
600
601static int usbhs0_hardware_init(struct platform_device *pdev)
602{
603 struct usbhs_private *priv = usbhs_get_priv(pdev);
604
605 priv->pdev = pdev;
606 INIT_DELAYED_WORK(&priv->work, usbhs0_work_function);
607 schedule_delayed_work(&priv->work, USBHS0_POLL_INTERVAL);
608 return 0;
609}
610
611static void usbhs0_hardware_exit(struct platform_device *pdev)
612{
613 struct usbhs_private *priv = usbhs_get_priv(pdev);
614
615 cancel_delayed_work_sync(&priv->work);
616}
617
Magnus Damme2a53b72011-06-09 07:03:37 +0000618static struct usbhs_private usbhs0_private = {
619 .usbcrcaddr = 0xe605810c, /* USBCR2 */
620 .info = {
621 .platform_callback = {
622 .hardware_init = usbhs0_hardware_init,
623 .hardware_exit = usbhs0_hardware_exit,
624 .phy_reset = usbhs_phy_reset,
625 .get_id = usbhs0_get_id,
626 .get_vbus = usbhs_get_vbus,
627 },
628 .driver_param = {
629 .buswait_bwait = 4,
Kuninori Morimotofe437562011-06-17 08:21:21 +0000630 .d0_tx_id = SHDMA_SLAVE_USB0_TX,
631 .d1_rx_id = SHDMA_SLAVE_USB0_RX,
Magnus Damme2a53b72011-06-09 07:03:37 +0000632 },
633 },
634};
635
636static struct resource usbhs0_resources[] = {
637 [0] = {
638 .name = "USBHS0",
639 .start = 0xe6890000,
640 .end = 0xe68900e6 - 1,
641 .flags = IORESOURCE_MEM,
642 },
643 [1] = {
644 .start = evt2irq(0x1ca0) /* USB0_USB0I0 */,
645 .flags = IORESOURCE_IRQ,
646 },
647};
648
649static struct platform_device usbhs0_device = {
650 .name = "renesas_usbhs",
651 .id = 0,
652 .dev = {
653 .platform_data = &usbhs0_private.info,
654 },
655 .num_resources = ARRAY_SIZE(usbhs0_resources),
656 .resource = usbhs0_resources,
657};
658
659/* USBHS1 is connected to CN31 which takes a USB Mini-AB plug
660 *
661 * Use J30 to select between Host and Function. This setting
662 * can however not be detected by software. Hotplug of USBHS1
663 * is provided via IRQ8.
Kuninori Morimoto0ada2da52012-01-18 17:32:05 -0800664 *
665 * Current USB1 works as "USB Host".
666 * - set J30 "short"
667 *
668 * If you want to use it as "USB gadget",
669 * - J30 "open"
670 * - modify usbhs1_get_id() USBHS_HOST -> USBHS_GADGET
671 * - add .get_vbus = usbhs_get_vbus in usbhs1_private
Magnus Damme2a53b72011-06-09 07:03:37 +0000672 */
673#define IRQ8 evt2irq(0x0300)
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000674#define USB_PHY_MODE (1 << 4)
675#define USB_PHY_INT_EN ((1 << 3) | (1 << 2))
676#define USB_PHY_ON (1 << 1)
677#define USB_PHY_OFF (1 << 0)
678#define USB_PHY_INT_CLR (USB_PHY_ON | USB_PHY_OFF)
679
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000680static irqreturn_t usbhs1_interrupt(int irq, void *data)
681{
682 struct platform_device *pdev = data;
683 struct usbhs_private *priv = usbhs_get_priv(pdev);
684
685 dev_dbg(&pdev->dev, "%s\n", __func__);
686
687 renesas_usbhs_call_notify_hotplug(pdev);
688
689 /* clear status */
690 __raw_writew(__raw_readw(priv->usbphyaddr) | USB_PHY_INT_CLR,
691 priv->usbphyaddr);
692
693 return IRQ_HANDLED;
694}
695
696static int usbhs1_hardware_init(struct platform_device *pdev)
697{
698 struct usbhs_private *priv = usbhs_get_priv(pdev);
699 int ret;
700
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000701 /* clear interrupt status */
702 __raw_writew(USB_PHY_MODE | USB_PHY_INT_CLR, priv->usbphyaddr);
703
Magnus Damme2a53b72011-06-09 07:03:37 +0000704 ret = request_irq(IRQ8, usbhs1_interrupt, IRQF_TRIGGER_HIGH,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000705 dev_name(&pdev->dev), pdev);
706 if (ret) {
707 dev_err(&pdev->dev, "request_irq err\n");
708 return ret;
709 }
710
711 /* enable USB phy interrupt */
712 __raw_writew(USB_PHY_MODE | USB_PHY_INT_EN, priv->usbphyaddr);
713
714 return 0;
715}
716
717static void usbhs1_hardware_exit(struct platform_device *pdev)
718{
719 struct usbhs_private *priv = usbhs_get_priv(pdev);
720
721 /* clear interrupt status */
722 __raw_writew(USB_PHY_MODE | USB_PHY_INT_CLR, priv->usbphyaddr);
723
Magnus Damme2a53b72011-06-09 07:03:37 +0000724 free_irq(IRQ8, pdev);
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000725}
726
Kuninori Morimoto05a79292011-06-15 06:16:35 +0000727static int usbhs1_get_id(struct platform_device *pdev)
728{
Kuninori Morimoto0ada2da52012-01-18 17:32:05 -0800729 return USBHS_HOST;
Kuninori Morimoto05a79292011-06-15 06:16:35 +0000730}
731
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000732static u32 usbhs1_pipe_cfg[] = {
733 USB_ENDPOINT_XFER_CONTROL,
734 USB_ENDPOINT_XFER_ISOC,
735 USB_ENDPOINT_XFER_ISOC,
736 USB_ENDPOINT_XFER_BULK,
737 USB_ENDPOINT_XFER_BULK,
738 USB_ENDPOINT_XFER_BULK,
739 USB_ENDPOINT_XFER_INT,
740 USB_ENDPOINT_XFER_INT,
741 USB_ENDPOINT_XFER_INT,
742 USB_ENDPOINT_XFER_BULK,
743 USB_ENDPOINT_XFER_BULK,
744 USB_ENDPOINT_XFER_BULK,
745 USB_ENDPOINT_XFER_BULK,
746 USB_ENDPOINT_XFER_BULK,
747 USB_ENDPOINT_XFER_BULK,
748 USB_ENDPOINT_XFER_BULK,
749};
750
751static struct usbhs_private usbhs1_private = {
Magnus Damme2a53b72011-06-09 07:03:37 +0000752 .usbphyaddr = 0xe60581e2, /* USBPHY1INTAP */
753 .usbcrcaddr = 0xe6058130, /* USBCR4 */
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000754 .info = {
755 .platform_callback = {
756 .hardware_init = usbhs1_hardware_init,
757 .hardware_exit = usbhs1_hardware_exit,
Kuninori Morimoto05a79292011-06-15 06:16:35 +0000758 .get_id = usbhs1_get_id,
Magnus Damme2a53b72011-06-09 07:03:37 +0000759 .phy_reset = usbhs_phy_reset,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000760 },
761 .driver_param = {
762 .buswait_bwait = 4,
Kuninori Morimotof427eb62011-10-10 22:06:12 -0700763 .has_otg = 1,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000764 .pipe_type = usbhs1_pipe_cfg,
765 .pipe_size = ARRAY_SIZE(usbhs1_pipe_cfg),
Kuninori Morimotofe437562011-06-17 08:21:21 +0000766 .d0_tx_id = SHDMA_SLAVE_USB1_TX,
767 .d1_rx_id = SHDMA_SLAVE_USB1_RX,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000768 },
769 },
770};
771
772static struct resource usbhs1_resources[] = {
773 [0] = {
Magnus Damme2a53b72011-06-09 07:03:37 +0000774 .name = "USBHS1",
775 .start = 0xe68b0000,
776 .end = 0xe68b00e6 - 1,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000777 .flags = IORESOURCE_MEM,
778 },
779 [1] = {
780 .start = evt2irq(0x1ce0) /* USB1_USB1I0 */,
781 .flags = IORESOURCE_IRQ,
782 },
783};
784
785static struct platform_device usbhs1_device = {
786 .name = "renesas_usbhs",
787 .id = 1,
788 .dev = {
789 .platform_data = &usbhs1_private.info,
790 },
791 .num_resources = ARRAY_SIZE(usbhs1_resources),
792 .resource = usbhs1_resources,
793};
794
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000795/* LED */
796static struct gpio_led mackerel_leds[] = {
797 {
798 .name = "led0",
799 .gpio = GPIO_PORT0,
800 .default_state = LEDS_GPIO_DEFSTATE_ON,
801 },
802 {
803 .name = "led1",
804 .gpio = GPIO_PORT1,
805 .default_state = LEDS_GPIO_DEFSTATE_ON,
806 },
807 {
808 .name = "led2",
809 .gpio = GPIO_PORT2,
810 .default_state = LEDS_GPIO_DEFSTATE_ON,
811 },
812 {
813 .name = "led3",
814 .gpio = GPIO_PORT159,
815 .default_state = LEDS_GPIO_DEFSTATE_ON,
816 }
817};
818
819static struct gpio_led_platform_data mackerel_leds_pdata = {
820 .leds = mackerel_leds,
821 .num_leds = ARRAY_SIZE(mackerel_leds),
822};
823
824static struct platform_device leds_device = {
825 .name = "leds-gpio",
826 .id = 0,
827 .dev = {
828 .platform_data = &mackerel_leds_pdata,
829 },
830};
831
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000832/* FSI */
833#define IRQ_FSI evt2irq(0x1840)
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000834static int __fsi_set_round_rate(struct clk *clk, long rate, int enable)
835{
836 int ret;
837
838 if (rate <= 0)
839 return 0;
840
841 if (!enable) {
842 clk_disable(clk);
843 return 0;
844 }
845
846 ret = clk_set_rate(clk, clk_round_rate(clk, rate));
847 if (ret < 0)
848 return ret;
849
850 return clk_enable(clk);
851}
852
853static int fsi_set_rate(struct device *dev, int is_porta, int rate, int enable)
854{
855 struct clk *fsib_clk;
856 struct clk *fdiv_clk = &sh7372_fsidivb_clk;
857 long fsib_rate = 0;
858 long fdiv_rate = 0;
859 int ackmd_bpfmd;
860 int ret;
861
862 /* FSIA is slave mode. nothing to do here */
863 if (is_porta)
864 return 0;
865
866 /* clock start */
867 switch (rate) {
868 case 44100:
869 fsib_rate = rate * 256;
870 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
871 break;
872 case 48000:
873 fsib_rate = 85428000; /* around 48kHz x 256 x 7 */
874 fdiv_rate = rate * 256;
875 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
876 break;
877 default:
878 pr_err("unsupported rate in FSI2 port B\n");
879 return -EINVAL;
880 }
881
882 /* FSI B setting */
883 fsib_clk = clk_get(dev, "ickb");
884 if (IS_ERR(fsib_clk))
885 return -EIO;
886
887 /* fsib */
888 ret = __fsi_set_round_rate(fsib_clk, fsib_rate, enable);
889 if (ret < 0)
890 goto fsi_set_rate_end;
891
892 /* FSI DIV */
893 ret = __fsi_set_round_rate(fdiv_clk, fdiv_rate, enable);
894 if (ret < 0) {
895 /* disable FSI B */
896 if (enable)
897 __fsi_set_round_rate(fsib_clk, fsib_rate, 0);
898 goto fsi_set_rate_end;
899 }
900
901 ret = ackmd_bpfmd;
902
903fsi_set_rate_end:
904 clk_put(fsib_clk);
905 return ret;
906}
907
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000908static struct sh_fsi_platform_info fsi_info = {
Kuninori Morimotof17c13c2011-01-24 10:43:19 +0900909 .porta_flags = SH_FSI_BRS_INV,
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000910
911 .portb_flags = SH_FSI_BRS_INV |
912 SH_FSI_BRM_INV |
913 SH_FSI_LRS_INV |
Kuninori Morimotof17c13c2011-01-24 10:43:19 +0900914 SH_FSI_FMT_SPDIF,
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000915
916 .set_rate = fsi_set_rate,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000917};
918
919static struct resource fsi_resources[] = {
920 [0] = {
921 .name = "FSI",
922 .start = 0xFE3C0000,
923 .end = 0xFE3C0400 - 1,
924 .flags = IORESOURCE_MEM,
925 },
926 [1] = {
927 .start = IRQ_FSI,
928 .flags = IORESOURCE_IRQ,
929 },
930};
931
932static struct platform_device fsi_device = {
933 .name = "sh_fsi2",
934 .id = -1,
935 .num_resources = ARRAY_SIZE(fsi_resources),
936 .resource = fsi_resources,
937 .dev = {
938 .platform_data = &fsi_info,
939 },
940};
941
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800942static struct fsi_ak4642_info fsi2_ak4643_info = {
943 .name = "AK4643",
944 .card = "FSI2A-AK4643",
945 .cpu_dai = "fsia-dai",
946 .codec = "ak4642-codec.0-0013",
947 .platform = "sh_fsi2",
948 .id = FSI_PORT_A,
949};
950
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000951static struct platform_device fsi_ak4643_device = {
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800952 .name = "fsi-ak4642-audio",
953 .dev = {
954 .platform_data = &fsi2_ak4643_info,
955 },
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000956};
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000957
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900958/*
959 * The card detect pin of the top SD/MMC slot (CN7) is active low and is
960 * connected to GPIO A22 of SH7372 (GPIO_PORT41).
961 */
962static int slot_cn7_get_cd(struct platform_device *pdev)
963{
Magnus Dammceb50f32011-01-12 10:43:07 +0000964 return !gpio_get_value(GPIO_PORT41);
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900965}
966
967/* SDHI0 */
Guennadi Liakhovetski4bff4a72011-05-11 16:51:20 +0000968static irqreturn_t mackerel_sdhi0_gpio_cd(int irq, void *arg)
969{
970 struct device *dev = arg;
971 struct sh_mobile_sdhi_info *info = dev->platform_data;
972 struct tmio_mmc_data *pdata = info->pdata;
973
974 tmio_mmc_cd_wakeup(pdata);
975
976 return IRQ_HANDLED;
977}
978
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900979static struct sh_mobile_sdhi_info sdhi0_info = {
980 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
981 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Magnus Dammda97da72011-01-06 10:55:41 +0000982 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900983};
984
985static struct resource sdhi0_resources[] = {
986 [0] = {
987 .name = "SDHI0",
988 .start = 0xe6850000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +0100989 .end = 0xe68500ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900990 .flags = IORESOURCE_MEM,
991 },
992 [1] = {
Simon Horman2007aea2011-04-27 07:43:58 +0000993 .start = evt2irq(0x0e00) /* SDHI0_SDHI0I0 */,
994 .flags = IORESOURCE_IRQ,
995 },
996 [2] = {
997 .start = evt2irq(0x0e20) /* SDHI0_SDHI0I1 */,
998 .flags = IORESOURCE_IRQ,
999 },
1000 [3] = {
1001 .start = evt2irq(0x0e40) /* SDHI0_SDHI0I2 */,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001002 .flags = IORESOURCE_IRQ,
1003 },
1004};
1005
1006static struct platform_device sdhi0_device = {
1007 .name = "sh_mobile_sdhi",
1008 .num_resources = ARRAY_SIZE(sdhi0_resources),
1009 .resource = sdhi0_resources,
1010 .id = 0,
1011 .dev = {
1012 .platform_data = &sdhi0_info,
1013 },
1014};
1015
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +00001016#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001017/* SDHI1 */
1018static struct sh_mobile_sdhi_info sdhi1_info = {
1019 .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
1020 .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
1021 .tmio_ocr_mask = MMC_VDD_165_195,
1022 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Magnus Dammda97da72011-01-06 10:55:41 +00001023 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001024 MMC_CAP_NEEDS_POLL,
1025 .get_cd = slot_cn7_get_cd,
1026};
1027
1028static struct resource sdhi1_resources[] = {
1029 [0] = {
1030 .name = "SDHI1",
1031 .start = 0xe6860000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +01001032 .end = 0xe68600ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001033 .flags = IORESOURCE_MEM,
1034 },
1035 [1] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001036 .name = SH_MOBILE_SDHI_IRQ_CARD_DETECT,
Simon Horman2007aea2011-04-27 07:43:58 +00001037 .start = evt2irq(0x0e80), /* SDHI1_SDHI1I0 */
1038 .flags = IORESOURCE_IRQ,
1039 },
1040 [2] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001041 .name = SH_MOBILE_SDHI_IRQ_SDCARD,
Simon Horman2007aea2011-04-27 07:43:58 +00001042 .start = evt2irq(0x0ea0), /* SDHI1_SDHI1I1 */
1043 .flags = IORESOURCE_IRQ,
1044 },
1045 [3] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001046 .name = SH_MOBILE_SDHI_IRQ_SDIO,
Simon Horman2007aea2011-04-27 07:43:58 +00001047 .start = evt2irq(0x0ec0), /* SDHI1_SDHI1I2 */
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001048 .flags = IORESOURCE_IRQ,
1049 },
1050};
1051
1052static struct platform_device sdhi1_device = {
1053 .name = "sh_mobile_sdhi",
1054 .num_resources = ARRAY_SIZE(sdhi1_resources),
1055 .resource = sdhi1_resources,
1056 .id = 1,
1057 .dev = {
1058 .platform_data = &sdhi1_info,
1059 },
1060};
Yusuke Goda41491b92010-12-15 08:31:04 +00001061#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001062
Yusuke Godada5d1f42011-01-07 09:48:36 +00001063/*
1064 * The card detect pin of the top SD/MMC slot (CN23) is active low and is
1065 * connected to GPIO SCIFB_SCK of SH7372 (GPIO_PORT162).
1066 */
1067static int slot_cn23_get_cd(struct platform_device *pdev)
1068{
1069 return !gpio_get_value(GPIO_PORT162);
1070}
1071
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001072/* SDHI2 */
1073static struct sh_mobile_sdhi_info sdhi2_info = {
1074 .dma_slave_tx = SHDMA_SLAVE_SDHI2_TX,
1075 .dma_slave_rx = SHDMA_SLAVE_SDHI2_RX,
1076 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Magnus Dammda97da72011-01-06 10:55:41 +00001077 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001078 MMC_CAP_NEEDS_POLL,
Yusuke Godada5d1f42011-01-07 09:48:36 +00001079 .get_cd = slot_cn23_get_cd,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001080};
1081
1082static struct resource sdhi2_resources[] = {
1083 [0] = {
1084 .name = "SDHI2",
1085 .start = 0xe6870000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +01001086 .end = 0xe68700ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001087 .flags = IORESOURCE_MEM,
1088 },
1089 [1] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001090 .name = SH_MOBILE_SDHI_IRQ_CARD_DETECT,
Simon Horman2007aea2011-04-27 07:43:58 +00001091 .start = evt2irq(0x1200), /* SDHI2_SDHI2I0 */
1092 .flags = IORESOURCE_IRQ,
1093 },
1094 [2] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001095 .name = SH_MOBILE_SDHI_IRQ_SDCARD,
Simon Horman2007aea2011-04-27 07:43:58 +00001096 .start = evt2irq(0x1220), /* SDHI2_SDHI2I1 */
1097 .flags = IORESOURCE_IRQ,
1098 },
1099 [3] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001100 .name = SH_MOBILE_SDHI_IRQ_SDIO,
Simon Horman2007aea2011-04-27 07:43:58 +00001101 .start = evt2irq(0x1240), /* SDHI2_SDHI2I2 */
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001102 .flags = IORESOURCE_IRQ,
1103 },
1104};
1105
1106static struct platform_device sdhi2_device = {
1107 .name = "sh_mobile_sdhi",
1108 .num_resources = ARRAY_SIZE(sdhi2_resources),
1109 .resource = sdhi2_resources,
1110 .id = 2,
1111 .dev = {
1112 .platform_data = &sdhi2_info,
1113 },
1114};
1115
Yusuke Goda41491b92010-12-15 08:31:04 +00001116/* SH_MMCIF */
1117static struct resource sh_mmcif_resources[] = {
1118 [0] = {
1119 .name = "MMCIF",
1120 .start = 0xE6BD0000,
1121 .end = 0xE6BD00FF,
1122 .flags = IORESOURCE_MEM,
1123 },
1124 [1] = {
1125 /* MMC ERR */
1126 .start = evt2irq(0x1ac0),
1127 .flags = IORESOURCE_IRQ,
1128 },
1129 [2] = {
1130 /* MMC NOR */
1131 .start = evt2irq(0x1ae0),
1132 .flags = IORESOURCE_IRQ,
1133 },
1134};
1135
Guennadi Liakhovetskife78e682011-05-05 15:56:31 +00001136static struct sh_mmcif_dma sh_mmcif_dma = {
1137 .chan_priv_rx = {
1138 .slave_id = SHDMA_SLAVE_MMCIF_RX,
1139 },
1140 .chan_priv_tx = {
1141 .slave_id = SHDMA_SLAVE_MMCIF_TX,
1142 },
1143};
1144
Yusuke Goda41491b92010-12-15 08:31:04 +00001145static struct sh_mmcif_plat_data sh_mmcif_plat = {
1146 .sup_pclk = 0,
1147 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
1148 .caps = MMC_CAP_4_BIT_DATA |
1149 MMC_CAP_8_BIT_DATA |
1150 MMC_CAP_NEEDS_POLL,
1151 .get_cd = slot_cn7_get_cd,
Guennadi Liakhovetskife78e682011-05-05 15:56:31 +00001152 .dma = &sh_mmcif_dma,
Yusuke Goda41491b92010-12-15 08:31:04 +00001153};
1154
1155static struct platform_device sh_mmcif_device = {
1156 .name = "sh_mmcif",
1157 .id = 0,
1158 .dev = {
1159 .dma_mask = NULL,
1160 .coherent_dma_mask = 0xffffffff,
1161 .platform_data = &sh_mmcif_plat,
1162 },
1163 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
1164 .resource = sh_mmcif_resources,
1165};
1166
Magnus Dammae37c8d2010-12-22 14:47:40 +00001167
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001168static int mackerel_camera_add(struct soc_camera_device *icd);
1169static void mackerel_camera_del(struct soc_camera_device *icd);
Magnus Dammae37c8d2010-12-22 14:47:40 +00001170
1171static int camera_set_capture(struct soc_camera_platform_info *info,
1172 int enable)
1173{
1174 return 0; /* camera sensor always enabled */
1175}
1176
1177static struct soc_camera_platform_info camera_info = {
1178 .format_name = "UYVY",
1179 .format_depth = 16,
1180 .format = {
1181 .code = V4L2_MBUS_FMT_UYVY8_2X8,
1182 .colorspace = V4L2_COLORSPACE_SMPTE170M,
1183 .field = V4L2_FIELD_NONE,
1184 .width = 640,
1185 .height = 480,
1186 },
Guennadi Liakhovetskid1e87ed2011-07-27 10:48:40 -03001187 .mbus_param = V4L2_MBUS_PCLK_SAMPLE_RISING | V4L2_MBUS_MASTER |
1188 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_HIGH |
1189 V4L2_MBUS_DATA_ACTIVE_HIGH,
1190 .mbus_type = V4L2_MBUS_PARALLEL,
Magnus Dammae37c8d2010-12-22 14:47:40 +00001191 .set_capture = camera_set_capture,
1192};
1193
1194static struct soc_camera_link camera_link = {
1195 .bus_id = 0,
1196 .add_device = mackerel_camera_add,
1197 .del_device = mackerel_camera_del,
1198 .module_name = "soc_camera_platform",
1199 .priv = &camera_info,
1200};
1201
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001202static struct platform_device *camera_device;
Magnus Dammae37c8d2010-12-22 14:47:40 +00001203
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001204static void mackerel_camera_release(struct device *dev)
1205{
1206 soc_camera_platform_release(&camera_device);
1207}
Magnus Dammae37c8d2010-12-22 14:47:40 +00001208
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001209static int mackerel_camera_add(struct soc_camera_device *icd)
Magnus Dammae37c8d2010-12-22 14:47:40 +00001210{
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001211 return soc_camera_platform_add(icd, &camera_device, &camera_link,
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001212 mackerel_camera_release, 0);
Magnus Dammae37c8d2010-12-22 14:47:40 +00001213}
1214
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001215static void mackerel_camera_del(struct soc_camera_device *icd)
Magnus Dammae37c8d2010-12-22 14:47:40 +00001216{
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001217 soc_camera_platform_del(icd, camera_device, &camera_link);
Magnus Dammae37c8d2010-12-22 14:47:40 +00001218}
1219
1220static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
1221 .flags = SH_CEU_FLAG_USE_8BIT_BUS,
1222};
1223
1224static struct resource ceu_resources[] = {
1225 [0] = {
1226 .name = "CEU",
1227 .start = 0xfe910000,
1228 .end = 0xfe91009f,
1229 .flags = IORESOURCE_MEM,
1230 },
1231 [1] = {
1232 .start = intcs_evt2irq(0x880),
1233 .flags = IORESOURCE_IRQ,
1234 },
1235 [2] = {
1236 /* place holder for contiguous memory */
1237 },
1238};
1239
1240static struct platform_device ceu_device = {
1241 .name = "sh_mobile_ceu",
1242 .id = 0, /* "ceu0" clock */
1243 .num_resources = ARRAY_SIZE(ceu_resources),
1244 .resource = ceu_resources,
1245 .dev = {
Guennadi Liakhovetski05a5f012011-03-23 09:29:16 +00001246 .platform_data = &sh_mobile_ceu_info,
1247 .coherent_dma_mask = 0xffffffff,
Magnus Dammae37c8d2010-12-22 14:47:40 +00001248 },
1249};
1250
1251static struct platform_device mackerel_camera = {
1252 .name = "soc-camera-pdrv",
1253 .id = 0,
1254 .dev = {
1255 .platform_data = &camera_link,
1256 },
1257};
1258
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001259static struct platform_device *mackerel_devices[] __initdata = {
1260 &nor_flash_device,
Kuninori Morimoto2264c152010-11-29 02:21:37 +00001261 &smc911x_device,
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001262 &lcdc_device,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +00001263 &usbhs1_device,
Kuninori Morimoto5a568552011-06-17 04:33:13 +00001264 &usbhs0_device,
Kuninori Morimotod44deb32010-11-30 06:52:18 +00001265 &leds_device,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001266 &fsi_device,
1267 &fsi_ak4643_device,
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +09001268 &fsi_hdmi_device,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001269 &sdhi0_device,
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +00001270#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001271 &sdhi1_device,
Yusuke Goda41491b92010-12-15 08:31:04 +00001272#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001273 &sdhi2_device,
Yusuke Goda41491b92010-12-15 08:31:04 +00001274 &sh_mmcif_device,
Magnus Dammae37c8d2010-12-22 14:47:40 +00001275 &ceu_device,
1276 &mackerel_camera,
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001277 &hdmi_lcdc_device,
1278 &hdmi_device,
Damian1c7fcbe2011-05-24 07:01:22 +00001279 &meram_device,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001280};
1281
Tony SIMcd8ab002010-12-09 01:55:55 +00001282/* Keypad Initialization */
1283#define KEYPAD_BUTTON(ev_type, ev_code, act_low) \
1284{ \
1285 .type = ev_type, \
1286 .code = ev_code, \
1287 .active_low = act_low, \
1288}
1289
1290#define KEYPAD_BUTTON_LOW(event_code) KEYPAD_BUTTON(EV_KEY, event_code, 1)
1291
1292static struct tca6416_button mackerel_gpio_keys[] = {
1293 KEYPAD_BUTTON_LOW(KEY_HOME),
1294 KEYPAD_BUTTON_LOW(KEY_MENU),
1295 KEYPAD_BUTTON_LOW(KEY_BACK),
1296 KEYPAD_BUTTON_LOW(KEY_POWER),
1297};
1298
1299static struct tca6416_keys_platform_data mackerel_tca6416_keys_info = {
1300 .buttons = mackerel_gpio_keys,
1301 .nbuttons = ARRAY_SIZE(mackerel_gpio_keys),
1302 .rep = 1,
1303 .use_polling = 0,
1304 .pinmask = 0x000F,
1305};
1306
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001307/* I2C */
Tony SIM6ae1e192011-01-11 09:47:59 +09001308#define IRQ7 evt2irq(0x02e0)
Tony SIMcd8ab002010-12-09 01:55:55 +00001309#define IRQ9 evt2irq(0x0320)
1310
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001311static struct i2c_board_info i2c0_devices[] = {
1312 {
1313 I2C_BOARD_INFO("ak4643", 0x13),
1314 },
Tony SIMcd8ab002010-12-09 01:55:55 +00001315 /* Keypad */
1316 {
1317 I2C_BOARD_INFO("tca6408-keys", 0x20),
1318 .platform_data = &mackerel_tca6416_keys_info,
1319 .irq = IRQ9,
1320 },
Tony SIM6ae1e192011-01-11 09:47:59 +09001321 /* Touchscreen */
1322 {
1323 I2C_BOARD_INFO("st1232-ts", 0x55),
1324 .irq = IRQ7,
1325 },
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001326};
1327
Tony SIM80f1dc72010-12-07 09:12:14 +00001328#define IRQ21 evt2irq(0x32a0)
1329
1330static struct i2c_board_info i2c1_devices[] = {
1331 /* Accelerometer */
1332 {
1333 I2C_BOARD_INFO("adxl34x", 0x53),
1334 .irq = IRQ21,
1335 },
1336};
1337
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001338static struct map_desc mackerel_io_desc[] __initdata = {
1339 /* create a 1:1 entity map for 0xe6xxxxxx
1340 * used by CPGA, INTC and PFC.
1341 */
1342 {
1343 .virtual = 0xe6000000,
1344 .pfn = __phys_to_pfn(0xe6000000),
1345 .length = 256 << 20,
1346 .type = MT_DEVICE_NONSHARED
1347 },
1348};
1349
1350static void __init mackerel_map_io(void)
1351{
1352 iotable_init(mackerel_io_desc, ARRAY_SIZE(mackerel_io_desc));
1353
1354 /* setup early devices and console here as well */
1355 sh7372_add_early_devices();
1356 shmobile_setup_console();
1357}
1358
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001359#define GPIO_PORT9CR 0xE6051009
1360#define GPIO_PORT10CR 0xE605100A
Magnus Damme2a53b72011-06-09 07:03:37 +00001361#define GPIO_PORT167CR 0xE60520A7
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +00001362#define GPIO_PORT168CR 0xE60520A8
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001363#define SRCR4 0xe61580bc
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001364#define USCCR1 0xE6058144
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001365static void __init mackerel_init(void)
1366{
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001367 u32 srcr4;
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001368 struct clk *clk;
Guennadi Liakhovetski4bff4a72011-05-11 16:51:20 +00001369 int ret;
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001370
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001371 sh7372_pinmux_init();
1372
1373 /* enable SCIFA0 */
1374 gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
1375 gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
1376
Kuninori Morimoto2264c152010-11-29 02:21:37 +00001377 /* enable SMSC911X */
1378 gpio_request(GPIO_FN_CS5A, NULL);
1379 gpio_request(GPIO_FN_IRQ6_39, NULL);
1380
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001381 /* LCDC */
Kuninori Morimotoeb87e672010-11-29 06:19:52 +00001382 gpio_request(GPIO_FN_LCDD23, NULL);
1383 gpio_request(GPIO_FN_LCDD22, NULL);
1384 gpio_request(GPIO_FN_LCDD21, NULL);
1385 gpio_request(GPIO_FN_LCDD20, NULL);
1386 gpio_request(GPIO_FN_LCDD19, NULL);
1387 gpio_request(GPIO_FN_LCDD18, NULL);
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001388 gpio_request(GPIO_FN_LCDD17, NULL);
1389 gpio_request(GPIO_FN_LCDD16, NULL);
1390 gpio_request(GPIO_FN_LCDD15, NULL);
1391 gpio_request(GPIO_FN_LCDD14, NULL);
1392 gpio_request(GPIO_FN_LCDD13, NULL);
1393 gpio_request(GPIO_FN_LCDD12, NULL);
1394 gpio_request(GPIO_FN_LCDD11, NULL);
1395 gpio_request(GPIO_FN_LCDD10, NULL);
1396 gpio_request(GPIO_FN_LCDD9, NULL);
1397 gpio_request(GPIO_FN_LCDD8, NULL);
1398 gpio_request(GPIO_FN_LCDD7, NULL);
1399 gpio_request(GPIO_FN_LCDD6, NULL);
1400 gpio_request(GPIO_FN_LCDD5, NULL);
1401 gpio_request(GPIO_FN_LCDD4, NULL);
1402 gpio_request(GPIO_FN_LCDD3, NULL);
1403 gpio_request(GPIO_FN_LCDD2, NULL);
1404 gpio_request(GPIO_FN_LCDD1, NULL);
1405 gpio_request(GPIO_FN_LCDD0, NULL);
1406 gpio_request(GPIO_FN_LCDDISP, NULL);
1407 gpio_request(GPIO_FN_LCDDCK, NULL);
1408
1409 gpio_request(GPIO_PORT31, NULL); /* backlight */
Magnus Damm1fbdfcd2011-03-21 07:49:45 +00001410 gpio_direction_output(GPIO_PORT31, 0); /* off by default */
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001411
1412 gpio_request(GPIO_PORT151, NULL); /* LCDDON */
1413 gpio_direction_output(GPIO_PORT151, 1);
1414
Magnus Damme2a53b72011-06-09 07:03:37 +00001415 /* USBHS0 */
1416 gpio_request(GPIO_FN_VBUS0_0, NULL);
1417 gpio_pull_down(GPIO_PORT168CR); /* VBUS0_0 pull down */
Kuninori Morimoto25338f22010-11-30 04:37:33 +00001418
Magnus Damme2a53b72011-06-09 07:03:37 +00001419 /* USBHS1 */
1420 gpio_request(GPIO_FN_VBUS0_1, NULL);
1421 gpio_pull_down(GPIO_PORT167CR); /* VBUS0_1 pull down */
1422 gpio_request(GPIO_FN_IDIN_1_113, NULL);
1423
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001424 /* enable FSI2 port A (ak4643) */
1425 gpio_request(GPIO_FN_FSIAIBT, NULL);
1426 gpio_request(GPIO_FN_FSIAILR, NULL);
1427 gpio_request(GPIO_FN_FSIAISLD, NULL);
1428 gpio_request(GPIO_FN_FSIAOSLD, NULL);
1429 gpio_request(GPIO_PORT161, NULL);
1430 gpio_direction_output(GPIO_PORT161, 0); /* slave */
1431
1432 gpio_request(GPIO_PORT9, NULL);
1433 gpio_request(GPIO_PORT10, NULL);
1434 gpio_no_direction(GPIO_PORT9CR); /* FSIAOBT needs no direction */
1435 gpio_no_direction(GPIO_PORT10CR); /* FSIAOLR needs no direction */
1436
1437 intc_set_priority(IRQ_FSI, 3); /* irq priority FSI(3) > SMSC911X(2) */
1438
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001439 /* setup FSI2 port B (HDMI) */
1440 gpio_request(GPIO_FN_FSIBCK, NULL);
1441 __raw_writew(__raw_readw(USCCR1) & ~(1 << 6), USCCR1); /* use SPDIF */
1442
1443 /* set SPU2 clock to 119.6 MHz */
1444 clk = clk_get(NULL, "spu_clk");
1445 if (!IS_ERR(clk)) {
1446 clk_set_rate(clk, clk_round_rate(clk, 119600000));
1447 clk_put(clk);
1448 }
1449
Tony SIMcd8ab002010-12-09 01:55:55 +00001450 /* enable Keypad */
1451 gpio_request(GPIO_FN_IRQ9_42, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001452 irq_set_irq_type(IRQ9, IRQ_TYPE_LEVEL_HIGH);
Tony SIMcd8ab002010-12-09 01:55:55 +00001453
Tony SIM6ae1e192011-01-11 09:47:59 +09001454 /* enable Touchscreen */
1455 gpio_request(GPIO_FN_IRQ7_40, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001456 irq_set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
Tony SIM6ae1e192011-01-11 09:47:59 +09001457
Tony SIM80f1dc72010-12-07 09:12:14 +00001458 /* enable Accelerometer */
1459 gpio_request(GPIO_FN_IRQ21, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001460 irq_set_irq_type(IRQ21, IRQ_TYPE_LEVEL_HIGH);
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001461
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001462 /* enable SDHI0 */
1463 gpio_request(GPIO_FN_SDHICD0, NULL);
1464 gpio_request(GPIO_FN_SDHIWP0, NULL);
1465 gpio_request(GPIO_FN_SDHICMD0, NULL);
1466 gpio_request(GPIO_FN_SDHICLK0, NULL);
1467 gpio_request(GPIO_FN_SDHID0_3, NULL);
1468 gpio_request(GPIO_FN_SDHID0_2, NULL);
1469 gpio_request(GPIO_FN_SDHID0_1, NULL);
1470 gpio_request(GPIO_FN_SDHID0_0, NULL);
1471
Guennadi Liakhovetski4bff4a72011-05-11 16:51:20 +00001472 ret = request_irq(evt2irq(0x3340), mackerel_sdhi0_gpio_cd,
1473 IRQF_TRIGGER_FALLING, "sdhi0 cd", &sdhi0_device.dev);
1474 if (!ret)
1475 sdhi0_info.tmio_flags |= TMIO_MMC_HAS_COLD_CD;
1476 else
1477 pr_err("Cannot get IRQ #%d: %d\n", evt2irq(0x3340), ret);
1478
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +00001479#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001480 /* enable SDHI1 */
1481 gpio_request(GPIO_FN_SDHICMD1, NULL);
1482 gpio_request(GPIO_FN_SDHICLK1, NULL);
1483 gpio_request(GPIO_FN_SDHID1_3, NULL);
1484 gpio_request(GPIO_FN_SDHID1_2, NULL);
1485 gpio_request(GPIO_FN_SDHID1_1, NULL);
1486 gpio_request(GPIO_FN_SDHID1_0, NULL);
Yusuke Goda41491b92010-12-15 08:31:04 +00001487#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001488 /* card detect pin for MMC slot (CN7) */
1489 gpio_request(GPIO_PORT41, NULL);
1490 gpio_direction_input(GPIO_PORT41);
1491
1492 /* enable SDHI2 */
1493 gpio_request(GPIO_FN_SDHICMD2, NULL);
1494 gpio_request(GPIO_FN_SDHICLK2, NULL);
1495 gpio_request(GPIO_FN_SDHID2_3, NULL);
1496 gpio_request(GPIO_FN_SDHID2_2, NULL);
1497 gpio_request(GPIO_FN_SDHID2_1, NULL);
1498 gpio_request(GPIO_FN_SDHID2_0, NULL);
1499
Yusuke Godada5d1f42011-01-07 09:48:36 +00001500 /* card detect pin for microSD slot (CN23) */
1501 gpio_request(GPIO_PORT162, NULL);
1502 gpio_direction_input(GPIO_PORT162);
1503
Yusuke Goda41491b92010-12-15 08:31:04 +00001504 /* MMCIF */
1505 gpio_request(GPIO_FN_MMCD0_0, NULL);
1506 gpio_request(GPIO_FN_MMCD0_1, NULL);
1507 gpio_request(GPIO_FN_MMCD0_2, NULL);
1508 gpio_request(GPIO_FN_MMCD0_3, NULL);
1509 gpio_request(GPIO_FN_MMCD0_4, NULL);
1510 gpio_request(GPIO_FN_MMCD0_5, NULL);
1511 gpio_request(GPIO_FN_MMCD0_6, NULL);
1512 gpio_request(GPIO_FN_MMCD0_7, NULL);
1513 gpio_request(GPIO_FN_MMCCMD0, NULL);
1514 gpio_request(GPIO_FN_MMCCLK0, NULL);
1515
Yusuke Goda56e78da2010-12-20 01:06:04 +00001516 /* enable GPS module (GT-720F) */
1517 gpio_request(GPIO_FN_SCIFA2_TXD1, NULL);
1518 gpio_request(GPIO_FN_SCIFA2_RXD1, NULL);
1519
Magnus Dammae37c8d2010-12-22 14:47:40 +00001520 /* CEU */
1521 gpio_request(GPIO_FN_VIO_CLK, NULL);
1522 gpio_request(GPIO_FN_VIO_VD, NULL);
1523 gpio_request(GPIO_FN_VIO_HD, NULL);
1524 gpio_request(GPIO_FN_VIO_FIELD, NULL);
1525 gpio_request(GPIO_FN_VIO_CKO, NULL);
1526 gpio_request(GPIO_FN_VIO_D7, NULL);
1527 gpio_request(GPIO_FN_VIO_D6, NULL);
1528 gpio_request(GPIO_FN_VIO_D5, NULL);
1529 gpio_request(GPIO_FN_VIO_D4, NULL);
1530 gpio_request(GPIO_FN_VIO_D3, NULL);
1531 gpio_request(GPIO_FN_VIO_D2, NULL);
1532 gpio_request(GPIO_FN_VIO_D1, NULL);
1533 gpio_request(GPIO_FN_VIO_D0, NULL);
1534
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001535 /* HDMI */
1536 gpio_request(GPIO_FN_HDMI_HPD, NULL);
1537 gpio_request(GPIO_FN_HDMI_CEC, NULL);
1538
1539 /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
1540 srcr4 = __raw_readl(SRCR4);
1541 __raw_writel(srcr4 | (1 << 13), SRCR4);
1542 udelay(50);
1543 __raw_writel(srcr4 & ~(1 << 13), SRCR4);
1544
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001545 i2c_register_board_info(0, i2c0_devices,
1546 ARRAY_SIZE(i2c0_devices));
Tony SIM80f1dc72010-12-07 09:12:14 +00001547 i2c_register_board_info(1, i2c1_devices,
1548 ARRAY_SIZE(i2c1_devices));
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001549
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001550 sh7372_add_standard_devices();
1551
1552 platform_add_devices(mackerel_devices, ARRAY_SIZE(mackerel_devices));
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001553
Rafael J. Wysockie3e01092011-07-01 22:13:56 +02001554 sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device);
1555 sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device);
Damian91142bf2011-06-22 07:49:52 +00001556 sh7372_add_device_to_domain(&sh7372_a4lc, &meram_device);
Kuninori Morimotoc1ba5bb2011-07-10 10:12:08 +02001557 sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device);
Magnus Dammd93f5cd2011-10-19 23:52:41 +02001558 sh7372_add_device_to_domain(&sh7372_a3sp, &usbhs0_device);
1559 sh7372_add_device_to_domain(&sh7372_a3sp, &usbhs1_device);
1560 sh7372_add_device_to_domain(&sh7372_a3sp, &sh_mmcif_device);
1561 sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi0_device);
1562#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
1563 sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi1_device);
1564#endif
1565 sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi2_device);
Magnus Damm382414b2011-10-19 23:52:50 +02001566 sh7372_add_device_to_domain(&sh7372_a4r, &ceu_device);
Rafael J. Wysockie3e01092011-07-01 22:13:56 +02001567
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001568 hdmi_init_pm_clock();
Magnus Damm97991652011-04-29 02:28:08 +09001569 sh7372_pm_init();
Kuninori Morimotoa41b6462011-07-10 10:11:57 +02001570 pm_clk_add(&fsi_device.dev, "spu2");
Magnus Damm5c3f96b2011-08-24 22:38:43 +02001571 pm_clk_add(&hdmi_lcdc_device.dev, "hdmi");
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001572}
1573
1574static void __init mackerel_timer_init(void)
1575{
1576 sh7372_clock_init();
1577 shmobile_timer.init();
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001578
1579 /* External clock source */
1580 clk_set_rate(&sh7372_dv_clki_clk, 27000000);
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001581}
1582
1583static struct sys_timer mackerel_timer = {
1584 .init = mackerel_timer_init,
1585};
1586
1587MACHINE_START(MACKEREL, "mackerel")
1588 .map_io = mackerel_map_io,
1589 .init_irq = sh7372_init_irq,
Magnus Damm863b1712010-12-28 08:27:01 +00001590 .handle_irq = shmobile_handle_irq_intc,
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001591 .init_machine = mackerel_init,
1592 .timer = &mackerel_timer,
1593MACHINE_END