blob: 4a461384d27c31742f5973e5f06536d3af04e27f [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>
Bastian Hecht2aab52e2012-03-01 10:48:41 +010042#include <linux/mtd/sh_flctl.h>
Rafael J. Wysockib5e8d262011-08-25 15:34:19 +020043#include <linux/pm_clock.h>
Kuninori Morimoto2264c152010-11-29 02:21:37 +000044#include <linux/smsc911x.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000045#include <linux/sh_intc.h>
Tony SIMcd8ab002010-12-09 01:55:55 +000046#include <linux/tca6416_keypad.h>
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +000047#include <linux/usb/renesas_usbhs.h>
Jon Medhurst9b742022011-08-04 17:05:21 +010048#include <linux/dma-mapping.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000049
Kuninori Morimoto12c43092011-01-06 02:44:09 +000050#include <video/sh_mobile_hdmi.h>
Kuninori Morimoto11fee462010-11-29 02:21:43 +000051#include <video/sh_mobile_lcdc.h>
Magnus Dammae37c8d2010-12-22 14:47:40 +000052#include <media/sh_mobile_ceu.h>
53#include <media/soc_camera.h>
54#include <media/soc_camera_platform.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000055#include <sound/sh_fsi.h>
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -070056#include <sound/simple_card.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000057
Kuninori Morimoto920adc72010-11-29 02:21:21 +000058#include <mach/common.h>
Rob Herring250a2722012-01-03 16:57:33 -060059#include <mach/irqs.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000060#include <mach/sh7372.h>
61
62#include <asm/mach/arch.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000063#include <asm/mach-types.h>
64
65/*
66 * Address Interface BusWidth note
67 * ------------------------------------------------------------------
68 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
69 * 0x0800_0000 user area -
70 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
71 * 0x1400_0000 Ether (LAN9220) 16bit
72 * 0x1600_0000 user area - cannot use with NAND
73 * 0x1800_0000 user area -
74 * 0x1A00_0000 -
75 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
76 */
77
Kuninori Morimoto4b82b682010-11-29 02:21:48 +000078/*
79 * CPU mode
80 *
81 * SW4 | Boot Area| Master | Remarks
82 * 1 | 2 | 3 | 4 | 5 | 6 | 8 | | Processor|
83 * ----+-----+-----+-----+-----+-----+-----+----------+----------+--------------
84 * ON | ON | OFF | ON | ON | OFF | OFF | External | System | External ROM
85 * ON | ON | ON | ON | ON | OFF | OFF | External | System | ROM Debug
86 * ON | ON | X | ON | OFF | OFF | OFF | Built-in | System | ROM Debug
87 * X | OFF | X | X | X | X | OFF | Built-in | System | MaskROM
88 * OFF | X | X | X | X | X | OFF | Built-in | System | MaskROM
89 * X | X | X | OFF | X | X | OFF | Built-in | System | MaskROM
90 * OFF | ON | OFF | X | X | OFF | ON | External | System | Standalone
91 * ON | OFF | OFF | X | X | OFF | ON | External | Realtime | Standalone
92*/
93
94/*
95 * NOR Flash ROM
96 *
97 * SW1 | SW2 | SW7 | NOR Flash ROM
98 * bit1 | bit1 bit2 | bit1 | Memory allocation
99 * ------+------------+------+------------------
100 * OFF | ON OFF | ON | Area 0
101 * OFF | ON OFF | OFF | Area 4
102 */
103
104/*
105 * SMSC 9220
106 *
107 * SW1 SMSC 9220
108 * -----------------------
109 * ON access disable
110 * OFF access enable
111 */
112
113/*
114 * NAND Flash ROM
115 *
116 * SW1 | SW2 | SW7 | NAND Flash ROM
117 * bit1 | bit1 bit2 | bit2 | Memory allocation
118 * ------+------------+------+------------------
119 * OFF | ON OFF | ON | FCE 0
120 * OFF | ON OFF | OFF | FCE 1
121 */
122
123/*
124 * External interrupt pin settings
125 *
126 * IRQX | pin setting | device | level
127 * ------+--------------------+--------------------+-------
128 * IRQ0 | ICR1A.IRQ0SA=0010 | SDHI2 card detect | Low
129 * IRQ6 | ICR1A.IRQ6SA=0011 | Ether(LAN9220) | High
Magnus Damme2a53b72011-06-09 07:03:37 +0000130 * IRQ7 | ICR1A.IRQ7SA=0010 | LCD Touch Panel | Low
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000131 * IRQ8 | ICR2A.IRQ8SA=0010 | MMC/SD card detect | Low
132 * IRQ9 | ICR2A.IRQ9SA=0010 | KEY(TCA6408) | Low
133 * IRQ21 | ICR4A.IRQ21SA=0011 | Sensor(ADXL345) | High
134 * IRQ22 | ICR4A.IRQ22SA=0011 | Sensor(AK8975) | High
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000135 */
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000136
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000137/*
138 * USB
139 *
140 * USB0 : CN22 : Function
141 * USB1 : CN31 : Function/Host *1
142 *
143 * J30 (for CN31) *1
144 * ----------+---------------+-------------
145 * 1-2 short | VBUS 5V | Host
146 * open | external VBUS | Function
147 *
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000148 * CAUTION
149 *
150 * renesas_usbhs driver can use external interrupt mode
151 * (which come from USB-PHY) or autonomy mode (it use own interrupt)
152 * for detecting connection/disconnection when Function.
153 * USB will be power OFF while it has been disconnecting
154 * if external interrupt mode, and it is always power ON if autonomy mode,
155 *
156 * mackerel can not use external interrupt (IRQ7-PORT167) mode on "USB0",
157 * because Touchscreen is using IRQ7-PORT40.
158 * It is impossible to use IRQ7 demux on this board.
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000159 */
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000160
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000161/*
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900162 * SDHI0 (CN12)
163 *
164 * SW56 : OFF
165 *
166 */
167
168/* MMC /SDHI1 (CN7)
169 *
170 * I/O voltage : 1.8v
171 *
172 * Power voltage : 1.8v or 3.3v
Yusuke Goda41491b92010-12-15 08:31:04 +0000173 * J22 : select power voltage *1
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900174 * 1-2 pin : 1.8v
175 * 2-3 pin : 3.3v
176 *
Yusuke Goda41491b92010-12-15 08:31:04 +0000177 * *1
178 * Please change J22 depends the card to be used.
179 * MMC's OCR field set to support either voltage for the card inserted.
180 *
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900181 * SW1 | SW33
182 * | bit1 | bit2 | bit3 | bit4
183 * -------------+------+------+------+-------
Simon Horman2150dac2011-01-07 22:26:15 +0000184 * MMC0 OFF | OFF | X | ON | X (Use MMCIF)
185 * SDHI1 OFF | ON | X | OFF | X (Use MFD_SH_MOBILE_SDHI)
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900186 *
187 */
188
189/*
190 * SDHI2 (CN23)
191 *
192 * microSD card sloct
193 *
194 */
195
196/*
Kuninori Morimoto6d9b7dd2012-01-18 16:37:07 -0800197 * FSI - AK4642
198 *
199 * it needs amixer settings for playing
200 *
201 * amixer set "Headphone" on
202 * amixer set "HPOUTL Mixer DACH" on
203 * amixer set "HPOUTR Mixer DACH" on
204 */
205
206/*
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000207 * FIXME !!
208 *
209 * gpio_no_direction
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000210 * gpio_pull_down
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000211 * are quick_hack.
212 *
213 * current gpio frame work doesn't have
214 * the method to control only pull up/down/free.
215 * this function should be replaced by correct gpio function
216 */
217static void __init gpio_no_direction(u32 addr)
218{
219 __raw_writeb(0x00, addr);
220}
221
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000222static void __init gpio_pull_down(u32 addr)
223{
224 u8 data = __raw_readb(addr);
225
226 data &= 0x0F;
227 data |= 0xA0;
228
229 __raw_writeb(data, addr);
230}
231
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000232/* MTD */
233static struct mtd_partition nor_flash_partitions[] = {
234 {
235 .name = "loader",
236 .offset = 0x00000000,
237 .size = 512 * 1024,
238 .mask_flags = MTD_WRITEABLE,
239 },
240 {
241 .name = "bootenv",
242 .offset = MTDPART_OFS_APPEND,
243 .size = 512 * 1024,
244 .mask_flags = MTD_WRITEABLE,
245 },
246 {
247 .name = "kernel_ro",
248 .offset = MTDPART_OFS_APPEND,
249 .size = 8 * 1024 * 1024,
250 .mask_flags = MTD_WRITEABLE,
251 },
252 {
253 .name = "kernel",
254 .offset = MTDPART_OFS_APPEND,
255 .size = 8 * 1024 * 1024,
256 },
257 {
258 .name = "data",
259 .offset = MTDPART_OFS_APPEND,
260 .size = MTDPART_SIZ_FULL,
261 },
262};
263
264static struct physmap_flash_data nor_flash_data = {
265 .width = 2,
266 .parts = nor_flash_partitions,
267 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
268};
269
270static struct resource nor_flash_resources[] = {
271 [0] = {
Magnus Damm487881c2011-09-27 18:29:31 +0900272 .start = 0x20000000, /* CS0 shadow instead of regular CS0 */
273 .end = 0x28000000 - 1, /* needed by USB MASK ROM boot */
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000274 .flags = IORESOURCE_MEM,
275 }
276};
277
278static struct platform_device nor_flash_device = {
279 .name = "physmap-flash",
280 .dev = {
281 .platform_data = &nor_flash_data,
282 },
283 .num_resources = ARRAY_SIZE(nor_flash_resources),
284 .resource = nor_flash_resources,
285};
286
Kuninori Morimoto2264c152010-11-29 02:21:37 +0000287/* SMSC */
288static struct resource smc911x_resources[] = {
289 {
290 .start = 0x14000000,
291 .end = 0x16000000 - 1,
292 .flags = IORESOURCE_MEM,
293 }, {
294 .start = evt2irq(0x02c0) /* IRQ6A */,
295 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
296 },
297};
298
299static struct smsc911x_platform_config smsc911x_info = {
300 .flags = SMSC911X_USE_16BIT | SMSC911X_SAVE_MAC_ADDRESS,
301 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
302 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
303};
304
305static struct platform_device smc911x_device = {
306 .name = "smsc911x",
307 .id = -1,
308 .num_resources = ARRAY_SIZE(smc911x_resources),
309 .resource = smc911x_resources,
310 .dev = {
311 .platform_data = &smsc911x_info,
312 },
313};
314
Damian1c7fcbe2011-05-24 07:01:22 +0000315/* MERAM */
316static struct sh_mobile_meram_info mackerel_meram_info = {
317 .addr_mode = SH_MOBILE_MERAM_MODE1,
318};
319
320static struct resource meram_resources[] = {
321 [0] = {
Laurent Pincharte71504d2011-09-11 23:30:45 +0200322 .name = "regs",
Damian1c7fcbe2011-05-24 07:01:22 +0000323 .start = 0xe8000000,
Laurent Pincharte71504d2011-09-11 23:30:45 +0200324 .end = 0xe807ffff,
325 .flags = IORESOURCE_MEM,
326 },
327 [1] = {
328 .name = "meram",
329 .start = 0xe8080000,
Damian1c7fcbe2011-05-24 07:01:22 +0000330 .end = 0xe81fffff,
331 .flags = IORESOURCE_MEM,
332 },
333};
334
335static struct platform_device meram_device = {
336 .name = "sh_mobile_meram",
337 .id = 0,
338 .num_resources = ARRAY_SIZE(meram_resources),
339 .resource = meram_resources,
340 .dev = {
341 .platform_data = &mackerel_meram_info,
342 },
343};
344
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000345/* LCDC */
346static struct fb_videomode mackerel_lcdc_modes[] = {
347 {
348 .name = "WVGA Panel",
349 .xres = 800,
350 .yres = 480,
351 .left_margin = 220,
352 .right_margin = 110,
353 .hsync_len = 70,
354 .upper_margin = 20,
355 .lower_margin = 5,
356 .vsync_len = 5,
357 .sync = 0,
358 },
359};
360
Laurent Pinchart018882a2011-09-11 22:59:04 +0200361static int mackerel_set_brightness(int brightness)
Magnus Damm1fbdfcd2011-03-21 07:49:45 +0000362{
363 gpio_set_value(GPIO_PORT31, brightness);
364
365 return 0;
366}
367
Laurent Pinchart018882a2011-09-11 22:59:04 +0200368static int mackerel_get_brightness(void)
Magnus Damm1fbdfcd2011-03-21 07:49:45 +0000369{
370 return gpio_get_value(GPIO_PORT31);
371}
372
Laurent Pinchartc241a0e2011-09-11 23:30:45 +0200373static const struct sh_mobile_meram_cfg lcd_meram_cfg = {
Damian1c7fcbe2011-05-24 07:01:22 +0000374 .icb[0] = {
Damian1c7fcbe2011-05-24 07:01:22 +0000375 .meram_size = 0x40,
376 },
377 .icb[1] = {
Damian1c7fcbe2011-05-24 07:01:22 +0000378 .meram_size = 0x40,
379 },
380};
381
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000382static struct sh_mobile_lcdc_info lcdc_info = {
Damian1c7fcbe2011-05-24 07:01:22 +0000383 .meram_dev = &mackerel_meram_info,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000384 .clock_source = LCDC_CLK_BUS,
385 .ch[0] = {
386 .chan = LCDC_CHAN_MAINLCD,
Laurent Pinchartedd153a2011-12-13 14:02:28 +0100387 .fourcc = V4L2_PIX_FMT_RGB565,
Laurent Pinchart93ff2592011-11-29 14:33:41 +0100388 .lcd_modes = mackerel_lcdc_modes,
389 .num_modes = ARRAY_SIZE(mackerel_lcdc_modes),
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000390 .interface_type = RGB24,
Kuninori Morimoto2c34e932011-03-02 09:05:21 +0000391 .clock_divider = 3,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000392 .flags = 0,
Laurent Pinchartafaad832011-09-11 22:59:04 +0200393 .panel_cfg = {
394 .width = 152,
395 .height = 91,
Magnus Damm1fbdfcd2011-03-21 07:49:45 +0000396 },
397 .bl_info = {
398 .name = "sh_mobile_lcdc_bl",
399 .max_brightness = 1,
Laurent Pinchart43059b02011-09-11 22:59:04 +0200400 .set_brightness = mackerel_set_brightness,
401 .get_brightness = mackerel_get_brightness,
Magnus Damm1fbdfcd2011-03-21 07:49:45 +0000402 },
Damian1c7fcbe2011-05-24 07:01:22 +0000403 .meram_cfg = &lcd_meram_cfg,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000404 }
405};
406
407static struct resource lcdc_resources[] = {
408 [0] = {
409 .name = "LCDC",
410 .start = 0xfe940000,
411 .end = 0xfe943fff,
412 .flags = IORESOURCE_MEM,
413 },
414 [1] = {
415 .start = intcs_evt2irq(0x580),
416 .flags = IORESOURCE_IRQ,
417 },
418};
419
420static struct platform_device lcdc_device = {
421 .name = "sh_mobile_lcdc_fb",
422 .num_resources = ARRAY_SIZE(lcdc_resources),
423 .resource = lcdc_resources,
424 .dev = {
425 .platform_data = &lcdc_info,
426 .coherent_dma_mask = ~0,
427 },
428};
429
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000430/* HDMI */
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000431static struct sh_mobile_hdmi_info hdmi_info = {
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000432 .flags = HDMI_SND_SRC_SPDIF,
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000433};
434
435static struct resource hdmi_resources[] = {
436 [0] = {
437 .name = "HDMI",
438 .start = 0xe6be0000,
439 .end = 0xe6be00ff,
440 .flags = IORESOURCE_MEM,
441 },
442 [1] = {
443 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
444 .start = evt2irq(0x17e0),
445 .flags = IORESOURCE_IRQ,
446 },
447};
448
449static struct platform_device hdmi_device = {
450 .name = "sh-mobile-hdmi",
451 .num_resources = ARRAY_SIZE(hdmi_resources),
452 .resource = hdmi_resources,
453 .id = -1,
454 .dev = {
455 .platform_data = &hdmi_info,
456 },
457};
458
Laurent Pinchartc241a0e2011-09-11 23:30:45 +0200459static const struct sh_mobile_meram_cfg hdmi_meram_cfg = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200460 .icb[0] = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200461 .meram_size = 0x100,
462 },
463 .icb[1] = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200464 .meram_size = 0x100,
465 },
466};
467
468static struct sh_mobile_lcdc_info hdmi_lcdc_info = {
469 .meram_dev = &mackerel_meram_info,
470 .clock_source = LCDC_CLK_EXTERNAL,
471 .ch[0] = {
472 .chan = LCDC_CHAN_MAINLCD,
473 .fourcc = V4L2_PIX_FMT_RGB565,
474 .interface_type = RGB24,
475 .clock_divider = 1,
476 .flags = LCDC_FLAGS_DWPOL,
477 .meram_cfg = &hdmi_meram_cfg,
478 .tx_dev = &hdmi_device,
479 }
480};
481
482static struct resource hdmi_lcdc_resources[] = {
483 [0] = {
484 .name = "LCDC1",
485 .start = 0xfe944000,
486 .end = 0xfe947fff,
487 .flags = IORESOURCE_MEM,
488 },
489 [1] = {
490 .start = intcs_evt2irq(0x1780),
491 .flags = IORESOURCE_IRQ,
492 },
493};
494
495static struct platform_device hdmi_lcdc_device = {
496 .name = "sh_mobile_lcdc_fb",
497 .num_resources = ARRAY_SIZE(hdmi_lcdc_resources),
498 .resource = hdmi_lcdc_resources,
499 .id = 1,
500 .dev = {
501 .platform_data = &hdmi_lcdc_info,
502 .coherent_dma_mask = ~0,
503 },
504};
505
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +0900506static struct platform_device fsi_hdmi_device = {
507 .name = "sh_fsi2_b_hdmi",
508};
509
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +0200510static void __init hdmi_init_pm_clock(void)
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000511{
512 struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
513 int ret;
514 long rate;
515
516 if (IS_ERR(hdmi_ick)) {
517 ret = PTR_ERR(hdmi_ick);
518 pr_err("Cannot get HDMI ICK: %d\n", ret);
519 goto out;
520 }
521
522 ret = clk_set_parent(&sh7372_pllc2_clk, &sh7372_dv_clki_div2_clk);
523 if (ret < 0) {
524 pr_err("Cannot set PLLC2 parent: %d, %d users\n",
525 ret, sh7372_pllc2_clk.usecount);
526 goto out;
527 }
528
529 pr_debug("PLLC2 initial frequency %lu\n",
530 clk_get_rate(&sh7372_pllc2_clk));
531
532 rate = clk_round_rate(&sh7372_pllc2_clk, 594000000);
533 if (rate < 0) {
534 pr_err("Cannot get suitable rate: %ld\n", rate);
535 ret = rate;
536 goto out;
537 }
538
539 ret = clk_set_rate(&sh7372_pllc2_clk, rate);
540 if (ret < 0) {
541 pr_err("Cannot set rate %ld: %d\n", rate, ret);
542 goto out;
543 }
544
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000545 pr_debug("PLLC2 set frequency %lu\n", rate);
546
547 ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +0200548 if (ret < 0)
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000549 pr_err("Cannot set HDMI parent: %d\n", ret);
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000550
551out:
552 if (!IS_ERR(hdmi_ick))
553 clk_put(hdmi_ick);
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000554}
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000555
Magnus Damme2a53b72011-06-09 07:03:37 +0000556/* USBHS0 is connected to CN22 which takes a USB Mini-B plug
557 *
558 * The sh7372 SoC has IRQ7 set aside for USBHS0 hotplug,
559 * but on this particular board IRQ7 is already used by
560 * the touch screen. This leaves us with software polling.
561 */
562#define USBHS0_POLL_INTERVAL (HZ * 5)
563
564struct usbhs_private {
565 unsigned int usbphyaddr;
566 unsigned int usbcrcaddr;
567 struct renesas_usbhs_platform_info info;
568 struct delayed_work work;
569 struct platform_device *pdev;
570};
571
572#define usbhs_get_priv(pdev) \
573 container_of(renesas_usbhs_get_info(pdev), \
574 struct usbhs_private, info)
575
576#define usbhs_is_connected(priv) \
577 (!((1 << 7) & __raw_readw(priv->usbcrcaddr)))
578
579static int usbhs_get_vbus(struct platform_device *pdev)
580{
581 return usbhs_is_connected(usbhs_get_priv(pdev));
582}
583
584static void usbhs_phy_reset(struct platform_device *pdev)
585{
586 struct usbhs_private *priv = usbhs_get_priv(pdev);
587
588 /* init phy */
589 __raw_writew(0x8a0a, priv->usbcrcaddr);
590}
591
592static int usbhs0_get_id(struct platform_device *pdev)
593{
594 return USBHS_GADGET;
595}
596
597static void usbhs0_work_function(struct work_struct *work)
598{
599 struct usbhs_private *priv = container_of(work, struct usbhs_private,
600 work.work);
601
602 renesas_usbhs_call_notify_hotplug(priv->pdev);
603 schedule_delayed_work(&priv->work, USBHS0_POLL_INTERVAL);
604}
605
606static int usbhs0_hardware_init(struct platform_device *pdev)
607{
608 struct usbhs_private *priv = usbhs_get_priv(pdev);
609
610 priv->pdev = pdev;
611 INIT_DELAYED_WORK(&priv->work, usbhs0_work_function);
612 schedule_delayed_work(&priv->work, USBHS0_POLL_INTERVAL);
613 return 0;
614}
615
616static void usbhs0_hardware_exit(struct platform_device *pdev)
617{
618 struct usbhs_private *priv = usbhs_get_priv(pdev);
619
620 cancel_delayed_work_sync(&priv->work);
621}
622
Magnus Damme2a53b72011-06-09 07:03:37 +0000623static struct usbhs_private usbhs0_private = {
624 .usbcrcaddr = 0xe605810c, /* USBCR2 */
625 .info = {
626 .platform_callback = {
627 .hardware_init = usbhs0_hardware_init,
628 .hardware_exit = usbhs0_hardware_exit,
629 .phy_reset = usbhs_phy_reset,
630 .get_id = usbhs0_get_id,
631 .get_vbus = usbhs_get_vbus,
632 },
633 .driver_param = {
634 .buswait_bwait = 4,
Kuninori Morimotofe437562011-06-17 08:21:21 +0000635 .d0_tx_id = SHDMA_SLAVE_USB0_TX,
636 .d1_rx_id = SHDMA_SLAVE_USB0_RX,
Magnus Damme2a53b72011-06-09 07:03:37 +0000637 },
638 },
639};
640
641static struct resource usbhs0_resources[] = {
642 [0] = {
643 .name = "USBHS0",
644 .start = 0xe6890000,
645 .end = 0xe68900e6 - 1,
646 .flags = IORESOURCE_MEM,
647 },
648 [1] = {
649 .start = evt2irq(0x1ca0) /* USB0_USB0I0 */,
650 .flags = IORESOURCE_IRQ,
651 },
652};
653
654static struct platform_device usbhs0_device = {
655 .name = "renesas_usbhs",
656 .id = 0,
657 .dev = {
658 .platform_data = &usbhs0_private.info,
659 },
660 .num_resources = ARRAY_SIZE(usbhs0_resources),
661 .resource = usbhs0_resources,
662};
663
664/* USBHS1 is connected to CN31 which takes a USB Mini-AB plug
665 *
666 * Use J30 to select between Host and Function. This setting
667 * can however not be detected by software. Hotplug of USBHS1
668 * is provided via IRQ8.
Kuninori Morimoto0ada2da52012-01-18 17:32:05 -0800669 *
670 * Current USB1 works as "USB Host".
671 * - set J30 "short"
672 *
673 * If you want to use it as "USB gadget",
674 * - J30 "open"
675 * - modify usbhs1_get_id() USBHS_HOST -> USBHS_GADGET
676 * - add .get_vbus = usbhs_get_vbus in usbhs1_private
Magnus Damme2a53b72011-06-09 07:03:37 +0000677 */
678#define IRQ8 evt2irq(0x0300)
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000679#define USB_PHY_MODE (1 << 4)
680#define USB_PHY_INT_EN ((1 << 3) | (1 << 2))
681#define USB_PHY_ON (1 << 1)
682#define USB_PHY_OFF (1 << 0)
683#define USB_PHY_INT_CLR (USB_PHY_ON | USB_PHY_OFF)
684
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000685static irqreturn_t usbhs1_interrupt(int irq, void *data)
686{
687 struct platform_device *pdev = data;
688 struct usbhs_private *priv = usbhs_get_priv(pdev);
689
690 dev_dbg(&pdev->dev, "%s\n", __func__);
691
692 renesas_usbhs_call_notify_hotplug(pdev);
693
694 /* clear status */
695 __raw_writew(__raw_readw(priv->usbphyaddr) | USB_PHY_INT_CLR,
696 priv->usbphyaddr);
697
698 return IRQ_HANDLED;
699}
700
701static int usbhs1_hardware_init(struct platform_device *pdev)
702{
703 struct usbhs_private *priv = usbhs_get_priv(pdev);
704 int ret;
705
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000706 /* clear interrupt status */
707 __raw_writew(USB_PHY_MODE | USB_PHY_INT_CLR, priv->usbphyaddr);
708
Magnus Damme2a53b72011-06-09 07:03:37 +0000709 ret = request_irq(IRQ8, usbhs1_interrupt, IRQF_TRIGGER_HIGH,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000710 dev_name(&pdev->dev), pdev);
711 if (ret) {
712 dev_err(&pdev->dev, "request_irq err\n");
713 return ret;
714 }
715
716 /* enable USB phy interrupt */
717 __raw_writew(USB_PHY_MODE | USB_PHY_INT_EN, priv->usbphyaddr);
718
719 return 0;
720}
721
722static void usbhs1_hardware_exit(struct platform_device *pdev)
723{
724 struct usbhs_private *priv = usbhs_get_priv(pdev);
725
726 /* clear interrupt status */
727 __raw_writew(USB_PHY_MODE | USB_PHY_INT_CLR, priv->usbphyaddr);
728
Magnus Damme2a53b72011-06-09 07:03:37 +0000729 free_irq(IRQ8, pdev);
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000730}
731
Kuninori Morimoto05a79292011-06-15 06:16:35 +0000732static int usbhs1_get_id(struct platform_device *pdev)
733{
Kuninori Morimoto0ada2da52012-01-18 17:32:05 -0800734 return USBHS_HOST;
Kuninori Morimoto05a79292011-06-15 06:16:35 +0000735}
736
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000737static u32 usbhs1_pipe_cfg[] = {
738 USB_ENDPOINT_XFER_CONTROL,
739 USB_ENDPOINT_XFER_ISOC,
740 USB_ENDPOINT_XFER_ISOC,
741 USB_ENDPOINT_XFER_BULK,
742 USB_ENDPOINT_XFER_BULK,
743 USB_ENDPOINT_XFER_BULK,
744 USB_ENDPOINT_XFER_INT,
745 USB_ENDPOINT_XFER_INT,
746 USB_ENDPOINT_XFER_INT,
747 USB_ENDPOINT_XFER_BULK,
748 USB_ENDPOINT_XFER_BULK,
749 USB_ENDPOINT_XFER_BULK,
750 USB_ENDPOINT_XFER_BULK,
751 USB_ENDPOINT_XFER_BULK,
752 USB_ENDPOINT_XFER_BULK,
753 USB_ENDPOINT_XFER_BULK,
754};
755
756static struct usbhs_private usbhs1_private = {
Magnus Damme2a53b72011-06-09 07:03:37 +0000757 .usbphyaddr = 0xe60581e2, /* USBPHY1INTAP */
758 .usbcrcaddr = 0xe6058130, /* USBCR4 */
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000759 .info = {
760 .platform_callback = {
761 .hardware_init = usbhs1_hardware_init,
762 .hardware_exit = usbhs1_hardware_exit,
Kuninori Morimoto05a79292011-06-15 06:16:35 +0000763 .get_id = usbhs1_get_id,
Magnus Damme2a53b72011-06-09 07:03:37 +0000764 .phy_reset = usbhs_phy_reset,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000765 },
766 .driver_param = {
767 .buswait_bwait = 4,
Kuninori Morimotof427eb62011-10-10 22:06:12 -0700768 .has_otg = 1,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000769 .pipe_type = usbhs1_pipe_cfg,
770 .pipe_size = ARRAY_SIZE(usbhs1_pipe_cfg),
Kuninori Morimotofe437562011-06-17 08:21:21 +0000771 .d0_tx_id = SHDMA_SLAVE_USB1_TX,
772 .d1_rx_id = SHDMA_SLAVE_USB1_RX,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000773 },
774 },
775};
776
777static struct resource usbhs1_resources[] = {
778 [0] = {
Magnus Damme2a53b72011-06-09 07:03:37 +0000779 .name = "USBHS1",
780 .start = 0xe68b0000,
781 .end = 0xe68b00e6 - 1,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000782 .flags = IORESOURCE_MEM,
783 },
784 [1] = {
785 .start = evt2irq(0x1ce0) /* USB1_USB1I0 */,
786 .flags = IORESOURCE_IRQ,
787 },
788};
789
790static struct platform_device usbhs1_device = {
791 .name = "renesas_usbhs",
792 .id = 1,
793 .dev = {
794 .platform_data = &usbhs1_private.info,
795 },
796 .num_resources = ARRAY_SIZE(usbhs1_resources),
797 .resource = usbhs1_resources,
798};
799
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000800/* LED */
801static struct gpio_led mackerel_leds[] = {
802 {
803 .name = "led0",
804 .gpio = GPIO_PORT0,
805 .default_state = LEDS_GPIO_DEFSTATE_ON,
806 },
807 {
808 .name = "led1",
809 .gpio = GPIO_PORT1,
810 .default_state = LEDS_GPIO_DEFSTATE_ON,
811 },
812 {
813 .name = "led2",
814 .gpio = GPIO_PORT2,
815 .default_state = LEDS_GPIO_DEFSTATE_ON,
816 },
817 {
818 .name = "led3",
819 .gpio = GPIO_PORT159,
820 .default_state = LEDS_GPIO_DEFSTATE_ON,
821 }
822};
823
824static struct gpio_led_platform_data mackerel_leds_pdata = {
825 .leds = mackerel_leds,
826 .num_leds = ARRAY_SIZE(mackerel_leds),
827};
828
829static struct platform_device leds_device = {
830 .name = "leds-gpio",
831 .id = 0,
832 .dev = {
833 .platform_data = &mackerel_leds_pdata,
834 },
835};
836
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000837/* FSI */
838#define IRQ_FSI evt2irq(0x1840)
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000839static int __fsi_set_round_rate(struct clk *clk, long rate, int enable)
840{
841 int ret;
842
843 if (rate <= 0)
844 return 0;
845
846 if (!enable) {
847 clk_disable(clk);
848 return 0;
849 }
850
851 ret = clk_set_rate(clk, clk_round_rate(clk, rate));
852 if (ret < 0)
853 return ret;
854
855 return clk_enable(clk);
856}
857
Kuninori Morimotofec691e2012-02-03 00:58:48 -0800858static int fsi_b_set_rate(struct device *dev, int rate, int enable)
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000859{
860 struct clk *fsib_clk;
861 struct clk *fdiv_clk = &sh7372_fsidivb_clk;
862 long fsib_rate = 0;
863 long fdiv_rate = 0;
864 int ackmd_bpfmd;
865 int ret;
866
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000867 /* clock start */
868 switch (rate) {
869 case 44100:
870 fsib_rate = rate * 256;
871 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
872 break;
873 case 48000:
874 fsib_rate = 85428000; /* around 48kHz x 256 x 7 */
875 fdiv_rate = rate * 256;
876 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
877 break;
878 default:
879 pr_err("unsupported rate in FSI2 port B\n");
880 return -EINVAL;
881 }
882
883 /* FSI B setting */
884 fsib_clk = clk_get(dev, "ickb");
885 if (IS_ERR(fsib_clk))
886 return -EIO;
887
888 /* fsib */
889 ret = __fsi_set_round_rate(fsib_clk, fsib_rate, enable);
890 if (ret < 0)
891 goto fsi_set_rate_end;
892
893 /* FSI DIV */
894 ret = __fsi_set_round_rate(fdiv_clk, fdiv_rate, enable);
895 if (ret < 0) {
896 /* disable FSI B */
897 if (enable)
898 __fsi_set_round_rate(fsib_clk, fsib_rate, 0);
899 goto fsi_set_rate_end;
900 }
901
902 ret = ackmd_bpfmd;
903
904fsi_set_rate_end:
905 clk_put(fsib_clk);
906 return ret;
907}
908
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000909static struct sh_fsi_platform_info fsi_info = {
Kuninori Morimotofec691e2012-02-03 00:58:48 -0800910 .port_a = {
911 .flags = SH_FSI_BRS_INV,
912 },
913 .port_b = {
914 .flags = SH_FSI_BRS_INV |
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000915 SH_FSI_BRM_INV |
916 SH_FSI_LRS_INV |
Kuninori Morimotof17c13c2011-01-24 10:43:19 +0900917 SH_FSI_FMT_SPDIF,
Kuninori Morimotofec691e2012-02-03 00:58:48 -0800918 .set_rate = fsi_b_set_rate,
919 }
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000920};
921
922static struct resource fsi_resources[] = {
923 [0] = {
924 .name = "FSI",
925 .start = 0xFE3C0000,
926 .end = 0xFE3C0400 - 1,
927 .flags = IORESOURCE_MEM,
928 },
929 [1] = {
930 .start = IRQ_FSI,
931 .flags = IORESOURCE_IRQ,
932 },
933};
934
935static struct platform_device fsi_device = {
936 .name = "sh_fsi2",
937 .id = -1,
938 .num_resources = ARRAY_SIZE(fsi_resources),
939 .resource = fsi_resources,
940 .dev = {
941 .platform_data = &fsi_info,
942 },
943};
944
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -0700945static struct asoc_simple_dai_init_info fsi2_ak4643_init_info = {
946 .fmt = SND_SOC_DAIFMT_LEFT_J,
947 .codec_daifmt = SND_SOC_DAIFMT_CBM_CFM,
948 .cpu_daifmt = SND_SOC_DAIFMT_CBS_CFS,
949 .sysclk = 11289600,
950};
951
952static struct asoc_simple_card_info fsi2_ak4643_info = {
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800953 .name = "AK4643",
954 .card = "FSI2A-AK4643",
955 .cpu_dai = "fsia-dai",
956 .codec = "ak4642-codec.0-0013",
957 .platform = "sh_fsi2",
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -0700958 .codec_dai = "ak4642-hifi",
959 .init = &fsi2_ak4643_init_info,
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800960};
961
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000962static struct platform_device fsi_ak4643_device = {
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -0700963 .name = "asoc-simple-card",
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800964 .dev = {
965 .platform_data = &fsi2_ak4643_info,
966 },
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000967};
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000968
Bastian Hecht2aab52e2012-03-01 10:48:41 +0100969/* FLCTL */
970static struct mtd_partition nand_partition_info[] = {
971 {
972 .name = "system",
973 .offset = 0,
974 .size = 128 * 1024 * 1024,
975 },
976 {
977 .name = "userdata",
978 .offset = MTDPART_OFS_APPEND,
979 .size = 256 * 1024 * 1024,
980 },
981 {
982 .name = "cache",
983 .offset = MTDPART_OFS_APPEND,
984 .size = 128 * 1024 * 1024,
985 },
986};
987
988static struct resource nand_flash_resources[] = {
989 [0] = {
990 .start = 0xe6a30000,
991 .end = 0xe6a3009b,
992 .flags = IORESOURCE_MEM,
993 }
994};
995
996static struct sh_flctl_platform_data nand_flash_data = {
997 .parts = nand_partition_info,
998 .nr_parts = ARRAY_SIZE(nand_partition_info),
999 .flcmncr_val = CLK_16B_12L_4H | TYPESEL_SET
1000 | SHBUSSEL | SEL_16BIT | SNAND_E,
1001 .use_holden = 1,
1002};
1003
1004static struct platform_device nand_flash_device = {
1005 .name = "sh_flctl",
1006 .resource = nand_flash_resources,
1007 .num_resources = ARRAY_SIZE(nand_flash_resources),
1008 .dev = {
1009 .platform_data = &nand_flash_data,
1010 },
1011};
1012
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001013/*
1014 * The card detect pin of the top SD/MMC slot (CN7) is active low and is
1015 * connected to GPIO A22 of SH7372 (GPIO_PORT41).
1016 */
1017static int slot_cn7_get_cd(struct platform_device *pdev)
1018{
Magnus Dammceb50f32011-01-12 10:43:07 +00001019 return !gpio_get_value(GPIO_PORT41);
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001020}
1021
1022/* SDHI0 */
Guennadi Liakhovetski4bff4a72011-05-11 16:51:20 +00001023static irqreturn_t mackerel_sdhi0_gpio_cd(int irq, void *arg)
1024{
1025 struct device *dev = arg;
1026 struct sh_mobile_sdhi_info *info = dev->platform_data;
1027 struct tmio_mmc_data *pdata = info->pdata;
1028
1029 tmio_mmc_cd_wakeup(pdata);
1030
1031 return IRQ_HANDLED;
1032}
1033
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001034static struct sh_mobile_sdhi_info sdhi0_info = {
1035 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
1036 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Magnus Dammda97da72011-01-06 10:55:41 +00001037 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001038};
1039
1040static struct resource sdhi0_resources[] = {
1041 [0] = {
1042 .name = "SDHI0",
1043 .start = 0xe6850000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +01001044 .end = 0xe68500ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001045 .flags = IORESOURCE_MEM,
1046 },
1047 [1] = {
Simon Horman2007aea2011-04-27 07:43:58 +00001048 .start = evt2irq(0x0e00) /* SDHI0_SDHI0I0 */,
1049 .flags = IORESOURCE_IRQ,
1050 },
1051 [2] = {
1052 .start = evt2irq(0x0e20) /* SDHI0_SDHI0I1 */,
1053 .flags = IORESOURCE_IRQ,
1054 },
1055 [3] = {
1056 .start = evt2irq(0x0e40) /* SDHI0_SDHI0I2 */,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001057 .flags = IORESOURCE_IRQ,
1058 },
1059};
1060
1061static struct platform_device sdhi0_device = {
1062 .name = "sh_mobile_sdhi",
1063 .num_resources = ARRAY_SIZE(sdhi0_resources),
1064 .resource = sdhi0_resources,
1065 .id = 0,
1066 .dev = {
1067 .platform_data = &sdhi0_info,
1068 },
1069};
1070
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +00001071#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001072/* SDHI1 */
1073static struct sh_mobile_sdhi_info sdhi1_info = {
1074 .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
1075 .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
1076 .tmio_ocr_mask = MMC_VDD_165_195,
1077 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Magnus Dammda97da72011-01-06 10:55:41 +00001078 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001079 MMC_CAP_NEEDS_POLL,
1080 .get_cd = slot_cn7_get_cd,
1081};
1082
1083static struct resource sdhi1_resources[] = {
1084 [0] = {
1085 .name = "SDHI1",
1086 .start = 0xe6860000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +01001087 .end = 0xe68600ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001088 .flags = IORESOURCE_MEM,
1089 },
1090 [1] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001091 .name = SH_MOBILE_SDHI_IRQ_CARD_DETECT,
Simon Horman2007aea2011-04-27 07:43:58 +00001092 .start = evt2irq(0x0e80), /* SDHI1_SDHI1I0 */
1093 .flags = IORESOURCE_IRQ,
1094 },
1095 [2] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001096 .name = SH_MOBILE_SDHI_IRQ_SDCARD,
Simon Horman2007aea2011-04-27 07:43:58 +00001097 .start = evt2irq(0x0ea0), /* SDHI1_SDHI1I1 */
1098 .flags = IORESOURCE_IRQ,
1099 },
1100 [3] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001101 .name = SH_MOBILE_SDHI_IRQ_SDIO,
Simon Horman2007aea2011-04-27 07:43:58 +00001102 .start = evt2irq(0x0ec0), /* SDHI1_SDHI1I2 */
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001103 .flags = IORESOURCE_IRQ,
1104 },
1105};
1106
1107static struct platform_device sdhi1_device = {
1108 .name = "sh_mobile_sdhi",
1109 .num_resources = ARRAY_SIZE(sdhi1_resources),
1110 .resource = sdhi1_resources,
1111 .id = 1,
1112 .dev = {
1113 .platform_data = &sdhi1_info,
1114 },
1115};
Yusuke Goda41491b92010-12-15 08:31:04 +00001116#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001117
Yusuke Godada5d1f42011-01-07 09:48:36 +00001118/*
1119 * The card detect pin of the top SD/MMC slot (CN23) is active low and is
1120 * connected to GPIO SCIFB_SCK of SH7372 (GPIO_PORT162).
1121 */
1122static int slot_cn23_get_cd(struct platform_device *pdev)
1123{
1124 return !gpio_get_value(GPIO_PORT162);
1125}
1126
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001127/* SDHI2 */
1128static struct sh_mobile_sdhi_info sdhi2_info = {
1129 .dma_slave_tx = SHDMA_SLAVE_SDHI2_TX,
1130 .dma_slave_rx = SHDMA_SLAVE_SDHI2_RX,
1131 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Magnus Dammda97da72011-01-06 10:55:41 +00001132 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001133 MMC_CAP_NEEDS_POLL,
Yusuke Godada5d1f42011-01-07 09:48:36 +00001134 .get_cd = slot_cn23_get_cd,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001135};
1136
1137static struct resource sdhi2_resources[] = {
1138 [0] = {
1139 .name = "SDHI2",
1140 .start = 0xe6870000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +01001141 .end = 0xe68700ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001142 .flags = IORESOURCE_MEM,
1143 },
1144 [1] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001145 .name = SH_MOBILE_SDHI_IRQ_CARD_DETECT,
Simon Horman2007aea2011-04-27 07:43:58 +00001146 .start = evt2irq(0x1200), /* SDHI2_SDHI2I0 */
1147 .flags = IORESOURCE_IRQ,
1148 },
1149 [2] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001150 .name = SH_MOBILE_SDHI_IRQ_SDCARD,
Simon Horman2007aea2011-04-27 07:43:58 +00001151 .start = evt2irq(0x1220), /* SDHI2_SDHI2I1 */
1152 .flags = IORESOURCE_IRQ,
1153 },
1154 [3] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +09001155 .name = SH_MOBILE_SDHI_IRQ_SDIO,
Simon Horman2007aea2011-04-27 07:43:58 +00001156 .start = evt2irq(0x1240), /* SDHI2_SDHI2I2 */
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001157 .flags = IORESOURCE_IRQ,
1158 },
1159};
1160
1161static struct platform_device sdhi2_device = {
1162 .name = "sh_mobile_sdhi",
1163 .num_resources = ARRAY_SIZE(sdhi2_resources),
1164 .resource = sdhi2_resources,
1165 .id = 2,
1166 .dev = {
1167 .platform_data = &sdhi2_info,
1168 },
1169};
1170
Yusuke Goda41491b92010-12-15 08:31:04 +00001171/* SH_MMCIF */
1172static struct resource sh_mmcif_resources[] = {
1173 [0] = {
1174 .name = "MMCIF",
1175 .start = 0xE6BD0000,
1176 .end = 0xE6BD00FF,
1177 .flags = IORESOURCE_MEM,
1178 },
1179 [1] = {
1180 /* MMC ERR */
1181 .start = evt2irq(0x1ac0),
1182 .flags = IORESOURCE_IRQ,
1183 },
1184 [2] = {
1185 /* MMC NOR */
1186 .start = evt2irq(0x1ae0),
1187 .flags = IORESOURCE_IRQ,
1188 },
1189};
1190
1191static struct sh_mmcif_plat_data sh_mmcif_plat = {
1192 .sup_pclk = 0,
1193 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
1194 .caps = MMC_CAP_4_BIT_DATA |
1195 MMC_CAP_8_BIT_DATA |
1196 MMC_CAP_NEEDS_POLL,
1197 .get_cd = slot_cn7_get_cd,
Guennadi Liakhovetskid5bb3862011-08-30 18:26:44 +02001198 .slave_id_tx = SHDMA_SLAVE_MMCIF_TX,
1199 .slave_id_rx = SHDMA_SLAVE_MMCIF_RX,
Yusuke Goda41491b92010-12-15 08:31:04 +00001200};
1201
1202static struct platform_device sh_mmcif_device = {
1203 .name = "sh_mmcif",
1204 .id = 0,
1205 .dev = {
1206 .dma_mask = NULL,
1207 .coherent_dma_mask = 0xffffffff,
1208 .platform_data = &sh_mmcif_plat,
1209 },
1210 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
1211 .resource = sh_mmcif_resources,
1212};
1213
Magnus Dammae37c8d2010-12-22 14:47:40 +00001214
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001215static int mackerel_camera_add(struct soc_camera_device *icd);
1216static void mackerel_camera_del(struct soc_camera_device *icd);
Magnus Dammae37c8d2010-12-22 14:47:40 +00001217
1218static int camera_set_capture(struct soc_camera_platform_info *info,
1219 int enable)
1220{
1221 return 0; /* camera sensor always enabled */
1222}
1223
1224static struct soc_camera_platform_info camera_info = {
1225 .format_name = "UYVY",
1226 .format_depth = 16,
1227 .format = {
1228 .code = V4L2_MBUS_FMT_UYVY8_2X8,
1229 .colorspace = V4L2_COLORSPACE_SMPTE170M,
1230 .field = V4L2_FIELD_NONE,
1231 .width = 640,
1232 .height = 480,
1233 },
Guennadi Liakhovetskid1e87ed2011-07-27 10:48:40 -03001234 .mbus_param = V4L2_MBUS_PCLK_SAMPLE_RISING | V4L2_MBUS_MASTER |
1235 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_HIGH |
1236 V4L2_MBUS_DATA_ACTIVE_HIGH,
1237 .mbus_type = V4L2_MBUS_PARALLEL,
Magnus Dammae37c8d2010-12-22 14:47:40 +00001238 .set_capture = camera_set_capture,
1239};
1240
1241static struct soc_camera_link camera_link = {
1242 .bus_id = 0,
1243 .add_device = mackerel_camera_add,
1244 .del_device = mackerel_camera_del,
1245 .module_name = "soc_camera_platform",
1246 .priv = &camera_info,
1247};
1248
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001249static struct platform_device *camera_device;
Magnus Dammae37c8d2010-12-22 14:47:40 +00001250
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001251static void mackerel_camera_release(struct device *dev)
1252{
1253 soc_camera_platform_release(&camera_device);
1254}
Magnus Dammae37c8d2010-12-22 14:47:40 +00001255
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001256static int mackerel_camera_add(struct soc_camera_device *icd)
Magnus Dammae37c8d2010-12-22 14:47:40 +00001257{
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001258 return soc_camera_platform_add(icd, &camera_device, &camera_link,
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001259 mackerel_camera_release, 0);
Magnus Dammae37c8d2010-12-22 14:47:40 +00001260}
1261
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001262static void mackerel_camera_del(struct soc_camera_device *icd)
Magnus Dammae37c8d2010-12-22 14:47:40 +00001263{
Guennadi Liakhovetski7dfff952011-07-15 20:03:38 -03001264 soc_camera_platform_del(icd, camera_device, &camera_link);
Magnus Dammae37c8d2010-12-22 14:47:40 +00001265}
1266
1267static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
1268 .flags = SH_CEU_FLAG_USE_8BIT_BUS,
1269};
1270
1271static struct resource ceu_resources[] = {
1272 [0] = {
1273 .name = "CEU",
1274 .start = 0xfe910000,
1275 .end = 0xfe91009f,
1276 .flags = IORESOURCE_MEM,
1277 },
1278 [1] = {
1279 .start = intcs_evt2irq(0x880),
1280 .flags = IORESOURCE_IRQ,
1281 },
1282 [2] = {
1283 /* place holder for contiguous memory */
1284 },
1285};
1286
1287static struct platform_device ceu_device = {
1288 .name = "sh_mobile_ceu",
1289 .id = 0, /* "ceu0" clock */
1290 .num_resources = ARRAY_SIZE(ceu_resources),
1291 .resource = ceu_resources,
1292 .dev = {
Guennadi Liakhovetski05a5f012011-03-23 09:29:16 +00001293 .platform_data = &sh_mobile_ceu_info,
1294 .coherent_dma_mask = 0xffffffff,
Magnus Dammae37c8d2010-12-22 14:47:40 +00001295 },
1296};
1297
1298static struct platform_device mackerel_camera = {
1299 .name = "soc-camera-pdrv",
1300 .id = 0,
1301 .dev = {
1302 .platform_data = &camera_link,
1303 },
1304};
1305
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001306static struct platform_device *mackerel_devices[] __initdata = {
1307 &nor_flash_device,
Kuninori Morimoto2264c152010-11-29 02:21:37 +00001308 &smc911x_device,
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001309 &lcdc_device,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +00001310 &usbhs1_device,
Kuninori Morimoto5a568552011-06-17 04:33:13 +00001311 &usbhs0_device,
Kuninori Morimotod44deb32010-11-30 06:52:18 +00001312 &leds_device,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001313 &fsi_device,
1314 &fsi_ak4643_device,
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +09001315 &fsi_hdmi_device,
Bastian Hecht2aab52e2012-03-01 10:48:41 +01001316 &nand_flash_device,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001317 &sdhi0_device,
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +00001318#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001319 &sdhi1_device,
Yusuke Goda41491b92010-12-15 08:31:04 +00001320#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001321 &sdhi2_device,
Yusuke Goda41491b92010-12-15 08:31:04 +00001322 &sh_mmcif_device,
Magnus Dammae37c8d2010-12-22 14:47:40 +00001323 &ceu_device,
1324 &mackerel_camera,
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001325 &hdmi_device,
Laurent Pincharta1022ad2011-09-11 23:30:45 +02001326 &hdmi_lcdc_device,
Damian1c7fcbe2011-05-24 07:01:22 +00001327 &meram_device,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001328};
1329
Tony SIMcd8ab002010-12-09 01:55:55 +00001330/* Keypad Initialization */
1331#define KEYPAD_BUTTON(ev_type, ev_code, act_low) \
1332{ \
1333 .type = ev_type, \
1334 .code = ev_code, \
1335 .active_low = act_low, \
1336}
1337
1338#define KEYPAD_BUTTON_LOW(event_code) KEYPAD_BUTTON(EV_KEY, event_code, 1)
1339
1340static struct tca6416_button mackerel_gpio_keys[] = {
1341 KEYPAD_BUTTON_LOW(KEY_HOME),
1342 KEYPAD_BUTTON_LOW(KEY_MENU),
1343 KEYPAD_BUTTON_LOW(KEY_BACK),
1344 KEYPAD_BUTTON_LOW(KEY_POWER),
1345};
1346
1347static struct tca6416_keys_platform_data mackerel_tca6416_keys_info = {
1348 .buttons = mackerel_gpio_keys,
1349 .nbuttons = ARRAY_SIZE(mackerel_gpio_keys),
1350 .rep = 1,
1351 .use_polling = 0,
1352 .pinmask = 0x000F,
1353};
1354
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001355/* I2C */
Tony SIM6ae1e192011-01-11 09:47:59 +09001356#define IRQ7 evt2irq(0x02e0)
Tony SIMcd8ab002010-12-09 01:55:55 +00001357#define IRQ9 evt2irq(0x0320)
1358
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001359static struct i2c_board_info i2c0_devices[] = {
1360 {
1361 I2C_BOARD_INFO("ak4643", 0x13),
1362 },
Tony SIMcd8ab002010-12-09 01:55:55 +00001363 /* Keypad */
1364 {
1365 I2C_BOARD_INFO("tca6408-keys", 0x20),
1366 .platform_data = &mackerel_tca6416_keys_info,
1367 .irq = IRQ9,
1368 },
Tony SIM6ae1e192011-01-11 09:47:59 +09001369 /* Touchscreen */
1370 {
1371 I2C_BOARD_INFO("st1232-ts", 0x55),
1372 .irq = IRQ7,
1373 },
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001374};
1375
Tony SIM80f1dc72010-12-07 09:12:14 +00001376#define IRQ21 evt2irq(0x32a0)
1377
1378static struct i2c_board_info i2c1_devices[] = {
1379 /* Accelerometer */
1380 {
1381 I2C_BOARD_INFO("adxl34x", 0x53),
1382 .irq = IRQ21,
1383 },
1384};
1385
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001386#define GPIO_PORT9CR 0xE6051009
1387#define GPIO_PORT10CR 0xE605100A
Magnus Damme2a53b72011-06-09 07:03:37 +00001388#define GPIO_PORT167CR 0xE60520A7
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +00001389#define GPIO_PORT168CR 0xE60520A8
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001390#define SRCR4 0xe61580bc
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001391#define USCCR1 0xE6058144
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001392static void __init mackerel_init(void)
1393{
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001394 u32 srcr4;
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001395 struct clk *clk;
Guennadi Liakhovetski4bff4a72011-05-11 16:51:20 +00001396 int ret;
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001397
Magnus Damm12bb16d2012-03-06 16:30:18 +09001398 /* External clock source */
1399 clk_set_rate(&sh7372_dv_clki_clk, 27000000);
1400
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001401 sh7372_pinmux_init();
1402
1403 /* enable SCIFA0 */
1404 gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
1405 gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
1406
Kuninori Morimoto2264c152010-11-29 02:21:37 +00001407 /* enable SMSC911X */
1408 gpio_request(GPIO_FN_CS5A, NULL);
1409 gpio_request(GPIO_FN_IRQ6_39, NULL);
1410
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001411 /* LCDC */
Kuninori Morimotoeb87e672010-11-29 06:19:52 +00001412 gpio_request(GPIO_FN_LCDD23, NULL);
1413 gpio_request(GPIO_FN_LCDD22, NULL);
1414 gpio_request(GPIO_FN_LCDD21, NULL);
1415 gpio_request(GPIO_FN_LCDD20, NULL);
1416 gpio_request(GPIO_FN_LCDD19, NULL);
1417 gpio_request(GPIO_FN_LCDD18, NULL);
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001418 gpio_request(GPIO_FN_LCDD17, NULL);
1419 gpio_request(GPIO_FN_LCDD16, NULL);
1420 gpio_request(GPIO_FN_LCDD15, NULL);
1421 gpio_request(GPIO_FN_LCDD14, NULL);
1422 gpio_request(GPIO_FN_LCDD13, NULL);
1423 gpio_request(GPIO_FN_LCDD12, NULL);
1424 gpio_request(GPIO_FN_LCDD11, NULL);
1425 gpio_request(GPIO_FN_LCDD10, NULL);
1426 gpio_request(GPIO_FN_LCDD9, NULL);
1427 gpio_request(GPIO_FN_LCDD8, NULL);
1428 gpio_request(GPIO_FN_LCDD7, NULL);
1429 gpio_request(GPIO_FN_LCDD6, NULL);
1430 gpio_request(GPIO_FN_LCDD5, NULL);
1431 gpio_request(GPIO_FN_LCDD4, NULL);
1432 gpio_request(GPIO_FN_LCDD3, NULL);
1433 gpio_request(GPIO_FN_LCDD2, NULL);
1434 gpio_request(GPIO_FN_LCDD1, NULL);
1435 gpio_request(GPIO_FN_LCDD0, NULL);
1436 gpio_request(GPIO_FN_LCDDISP, NULL);
1437 gpio_request(GPIO_FN_LCDDCK, NULL);
1438
1439 gpio_request(GPIO_PORT31, NULL); /* backlight */
Magnus Damm1fbdfcd2011-03-21 07:49:45 +00001440 gpio_direction_output(GPIO_PORT31, 0); /* off by default */
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001441
1442 gpio_request(GPIO_PORT151, NULL); /* LCDDON */
1443 gpio_direction_output(GPIO_PORT151, 1);
1444
Magnus Damme2a53b72011-06-09 07:03:37 +00001445 /* USBHS0 */
1446 gpio_request(GPIO_FN_VBUS0_0, NULL);
1447 gpio_pull_down(GPIO_PORT168CR); /* VBUS0_0 pull down */
Kuninori Morimoto25338f22010-11-30 04:37:33 +00001448
Magnus Damme2a53b72011-06-09 07:03:37 +00001449 /* USBHS1 */
1450 gpio_request(GPIO_FN_VBUS0_1, NULL);
1451 gpio_pull_down(GPIO_PORT167CR); /* VBUS0_1 pull down */
1452 gpio_request(GPIO_FN_IDIN_1_113, NULL);
1453
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001454 /* enable FSI2 port A (ak4643) */
1455 gpio_request(GPIO_FN_FSIAIBT, NULL);
1456 gpio_request(GPIO_FN_FSIAILR, NULL);
1457 gpio_request(GPIO_FN_FSIAISLD, NULL);
1458 gpio_request(GPIO_FN_FSIAOSLD, NULL);
1459 gpio_request(GPIO_PORT161, NULL);
1460 gpio_direction_output(GPIO_PORT161, 0); /* slave */
1461
1462 gpio_request(GPIO_PORT9, NULL);
1463 gpio_request(GPIO_PORT10, NULL);
1464 gpio_no_direction(GPIO_PORT9CR); /* FSIAOBT needs no direction */
1465 gpio_no_direction(GPIO_PORT10CR); /* FSIAOLR needs no direction */
1466
1467 intc_set_priority(IRQ_FSI, 3); /* irq priority FSI(3) > SMSC911X(2) */
1468
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001469 /* setup FSI2 port B (HDMI) */
1470 gpio_request(GPIO_FN_FSIBCK, NULL);
1471 __raw_writew(__raw_readw(USCCR1) & ~(1 << 6), USCCR1); /* use SPDIF */
1472
1473 /* set SPU2 clock to 119.6 MHz */
1474 clk = clk_get(NULL, "spu_clk");
1475 if (!IS_ERR(clk)) {
1476 clk_set_rate(clk, clk_round_rate(clk, 119600000));
1477 clk_put(clk);
1478 }
1479
Tony SIMcd8ab002010-12-09 01:55:55 +00001480 /* enable Keypad */
1481 gpio_request(GPIO_FN_IRQ9_42, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001482 irq_set_irq_type(IRQ9, IRQ_TYPE_LEVEL_HIGH);
Tony SIMcd8ab002010-12-09 01:55:55 +00001483
Tony SIM6ae1e192011-01-11 09:47:59 +09001484 /* enable Touchscreen */
1485 gpio_request(GPIO_FN_IRQ7_40, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001486 irq_set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
Tony SIM6ae1e192011-01-11 09:47:59 +09001487
Tony SIM80f1dc72010-12-07 09:12:14 +00001488 /* enable Accelerometer */
1489 gpio_request(GPIO_FN_IRQ21, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001490 irq_set_irq_type(IRQ21, IRQ_TYPE_LEVEL_HIGH);
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001491
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001492 /* enable SDHI0 */
1493 gpio_request(GPIO_FN_SDHICD0, NULL);
1494 gpio_request(GPIO_FN_SDHIWP0, NULL);
1495 gpio_request(GPIO_FN_SDHICMD0, NULL);
1496 gpio_request(GPIO_FN_SDHICLK0, NULL);
1497 gpio_request(GPIO_FN_SDHID0_3, NULL);
1498 gpio_request(GPIO_FN_SDHID0_2, NULL);
1499 gpio_request(GPIO_FN_SDHID0_1, NULL);
1500 gpio_request(GPIO_FN_SDHID0_0, NULL);
1501
Guennadi Liakhovetski4bff4a72011-05-11 16:51:20 +00001502 ret = request_irq(evt2irq(0x3340), mackerel_sdhi0_gpio_cd,
1503 IRQF_TRIGGER_FALLING, "sdhi0 cd", &sdhi0_device.dev);
1504 if (!ret)
1505 sdhi0_info.tmio_flags |= TMIO_MMC_HAS_COLD_CD;
1506 else
1507 pr_err("Cannot get IRQ #%d: %d\n", evt2irq(0x3340), ret);
1508
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +00001509#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001510 /* enable SDHI1 */
1511 gpio_request(GPIO_FN_SDHICMD1, NULL);
1512 gpio_request(GPIO_FN_SDHICLK1, NULL);
1513 gpio_request(GPIO_FN_SDHID1_3, NULL);
1514 gpio_request(GPIO_FN_SDHID1_2, NULL);
1515 gpio_request(GPIO_FN_SDHID1_1, NULL);
1516 gpio_request(GPIO_FN_SDHID1_0, NULL);
Yusuke Goda41491b92010-12-15 08:31:04 +00001517#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001518 /* card detect pin for MMC slot (CN7) */
1519 gpio_request(GPIO_PORT41, NULL);
1520 gpio_direction_input(GPIO_PORT41);
1521
1522 /* enable SDHI2 */
1523 gpio_request(GPIO_FN_SDHICMD2, NULL);
1524 gpio_request(GPIO_FN_SDHICLK2, NULL);
1525 gpio_request(GPIO_FN_SDHID2_3, NULL);
1526 gpio_request(GPIO_FN_SDHID2_2, NULL);
1527 gpio_request(GPIO_FN_SDHID2_1, NULL);
1528 gpio_request(GPIO_FN_SDHID2_0, NULL);
1529
Yusuke Godada5d1f42011-01-07 09:48:36 +00001530 /* card detect pin for microSD slot (CN23) */
1531 gpio_request(GPIO_PORT162, NULL);
1532 gpio_direction_input(GPIO_PORT162);
1533
Yusuke Goda41491b92010-12-15 08:31:04 +00001534 /* MMCIF */
1535 gpio_request(GPIO_FN_MMCD0_0, NULL);
1536 gpio_request(GPIO_FN_MMCD0_1, NULL);
1537 gpio_request(GPIO_FN_MMCD0_2, NULL);
1538 gpio_request(GPIO_FN_MMCD0_3, NULL);
1539 gpio_request(GPIO_FN_MMCD0_4, NULL);
1540 gpio_request(GPIO_FN_MMCD0_5, NULL);
1541 gpio_request(GPIO_FN_MMCD0_6, NULL);
1542 gpio_request(GPIO_FN_MMCD0_7, NULL);
1543 gpio_request(GPIO_FN_MMCCMD0, NULL);
1544 gpio_request(GPIO_FN_MMCCLK0, NULL);
1545
Bastian Hecht2aab52e2012-03-01 10:48:41 +01001546 /* FLCTL */
1547 gpio_request(GPIO_FN_D0_NAF0, NULL);
1548 gpio_request(GPIO_FN_D1_NAF1, NULL);
1549 gpio_request(GPIO_FN_D2_NAF2, NULL);
1550 gpio_request(GPIO_FN_D3_NAF3, NULL);
1551 gpio_request(GPIO_FN_D4_NAF4, NULL);
1552 gpio_request(GPIO_FN_D5_NAF5, NULL);
1553 gpio_request(GPIO_FN_D6_NAF6, NULL);
1554 gpio_request(GPIO_FN_D7_NAF7, NULL);
1555 gpio_request(GPIO_FN_D8_NAF8, NULL);
1556 gpio_request(GPIO_FN_D9_NAF9, NULL);
1557 gpio_request(GPIO_FN_D10_NAF10, NULL);
1558 gpio_request(GPIO_FN_D11_NAF11, NULL);
1559 gpio_request(GPIO_FN_D12_NAF12, NULL);
1560 gpio_request(GPIO_FN_D13_NAF13, NULL);
1561 gpio_request(GPIO_FN_D14_NAF14, NULL);
1562 gpio_request(GPIO_FN_D15_NAF15, NULL);
1563 gpio_request(GPIO_FN_FCE0, NULL);
1564 gpio_request(GPIO_FN_WE0_FWE, NULL);
1565 gpio_request(GPIO_FN_FRB, NULL);
1566 gpio_request(GPIO_FN_A4_FOE, NULL);
1567 gpio_request(GPIO_FN_A5_FCDE, NULL);
1568 gpio_request(GPIO_FN_RD_FSC, NULL);
1569
Yusuke Goda56e78da2010-12-20 01:06:04 +00001570 /* enable GPS module (GT-720F) */
1571 gpio_request(GPIO_FN_SCIFA2_TXD1, NULL);
1572 gpio_request(GPIO_FN_SCIFA2_RXD1, NULL);
1573
Magnus Dammae37c8d2010-12-22 14:47:40 +00001574 /* CEU */
1575 gpio_request(GPIO_FN_VIO_CLK, NULL);
1576 gpio_request(GPIO_FN_VIO_VD, NULL);
1577 gpio_request(GPIO_FN_VIO_HD, NULL);
1578 gpio_request(GPIO_FN_VIO_FIELD, NULL);
1579 gpio_request(GPIO_FN_VIO_CKO, NULL);
1580 gpio_request(GPIO_FN_VIO_D7, NULL);
1581 gpio_request(GPIO_FN_VIO_D6, NULL);
1582 gpio_request(GPIO_FN_VIO_D5, NULL);
1583 gpio_request(GPIO_FN_VIO_D4, NULL);
1584 gpio_request(GPIO_FN_VIO_D3, NULL);
1585 gpio_request(GPIO_FN_VIO_D2, NULL);
1586 gpio_request(GPIO_FN_VIO_D1, NULL);
1587 gpio_request(GPIO_FN_VIO_D0, NULL);
1588
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001589 /* HDMI */
1590 gpio_request(GPIO_FN_HDMI_HPD, NULL);
1591 gpio_request(GPIO_FN_HDMI_CEC, NULL);
1592
1593 /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
1594 srcr4 = __raw_readl(SRCR4);
1595 __raw_writel(srcr4 | (1 << 13), SRCR4);
1596 udelay(50);
1597 __raw_writel(srcr4 & ~(1 << 13), SRCR4);
1598
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001599 i2c_register_board_info(0, i2c0_devices,
1600 ARRAY_SIZE(i2c0_devices));
Tony SIM80f1dc72010-12-07 09:12:14 +00001601 i2c_register_board_info(1, i2c1_devices,
1602 ARRAY_SIZE(i2c1_devices));
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001603
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001604 sh7372_add_standard_devices();
1605
1606 platform_add_devices(mackerel_devices, ARRAY_SIZE(mackerel_devices));
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001607
Rafael J. Wysockie3e01092011-07-01 22:13:56 +02001608 sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device);
1609 sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device);
Damian91142bf2011-06-22 07:49:52 +00001610 sh7372_add_device_to_domain(&sh7372_a4lc, &meram_device);
Kuninori Morimotoc1ba5bb2011-07-10 10:12:08 +02001611 sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device);
Magnus Dammd93f5cd2011-10-19 23:52:41 +02001612 sh7372_add_device_to_domain(&sh7372_a3sp, &usbhs0_device);
1613 sh7372_add_device_to_domain(&sh7372_a3sp, &usbhs1_device);
Bastian Hecht2aab52e2012-03-01 10:48:41 +01001614 sh7372_add_device_to_domain(&sh7372_a3sp, &nand_flash_device);
Magnus Dammd93f5cd2011-10-19 23:52:41 +02001615 sh7372_add_device_to_domain(&sh7372_a3sp, &sh_mmcif_device);
1616 sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi0_device);
1617#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
1618 sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi1_device);
1619#endif
1620 sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi2_device);
Magnus Damm382414b2011-10-19 23:52:50 +02001621 sh7372_add_device_to_domain(&sh7372_a4r, &ceu_device);
Rafael J. Wysockie3e01092011-07-01 22:13:56 +02001622
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001623 hdmi_init_pm_clock();
Magnus Damm97991652011-04-29 02:28:08 +09001624 sh7372_pm_init();
Kuninori Morimotoa41b6462011-07-10 10:11:57 +02001625 pm_clk_add(&fsi_device.dev, "spu2");
Magnus Damm5c3f96b2011-08-24 22:38:43 +02001626 pm_clk_add(&hdmi_lcdc_device.dev, "hdmi");
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001627}
1628
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001629MACHINE_START(MACKEREL, "mackerel")
Arnd Bergmann426f1af2012-03-22 22:02:16 +00001630 .map_io = sh7372_map_io,
Magnus Damm5d7220ec2012-02-29 21:37:19 +09001631 .init_early = sh7372_add_early_devices,
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001632 .init_irq = sh7372_init_irq,
Magnus Damm863b1712010-12-28 08:27:01 +00001633 .handle_irq = shmobile_handle_irq_intc,
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001634 .init_machine = mackerel_init,
Magnus Damm17254bf2012-03-06 17:36:37 +09001635 .timer = &shmobile_timer,
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001636MACHINE_END