blob: 790dc68c431250a8ae7021bf622102826471ba16 [file] [log] [blame]
Magnus Damm2b7eda62010-02-05 11:14:58 +00001/*
2 * AP4EVB board support
3 *
4 * Copyright (C) 2010 Magnus Damm
5 * Copyright (C) 2008 Yoshihiro Shimoda
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000020#include <linux/clk.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000021#include <linux/kernel.h>
22#include <linux/init.h>
23#include <linux/interrupt.h>
24#include <linux/irq.h>
25#include <linux/platform_device.h>
26#include <linux/delay.h>
Arnd Hannemann410d8782010-08-18 16:24:13 +000027#include <linux/mfd/tmio.h>
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +000028#include <linux/mmc/host.h>
Guennadi Liakhovetski17e75d82011-03-09 11:27:56 +010029#include <linux/mmc/sh_mobile_sdhi.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000030#include <linux/mtd/mtd.h>
31#include <linux/mtd/partitions.h>
32#include <linux/mtd/physmap.h>
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +000033#include <linux/mmc/sh_mmcif.h>
Kuninori Morimoto91cf5082010-03-11 10:42:52 +000034#include <linux/i2c.h>
35#include <linux/i2c/tsc2007.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000036#include <linux/io.h>
Guennadi Liakhovetski8778b8f2012-06-27 00:32:25 +020037#include <linux/regulator/fixed.h>
38#include <linux/regulator/machine.h>
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +000039#include <linux/smsc911x.h>
Kuninori Morimotocb9215e2010-05-24 06:50:44 +000040#include <linux/sh_intc.h>
41#include <linux/sh_clk.h>
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +000042#include <linux/gpio.h>
Kuninori Morimoto17ccb832010-02-23 07:07:01 +000043#include <linux/input.h>
Arnd Hannemann2863e932010-08-14 19:45:21 +000044#include <linux/leds.h>
Kuninori Morimoto17ccb832010-02-23 07:07:01 +000045#include <linux/input/sh_keysc.h>
Kuninori Morimotofb54d262010-04-13 06:16:32 +000046#include <linux/usb/r8a66597.h>
Rafael J. Wysockib5e8d262011-08-25 15:34:19 +020047#include <linux/pm_clock.h>
Jon Medhurst9b742022011-08-04 17:05:21 +010048#include <linux/dma-mapping.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000049
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +020050#include <media/sh_mobile_ceu.h>
51#include <media/sh_mobile_csi2.h>
52#include <media/soc_camera.h>
53
Kuninori Morimotocb9215e2010-05-24 06:50:44 +000054#include <sound/sh_fsi.h>
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -070055#include <sound/simple_card.h>
Kuninori Morimotocb9215e2010-05-24 06:50:44 +000056
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +000057#include <video/sh_mobile_hdmi.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000058#include <video/sh_mobile_lcdc.h>
59#include <video/sh_mipi_dsi.h>
60
Magnus Damm2b7eda62010-02-05 11:14:58 +000061#include <mach/common.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000062#include <mach/irqs.h>
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +000063#include <mach/sh7372.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000064
Magnus Damm2b7eda62010-02-05 11:14:58 +000065#include <asm/mach-types.h>
66#include <asm/mach/arch.h>
Kuninori Morimoto3d09fbc2010-12-01 07:40:16 +010067#include <asm/setup.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000068
Rob Herring66791852012-08-28 12:54:42 -050069#include "sh-gpio.h"
70
Kuninori Morimoto02624a12010-02-18 17:58:19 +090071/*
72 * Address Interface BusWidth note
73 * ------------------------------------------------------------------
74 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
75 * 0x0800_0000 user area -
76 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
77 * 0x1400_0000 Ether (LAN9220) 16bit
78 * 0x1600_0000 user area - cannot use with NAND
79 * 0x1800_0000 user area -
80 * 0x1A00_0000 -
81 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
82 */
83
84/*
85 * NOR Flash ROM
86 *
87 * SW1 | SW2 | SW7 | NOR Flash ROM
88 * bit1 | bit1 bit2 | bit1 | Memory allocation
89 * ------+------------+------+------------------
90 * OFF | ON OFF | ON | Area 0
91 * OFF | ON OFF | OFF | Area 4
92 */
93
94/*
95 * NAND Flash ROM
96 *
97 * SW1 | SW2 | SW7 | NAND Flash ROM
98 * bit1 | bit1 bit2 | bit2 | Memory allocation
99 * ------+------------+------+------------------
100 * OFF | ON OFF | ON | FCE 0
101 * OFF | ON OFF | OFF | FCE 1
102 */
103
104/*
105 * SMSC 9220
106 *
107 * SW1 SMSC 9220
108 * -----------------------
109 * ON access disable
110 * OFF access enable
111 */
112
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000113/*
Kuninori Morimotodda128d2010-03-12 10:07:55 +0000114 * LCD / IRQ / KEYSC / IrDA
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000115 *
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000116 * IRQ = IRQ26 (TS), IRQ27 (VIO), IRQ28 (QHD-TouchScreen)
117 * LCD = 2nd LCDC (WVGA)
Kuninori Morimotodda128d2010-03-12 10:07:55 +0000118 *
119 * | SW43 |
120 * SW3 | ON | OFF |
121 * -------------+-----------------------+---------------+
122 * ON | KEY / IrDA | LCD |
123 * OFF | KEY / IrDA / IRQ | IRQ |
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000124 *
125 *
126 * QHD / WVGA display
127 *
128 * You can choice display type on menuconfig.
129 * Then, check above dip-switch.
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000130 */
131
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000132/*
133 * USB
134 *
135 * J7 : 1-2 MAX3355E VBUS
136 * 2-3 DC 5.0V
137 *
138 * S39: bit2: off
139 */
140
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000141/*
142 * FSI/FSMI
143 *
144 * SW41 : ON : SH-Mobile AP4 Audio Mode
145 * : OFF : Bluetooth Audio Mode
146 */
147
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000148/*
Kuninori Morimotod3d03e42010-06-01 04:31:29 +0000149 * MMC0/SDHI1 (CN7)
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000150 *
Kuninori Morimotod3d03e42010-06-01 04:31:29 +0000151 * J22 : select card voltage
152 * 1-2 pin : 1.8v
153 * 2-3 pin : 3.3v
154 *
155 * SW1 | SW33
156 * | bit1 | bit2 | bit3 | bit4
157 * ------------+------+------+------+-------
158 * MMC0 OFF | OFF | ON | ON | X
159 * SDHI1 OFF | ON | X | OFF | ON
160 *
161 * voltage lebel
162 * CN7 : 1.8v
163 * CN12: 3.3v
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000164 */
165
Guennadi Liakhovetski8778b8f2012-06-27 00:32:25 +0200166/* Dummy supplies, where voltage doesn't matter */
167static struct regulator_consumer_supply fixed1v8_power_consumers[] =
168{
169 /* J22 default position: 1.8V */
170 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
171 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.1"),
172 REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"),
173 REGULATOR_SUPPLY("vqmmc", "sh_mmcif.0"),
174};
175
176static struct regulator_consumer_supply fixed3v3_power_consumers[] =
177{
178 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
179 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"),
180};
181
182static struct regulator_consumer_supply dummy_supplies[] = {
183 REGULATOR_SUPPLY("vddvario", "smsc911x"),
184 REGULATOR_SUPPLY("vdd33a", "smsc911x"),
185};
186
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000187/* MTD */
Magnus Damm2b7eda62010-02-05 11:14:58 +0000188static struct mtd_partition nor_flash_partitions[] = {
189 {
190 .name = "loader",
191 .offset = 0x00000000,
192 .size = 512 * 1024,
Yusuke Goda2e351ec2010-11-08 05:45:09 +0000193 .mask_flags = MTD_WRITEABLE,
Magnus Damm2b7eda62010-02-05 11:14:58 +0000194 },
195 {
196 .name = "bootenv",
197 .offset = MTDPART_OFS_APPEND,
198 .size = 512 * 1024,
Yusuke Goda2e351ec2010-11-08 05:45:09 +0000199 .mask_flags = MTD_WRITEABLE,
Magnus Damm2b7eda62010-02-05 11:14:58 +0000200 },
201 {
202 .name = "kernel_ro",
203 .offset = MTDPART_OFS_APPEND,
204 .size = 8 * 1024 * 1024,
205 .mask_flags = MTD_WRITEABLE,
206 },
207 {
208 .name = "kernel",
209 .offset = MTDPART_OFS_APPEND,
210 .size = 8 * 1024 * 1024,
211 },
212 {
213 .name = "data",
214 .offset = MTDPART_OFS_APPEND,
215 .size = MTDPART_SIZ_FULL,
216 },
217};
218
219static struct physmap_flash_data nor_flash_data = {
220 .width = 2,
221 .parts = nor_flash_partitions,
222 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
223};
224
225static struct resource nor_flash_resources[] = {
226 [0] = {
Bastian Hecht832217d2011-09-27 13:23:04 +0200227 .start = 0x20000000, /* CS0 shadow instead of regular CS0 */
Kuninori Morimoto8e6a4672011-11-10 18:45:12 -0800228 .end = 0x28000000 - 1, /* needed by USB MASK ROM boot */
Magnus Damm2b7eda62010-02-05 11:14:58 +0000229 .flags = IORESOURCE_MEM,
230 }
231};
232
233static struct platform_device nor_flash_device = {
234 .name = "physmap-flash",
235 .dev = {
236 .platform_data = &nor_flash_data,
237 },
238 .num_resources = ARRAY_SIZE(nor_flash_resources),
239 .resource = nor_flash_resources,
240};
241
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000242/* SMSC 9220 */
243static struct resource smc911x_resources[] = {
244 {
245 .start = 0x14000000,
246 .end = 0x16000000 - 1,
247 .flags = IORESOURCE_MEM,
248 }, {
Magnus Damm33c96072010-05-20 14:41:00 +0000249 .start = evt2irq(0x02c0) /* IRQ6A */,
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000250 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
251 },
252};
253
254static struct smsc911x_platform_config smsc911x_info = {
255 .flags = SMSC911X_USE_16BIT | SMSC911X_SAVE_MAC_ADDRESS,
256 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
257 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
258};
259
260static struct platform_device smc911x_device = {
261 .name = "smsc911x",
262 .id = -1,
263 .num_resources = ARRAY_SIZE(smc911x_resources),
264 .resource = smc911x_resources,
265 .dev = {
266 .platform_data = &smsc911x_info,
267 },
268};
Magnus Damm2b7eda62010-02-05 11:14:58 +0000269
Arnd Hannemann68accd72010-09-10 18:54:20 +0200270/*
271 * The card detect pin of the top SD/MMC slot (CN7) is active low and is
272 * connected to GPIO A22 of SH7372 (GPIO_PORT41).
273 */
274static int slot_cn7_get_cd(struct platform_device *pdev)
275{
Magnus Dammceb50f32011-01-12 10:43:07 +0000276 return !gpio_get_value(GPIO_PORT41);
Arnd Hannemann68accd72010-09-10 18:54:20 +0200277}
Damian1c7fcbe2011-05-24 07:01:22 +0000278/* MERAM */
279static struct sh_mobile_meram_info meram_info = {
280 .addr_mode = SH_MOBILE_MERAM_MODE1,
281};
282
283static struct resource meram_resources[] = {
284 [0] = {
Laurent Pincharte71504d2011-09-11 23:30:45 +0200285 .name = "regs",
286 .start = 0xe8000000,
287 .end = 0xe807ffff,
288 .flags = IORESOURCE_MEM,
289 },
290 [1] = {
291 .name = "meram",
292 .start = 0xe8080000,
293 .end = 0xe81fffff,
294 .flags = IORESOURCE_MEM,
Damian1c7fcbe2011-05-24 07:01:22 +0000295 },
296};
297
298static struct platform_device meram_device = {
299 .name = "sh_mobile_meram",
300 .id = 0,
301 .num_resources = ARRAY_SIZE(meram_resources),
302 .resource = meram_resources,
303 .dev = {
304 .platform_data = &meram_info,
305 },
306};
Arnd Hannemann68accd72010-09-10 18:54:20 +0200307
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000308/* SH_MMCIF */
309static struct resource sh_mmcif_resources[] = {
310 [0] = {
Magnus Damm0fb08342010-10-13 07:39:18 +0000311 .name = "MMCIF",
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000312 .start = 0xE6BD0000,
313 .end = 0xE6BD00FF,
314 .flags = IORESOURCE_MEM,
315 },
316 [1] = {
317 /* MMC ERR */
Kuninori Morimoto8d569342010-06-01 02:40:05 +0000318 .start = evt2irq(0x1ac0),
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000319 .flags = IORESOURCE_IRQ,
320 },
321 [2] = {
322 /* MMC NOR */
Kuninori Morimoto8d569342010-06-01 02:40:05 +0000323 .start = evt2irq(0x1ae0),
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000324 .flags = IORESOURCE_IRQ,
325 },
326};
327
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000328static struct sh_mmcif_plat_data sh_mmcif_plat = {
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000329 .sup_pclk = 0,
330 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
331 .caps = MMC_CAP_4_BIT_DATA |
332 MMC_CAP_8_BIT_DATA |
333 MMC_CAP_NEEDS_POLL,
Arnd Hannemann68accd72010-09-10 18:54:20 +0200334 .get_cd = slot_cn7_get_cd,
Guennadi Liakhovetskid5bb3862011-08-30 18:26:44 +0200335 .slave_id_tx = SHDMA_SLAVE_MMCIF_TX,
336 .slave_id_rx = SHDMA_SLAVE_MMCIF_RX,
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000337};
338
339static struct platform_device sh_mmcif_device = {
340 .name = "sh_mmcif",
341 .id = 0,
342 .dev = {
343 .dma_mask = NULL,
344 .coherent_dma_mask = 0xffffffff,
345 .platform_data = &sh_mmcif_plat,
346 },
347 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
348 .resource = sh_mmcif_resources,
349};
350
Magnus Damm3a14d032010-03-10 09:26:44 +0000351/* SDHI0 */
Guennadi Liakhovetski69bf6f42010-05-04 14:07:15 +0000352static struct sh_mobile_sdhi_info sdhi0_info = {
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000353 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
354 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Arnd Hannemann330e4e72010-12-28 22:22:33 +0000355 .tmio_caps = MMC_CAP_SDIO_IRQ,
Guennadi Liakhovetski69bf6f42010-05-04 14:07:15 +0000356};
357
Magnus Damm3a14d032010-03-10 09:26:44 +0000358static struct resource sdhi0_resources[] = {
359 [0] = {
360 .name = "SDHI0",
361 .start = 0xe6850000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +0100362 .end = 0xe68500ff,
Magnus Damm3a14d032010-03-10 09:26:44 +0000363 .flags = IORESOURCE_MEM,
364 },
365 [1] = {
Simon Horman2007aea2011-04-27 07:43:58 +0000366 .start = evt2irq(0x0e00) /* SDHI0_SDHI0I0 */,
367 .flags = IORESOURCE_IRQ,
368 },
369 [2] = {
370 .start = evt2irq(0x0e20) /* SDHI0_SDHI0I1 */,
371 .flags = IORESOURCE_IRQ,
372 },
373 [3] = {
374 .start = evt2irq(0x0e40) /* SDHI0_SDHI0I2 */,
375 .flags = IORESOURCE_IRQ,
Magnus Damm3a14d032010-03-10 09:26:44 +0000376 },
377};
378
379static struct platform_device sdhi0_device = {
380 .name = "sh_mobile_sdhi",
381 .num_resources = ARRAY_SIZE(sdhi0_resources),
382 .resource = sdhi0_resources,
383 .id = 0,
Guennadi Liakhovetski69bf6f42010-05-04 14:07:15 +0000384 .dev = {
385 .platform_data = &sdhi0_info,
386 },
Magnus Damm3a14d032010-03-10 09:26:44 +0000387};
388
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000389/* SDHI1 */
390static struct sh_mobile_sdhi_info sdhi1_info = {
391 .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
392 .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
393 .tmio_ocr_mask = MMC_VDD_165_195,
Arnd Hannemann410d8782010-08-18 16:24:13 +0000394 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Arnd Hannemann330e4e72010-12-28 22:22:33 +0000395 .tmio_caps = MMC_CAP_NEEDS_POLL | MMC_CAP_SDIO_IRQ,
Arnd Hannemann68accd72010-09-10 18:54:20 +0200396 .get_cd = slot_cn7_get_cd,
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000397};
398
399static struct resource sdhi1_resources[] = {
400 [0] = {
401 .name = "SDHI1",
402 .start = 0xe6860000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +0100403 .end = 0xe68600ff,
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000404 .flags = IORESOURCE_MEM,
405 },
406 [1] = {
Simon Horman2007aea2011-04-27 07:43:58 +0000407 .start = evt2irq(0x0e80), /* SDHI1_SDHI1I0 */
408 .flags = IORESOURCE_IRQ,
409 },
410 [2] = {
411 .start = evt2irq(0x0ea0), /* SDHI1_SDHI1I1 */
412 .flags = IORESOURCE_IRQ,
413 },
414 [3] = {
415 .start = evt2irq(0x0ec0), /* SDHI1_SDHI1I2 */
416 .flags = IORESOURCE_IRQ,
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000417 },
418};
419
420static struct platform_device sdhi1_device = {
421 .name = "sh_mobile_sdhi",
422 .num_resources = ARRAY_SIZE(sdhi1_resources),
423 .resource = sdhi1_resources,
424 .id = 1,
425 .dev = {
426 .platform_data = &sdhi1_info,
427 },
428};
429
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000430/* USB1 */
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000431static void usb1_host_port_power(int port, int power)
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000432{
433 if (!power) /* only power-on supported for now */
434 return;
435
436 /* set VBOUT/PWEN and EXTLP1 in DVSTCTR */
Arnd Bergmann0a4b04d2012-09-14 20:08:08 +0000437 __raw_writew(__raw_readw(IOMEM(0xE68B0008)) | 0x600, IOMEM(0xE68B0008));
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000438}
439
440static struct r8a66597_platdata usb1_host_data = {
441 .on_chip = 1,
442 .port_power = usb1_host_port_power,
443};
444
445static struct resource usb1_host_resources[] = {
446 [0] = {
447 .name = "USBHS",
448 .start = 0xE68B0000,
449 .end = 0xE68B00E6 - 1,
450 .flags = IORESOURCE_MEM,
451 },
452 [1] = {
Magnus Damm33c96072010-05-20 14:41:00 +0000453 .start = evt2irq(0x1ce0) /* USB1_USB1I0 */,
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000454 .flags = IORESOURCE_IRQ,
455 },
456};
457
458static struct platform_device usb1_host_device = {
459 .name = "r8a66597_hcd",
460 .id = 1,
461 .dev = {
462 .dma_mask = NULL, /* not use dma */
463 .coherent_dma_mask = 0xffffffff,
464 .platform_data = &usb1_host_data,
465 },
466 .num_resources = ARRAY_SIZE(usb1_host_resources),
467 .resource = usb1_host_resources,
468};
469
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000470/*
471 * QHD display
472 */
473#ifdef CONFIG_AP4EVB_QHD
474
475/* KEYSC (Needs SW43 set to ON) */
476static struct sh_keysc_info keysc_info = {
477 .mode = SH_KEYSC_MODE_1,
478 .scan_timing = 3,
479 .delay = 2500,
480 .keycodes = {
481 KEY_0, KEY_1, KEY_2, KEY_3, KEY_4,
482 KEY_5, KEY_6, KEY_7, KEY_8, KEY_9,
483 KEY_A, KEY_B, KEY_C, KEY_D, KEY_E,
484 KEY_F, KEY_G, KEY_H, KEY_I, KEY_J,
485 KEY_K, KEY_L, KEY_M, KEY_N, KEY_O,
486 },
487};
488
489static struct resource keysc_resources[] = {
490 [0] = {
491 .name = "KEYSC",
492 .start = 0xe61b0000,
493 .end = 0xe61b0063,
494 .flags = IORESOURCE_MEM,
495 },
496 [1] = {
497 .start = evt2irq(0x0be0), /* KEYSC_KEY */
498 .flags = IORESOURCE_IRQ,
499 },
500};
501
502static struct platform_device keysc_device = {
503 .name = "sh_keysc",
504 .id = 0, /* "keysc0" clock */
505 .num_resources = ARRAY_SIZE(keysc_resources),
506 .resource = keysc_resources,
507 .dev = {
508 .platform_data = &keysc_info,
509 },
510};
511
512/* MIPI-DSI */
Kuninori Morimoto5e474312011-11-08 20:35:14 -0800513static int sh_mipi_set_dot_clock(struct platform_device *pdev,
514 void __iomem *base,
515 int enable)
516{
517 struct clk *pck = clk_get(&pdev->dev, "dsip_clk");
Kuninori Morimoto5e474312011-11-08 20:35:14 -0800518
519 if (IS_ERR(pck))
520 return PTR_ERR(pck);
521
522 if (enable) {
Kuninori Morimoto8f9c60f2012-03-20 18:34:10 -0700523 /*
524 * DSIPCLK = 24MHz
525 * D-PHY = DSIPCLK * ((0x6*2)+1) = 312MHz (see .phyctrl)
526 * HsByteCLK = D-PHY/8 = 39MHz
527 *
528 * X * Y * FPS =
529 * (544+72+600+16) * (961+8+8+2) * 30 = 36.1MHz
530 */
Kuninori Morimoto5e474312011-11-08 20:35:14 -0800531 clk_set_rate(pck, clk_round_rate(pck, 24000000));
Kuninori Morimoto5e474312011-11-08 20:35:14 -0800532 clk_enable(pck);
533 } else {
534 clk_disable(pck);
535 }
536
537 clk_put(pck);
538
539 return 0;
540}
541
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000542static struct resource mipidsi0_resources[] = {
543 [0] = {
544 .start = 0xffc60000,
Magnus Damm5958d582010-11-17 06:44:35 +0000545 .end = 0xffc63073,
546 .flags = IORESOURCE_MEM,
547 },
548 [1] = {
549 .start = 0xffc68000,
550 .end = 0xffc680ef,
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000551 .flags = IORESOURCE_MEM,
552 },
553};
554
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200555static struct sh_mobile_lcdc_info lcdc_info;
556
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000557static struct sh_mipi_dsi_info mipidsi0_info = {
558 .data_format = MIPI_RGB888,
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000559 .lcd_chan = &lcdc_info.ch[0],
Kuninori Morimoto26c3d7a2011-11-08 20:34:43 -0800560 .lane = 2,
Guennadi Liakhovetski6fd46592010-12-29 08:12:26 +0000561 .vsynw_offset = 17,
Kuninori Morimoto8f9c60f2012-03-20 18:34:10 -0700562 .phyctrl = 0x6 << 8,
Kuninori Morimotoa2e62972011-11-08 20:35:27 -0800563 .flags = SH_MIPI_DSI_SYNC_PULSES_MODE |
564 SH_MIPI_DSI_HSbyteCLK,
Kuninori Morimoto5e474312011-11-08 20:35:14 -0800565 .set_dot_clock = sh_mipi_set_dot_clock,
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000566};
567
568static struct platform_device mipidsi0_device = {
569 .name = "sh-mipi-dsi",
570 .num_resources = ARRAY_SIZE(mipidsi0_resources),
571 .resource = mipidsi0_resources,
572 .id = 0,
573 .dev = {
574 .platform_data = &mipidsi0_info,
575 },
576};
577
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000578static struct platform_device *qhd_devices[] __initdata = {
579 &mipidsi0_device,
580 &keysc_device,
581};
582#endif /* CONFIG_AP4EVB_QHD */
583
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200584/* LCDC0 */
585static const struct fb_videomode ap4evb_lcdc_modes[] = {
586 {
587#ifdef CONFIG_AP4EVB_QHD
588 .name = "R63302(QHD)",
589 .xres = 544,
590 .yres = 961,
591 .left_margin = 72,
592 .right_margin = 600,
593 .hsync_len = 16,
594 .upper_margin = 8,
595 .lower_margin = 8,
596 .vsync_len = 2,
597 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
598#else
599 .name = "WVGA Panel",
600 .xres = 800,
601 .yres = 480,
602 .left_margin = 220,
603 .right_margin = 110,
604 .hsync_len = 70,
605 .upper_margin = 20,
606 .lower_margin = 5,
607 .vsync_len = 5,
608 .sync = 0,
609#endif
610 },
611};
Laurent Pinchartc241a0e2011-09-11 23:30:45 +0200612
613static const struct sh_mobile_meram_cfg lcd_meram_cfg = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200614 .icb[0] = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200615 .meram_size = 0x40,
616 },
617 .icb[1] = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200618 .meram_size = 0x40,
619 },
620};
621
622static struct sh_mobile_lcdc_info lcdc_info = {
623 .meram_dev = &meram_info,
624 .ch[0] = {
625 .chan = LCDC_CHAN_MAINLCD,
626 .fourcc = V4L2_PIX_FMT_RGB565,
Laurent Pinchart93ff2592011-11-29 14:33:41 +0100627 .lcd_modes = ap4evb_lcdc_modes,
628 .num_modes = ARRAY_SIZE(ap4evb_lcdc_modes),
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200629 .meram_cfg = &lcd_meram_cfg,
630#ifdef CONFIG_AP4EVB_QHD
631 .tx_dev = &mipidsi0_device,
632#endif
633 }
634};
635
636static struct resource lcdc_resources[] = {
637 [0] = {
638 .name = "LCDC",
639 .start = 0xfe940000, /* P4-only space */
640 .end = 0xfe943fff,
641 .flags = IORESOURCE_MEM,
642 },
643 [1] = {
644 .start = intcs_evt2irq(0x580),
645 .flags = IORESOURCE_IRQ,
646 },
647};
648
649static struct platform_device lcdc_device = {
650 .name = "sh_mobile_lcdc_fb",
651 .num_resources = ARRAY_SIZE(lcdc_resources),
652 .resource = lcdc_resources,
653 .dev = {
654 .platform_data = &lcdc_info,
655 .coherent_dma_mask = ~0,
656 },
657};
658
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000659/* FSI */
660#define IRQ_FSI evt2irq(0x1840)
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000661static int __fsi_set_rate(struct clk *clk, long rate, int enable)
662{
663 int ret = 0;
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400664
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000665 if (rate <= 0)
666 return ret;
667
668 if (enable) {
Kuninori Morimoto22de4e12010-11-19 07:23:17 +0000669 ret = clk_set_rate(clk, rate);
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000670 if (0 == ret)
671 ret = clk_enable(clk);
672 } else {
673 clk_disable(clk);
674 }
675
676 return ret;
677}
678
Kuninori Morimoto22de4e12010-11-19 07:23:17 +0000679static int __fsi_set_round_rate(struct clk *clk, long rate, int enable)
680{
681 return __fsi_set_rate(clk, clk_round_rate(clk, rate), enable);
682}
683
684static int fsi_ak4642_set_rate(struct device *dev, int rate, int enable)
685{
686 struct clk *fsia_ick;
687 struct clk *fsiack;
688 int ret = -EIO;
689
690 fsia_ick = clk_get(dev, "icka");
691 if (IS_ERR(fsia_ick))
692 return PTR_ERR(fsia_ick);
693
694 /*
695 * FSIACK is connected to AK4642,
696 * and use external clock pin from it.
697 * it is parent of fsia_ick now.
698 */
699 fsiack = clk_get_parent(fsia_ick);
700 if (!fsiack)
701 goto fsia_ick_out;
702
703 /*
704 * we get 1/1 divided clock by setting same rate to fsiack and fsia_ick
705 *
706 ** FIXME **
707 * Because the freq_table of external clk (fsiack) are all 0,
708 * the return value of clk_round_rate became 0.
709 * So, it use __fsi_set_rate here.
710 */
711 ret = __fsi_set_rate(fsiack, rate, enable);
712 if (ret < 0)
713 goto fsiack_out;
714
715 ret = __fsi_set_round_rate(fsia_ick, rate, enable);
716 if ((ret < 0) && enable)
717 __fsi_set_round_rate(fsiack, rate, 0); /* disable FSI ACK */
718
719fsiack_out:
720 clk_put(fsiack);
721
722fsia_ick_out:
723 clk_put(fsia_ick);
724
725 return 0;
726}
727
728static int fsi_hdmi_set_rate(struct device *dev, int rate, int enable)
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400729{
730 struct clk *fsib_clk;
731 struct clk *fdiv_clk = &sh7372_fsidivb_clk;
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000732 long fsib_rate = 0;
733 long fdiv_rate = 0;
734 int ackmd_bpfmd;
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400735 int ret;
736
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400737 switch (rate) {
Kuninori Morimoto574490e2010-11-15 03:11:09 +0000738 case 44100:
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000739 fsib_rate = rate * 256;
740 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
Kuninori Morimoto574490e2010-11-15 03:11:09 +0000741 break;
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400742 case 48000:
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000743 fsib_rate = 85428000; /* around 48kHz x 256 x 7 */
744 fdiv_rate = rate * 256;
745 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400746 break;
747 default:
748 pr_err("unsupported rate in FSI2 port B\n");
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000749 return -EINVAL;
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400750 }
751
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000752 /* FSI B setting */
753 fsib_clk = clk_get(dev, "ickb");
754 if (IS_ERR(fsib_clk))
755 return -EIO;
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400756
Kuninori Morimoto22de4e12010-11-19 07:23:17 +0000757 ret = __fsi_set_round_rate(fsib_clk, fsib_rate, enable);
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000758 if (ret < 0)
Kuninori Morimoto73674642011-01-06 02:43:00 +0000759 goto fsi_set_rate_end;
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000760
761 /* FSI DIV setting */
Kuninori Morimoto22de4e12010-11-19 07:23:17 +0000762 ret = __fsi_set_round_rate(fdiv_clk, fdiv_rate, enable);
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000763 if (ret < 0) {
764 /* disable FSI B */
765 if (enable)
Kuninori Morimoto22de4e12010-11-19 07:23:17 +0000766 __fsi_set_round_rate(fsib_clk, fsib_rate, 0);
Kuninori Morimoto73674642011-01-06 02:43:00 +0000767 goto fsi_set_rate_end;
Kuninori Morimotod4bc99b2010-11-24 02:44:06 +0000768 }
769
Kuninori Morimoto73674642011-01-06 02:43:00 +0000770 ret = ackmd_bpfmd;
771
772fsi_set_rate_end:
773 clk_put(fsib_clk);
774 return ret;
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400775}
776
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000777static struct sh_fsi_platform_info fsi_info = {
Kuninori Morimotofec691e2012-02-03 00:58:48 -0800778 .port_a = {
779 .flags = SH_FSI_BRS_INV,
780 .set_rate = fsi_ak4642_set_rate,
781 },
782 .port_b = {
783 .flags = SH_FSI_BRS_INV |
784 SH_FSI_BRM_INV |
785 SH_FSI_LRS_INV |
786 SH_FSI_FMT_SPDIF,
787 .set_rate = fsi_hdmi_set_rate,
788 },
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000789};
790
791static struct resource fsi_resources[] = {
792 [0] = {
793 .name = "FSI",
794 .start = 0xFE3C0000,
795 .end = 0xFE3C0400 - 1,
796 .flags = IORESOURCE_MEM,
797 },
798 [1] = {
799 .start = IRQ_FSI,
800 .flags = IORESOURCE_IRQ,
801 },
802};
803
804static struct platform_device fsi_device = {
805 .name = "sh_fsi2",
Kuninori Morimoto9f6f11b2010-08-18 03:37:19 +0000806 .id = -1,
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000807 .num_resources = ARRAY_SIZE(fsi_resources),
808 .resource = fsi_resources,
809 .dev = {
810 .platform_data = &fsi_info,
811 },
812};
813
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -0700814static struct asoc_simple_dai_init_info fsi2_ak4643_init_info = {
815 .fmt = SND_SOC_DAIFMT_LEFT_J,
816 .codec_daifmt = SND_SOC_DAIFMT_CBM_CFM,
817 .cpu_daifmt = SND_SOC_DAIFMT_CBS_CFS,
818 .sysclk = 11289600,
819};
820
821static struct asoc_simple_card_info fsi2_ak4643_info = {
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800822 .name = "AK4643",
823 .card = "FSI2A-AK4643",
824 .cpu_dai = "fsia-dai",
825 .codec = "ak4642-codec.0-0013",
826 .platform = "sh_fsi2",
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -0700827 .codec_dai = "ak4642-hifi",
828 .init = &fsi2_ak4643_init_info,
Kuninori Morimotoc8d6bf92010-11-30 11:32:04 +0900829};
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800830
831static struct platform_device fsi_ak4643_device = {
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -0700832 .name = "asoc-simple-card",
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800833 .dev = {
Kuninori Morimotoe49d6032012-03-06 16:14:15 -0800834 .platform_data = &fsi2_ak4643_info,
Kuninori Morimoto45f31212011-11-23 16:55:34 -0800835 },
836};
837
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200838/* LCDC1 */
Guennadi Liakhovetski640dcfa2010-11-02 11:27:34 +0000839static long ap4evb_clk_optimize(unsigned long target, unsigned long *best_freq,
840 unsigned long *parent_freq);
841
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000842static struct sh_mobile_hdmi_info hdmi_info = {
Kuninori Morimoto2669efe2010-10-31 10:43:14 -0400843 .flags = HDMI_SND_SRC_SPDIF,
Guennadi Liakhovetski640dcfa2010-11-02 11:27:34 +0000844 .clk_optimize_parent = ap4evb_clk_optimize,
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000845};
846
847static struct resource hdmi_resources[] = {
848 [0] = {
849 .name = "HDMI",
850 .start = 0xe6be0000,
851 .end = 0xe6be00ff,
852 .flags = IORESOURCE_MEM,
853 },
854 [1] = {
855 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
856 .start = evt2irq(0x17e0),
857 .flags = IORESOURCE_IRQ,
858 },
859};
860
861static struct platform_device hdmi_device = {
862 .name = "sh-mobile-hdmi",
863 .num_resources = ARRAY_SIZE(hdmi_resources),
864 .resource = hdmi_resources,
865 .id = -1,
866 .dev = {
867 .platform_data = &hdmi_info,
868 },
869};
870
Guennadi Liakhovetski640dcfa2010-11-02 11:27:34 +0000871static long ap4evb_clk_optimize(unsigned long target, unsigned long *best_freq,
872 unsigned long *parent_freq)
873{
874 struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
875 long error;
876
877 if (IS_ERR(hdmi_ick)) {
878 int ret = PTR_ERR(hdmi_ick);
879 pr_err("Cannot get HDMI ICK: %d\n", ret);
880 return ret;
881 }
882
883 error = clk_round_parent(hdmi_ick, target, best_freq, parent_freq, 1, 64);
884
885 clk_put(hdmi_ick);
886
887 return error;
888}
889
Laurent Pinchartc241a0e2011-09-11 23:30:45 +0200890static const struct sh_mobile_meram_cfg hdmi_meram_cfg = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200891 .icb[0] = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200892 .meram_size = 0x100,
893 },
894 .icb[1] = {
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200895 .meram_size = 0x100,
896 },
897};
898
899static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info = {
900 .clock_source = LCDC_CLK_EXTERNAL,
901 .meram_dev = &meram_info,
902 .ch[0] = {
903 .chan = LCDC_CHAN_MAINLCD,
904 .fourcc = V4L2_PIX_FMT_RGB565,
905 .interface_type = RGB24,
906 .clock_divider = 1,
907 .flags = LCDC_FLAGS_DWPOL,
908 .meram_cfg = &hdmi_meram_cfg,
909 .tx_dev = &hdmi_device,
910 }
911};
912
913static struct resource lcdc1_resources[] = {
914 [0] = {
915 .name = "LCDC1",
916 .start = 0xfe944000,
917 .end = 0xfe947fff,
918 .flags = IORESOURCE_MEM,
919 },
920 [1] = {
921 .start = intcs_evt2irq(0x1780),
922 .flags = IORESOURCE_IRQ,
923 },
924};
925
926static struct platform_device lcdc1_device = {
927 .name = "sh_mobile_lcdc_fb",
928 .num_resources = ARRAY_SIZE(lcdc1_resources),
929 .resource = lcdc1_resources,
930 .id = 1,
931 .dev = {
932 .platform_data = &sh_mobile_lcdc1_info,
933 .coherent_dma_mask = ~0,
934 },
935};
936
Kuninori Morimotofa063b42012-04-08 21:18:58 -0700937static struct asoc_simple_dai_init_info fsi2_hdmi_init_info = {
938 .cpu_daifmt = SND_SOC_DAIFMT_CBM_CFM,
939};
940
941static struct asoc_simple_card_info fsi2_hdmi_info = {
942 .name = "HDMI",
943 .card = "FSI2B-HDMI",
944 .cpu_dai = "fsib-dai",
945 .codec = "sh-mobile-hdmi",
946 .platform = "sh_fsi2",
947 .codec_dai = "sh_mobile_hdmi-hifi",
948 .init = &fsi2_hdmi_init_info,
949};
950
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200951static struct platform_device fsi_hdmi_device = {
Kuninori Morimotofa063b42012-04-08 21:18:58 -0700952 .name = "asoc-simple-card",
953 .id = 1,
954 .dev = {
955 .platform_data = &fsi2_hdmi_info,
956 },
Laurent Pincharta1022ad2011-09-11 23:30:45 +0200957};
958
Arnd Hannemann2863e932010-08-14 19:45:21 +0000959static struct gpio_led ap4evb_leds[] = {
960 {
961 .name = "led4",
962 .gpio = GPIO_PORT185,
963 .default_state = LEDS_GPIO_DEFSTATE_ON,
964 },
965 {
966 .name = "led2",
967 .gpio = GPIO_PORT186,
968 .default_state = LEDS_GPIO_DEFSTATE_ON,
969 },
970 {
971 .name = "led3",
972 .gpio = GPIO_PORT187,
973 .default_state = LEDS_GPIO_DEFSTATE_ON,
974 },
975 {
976 .name = "led1",
977 .gpio = GPIO_PORT188,
978 .default_state = LEDS_GPIO_DEFSTATE_ON,
979 }
980};
981
982static struct gpio_led_platform_data ap4evb_leds_pdata = {
983 .num_leds = ARRAY_SIZE(ap4evb_leds),
Paul Mundt8050fbf2010-08-16 14:54:35 +0900984 .leds = ap4evb_leds,
Arnd Hannemann2863e932010-08-14 19:45:21 +0000985};
986
987static struct platform_device leds_device = {
988 .name = "leds-gpio",
989 .id = 0,
990 .dev = {
991 .platform_data = &ap4evb_leds_pdata,
992 },
993};
994
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +0200995static struct i2c_board_info imx074_info = {
996 I2C_BOARD_INFO("imx074", 0x1a),
997};
998
Guennadi Liakhovetski4d4d6fb2011-06-29 10:13:04 +0000999static struct soc_camera_link imx074_link = {
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001000 .bus_id = 0,
1001 .board_info = &imx074_info,
1002 .i2c_adapter_id = 0,
1003 .module_name = "imx074",
1004};
1005
1006static struct platform_device ap4evb_camera = {
1007 .name = "soc-camera-pdrv",
1008 .id = 0,
1009 .dev = {
1010 .platform_data = &imx074_link,
1011 },
1012};
1013
1014static struct sh_csi2_client_config csi2_clients[] = {
1015 {
1016 .phy = SH_CSI2_PHY_MAIN,
Guennadi Liakhovetski19a17802011-07-26 12:49:13 -03001017 .lanes = 0, /* default: 2 lanes */
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001018 .channel = 0,
1019 .pdev = &ap4evb_camera,
1020 },
1021};
1022
1023static struct sh_csi2_pdata csi2_info = {
1024 .type = SH_CSI2C,
1025 .clients = csi2_clients,
1026 .num_clients = ARRAY_SIZE(csi2_clients),
1027 .flags = SH_CSI2_ECC | SH_CSI2_CRC,
1028};
1029
1030static struct resource csi2_resources[] = {
1031 [0] = {
1032 .name = "CSI2",
1033 .start = 0xffc90000,
1034 .end = 0xffc90fff,
1035 .flags = IORESOURCE_MEM,
1036 },
1037 [1] = {
1038 .start = intcs_evt2irq(0x17a0),
1039 .flags = IORESOURCE_IRQ,
1040 },
1041};
1042
Guennadi Liakhovetski6b526fe2011-07-01 11:19:58 -03001043static struct sh_mobile_ceu_companion csi2 = {
1044 .id = 0,
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001045 .num_resources = ARRAY_SIZE(csi2_resources),
1046 .resource = csi2_resources,
Guennadi Liakhovetski6b526fe2011-07-01 11:19:58 -03001047 .platform_data = &csi2_info,
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001048};
1049
1050static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
1051 .flags = SH_CEU_FLAG_USE_8BIT_BUS,
Guennadi Liakhovetskief8f41f2012-04-16 23:09:04 +02001052 .max_width = 8188,
1053 .max_height = 8188,
Guennadi Liakhovetski6b526fe2011-07-01 11:19:58 -03001054 .csi2 = &csi2,
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001055};
1056
1057static struct resource ceu_resources[] = {
1058 [0] = {
1059 .name = "CEU",
1060 .start = 0xfe910000,
1061 .end = 0xfe91009f,
1062 .flags = IORESOURCE_MEM,
1063 },
1064 [1] = {
1065 .start = intcs_evt2irq(0x880),
1066 .flags = IORESOURCE_IRQ,
1067 },
1068 [2] = {
1069 /* place holder for contiguous memory */
1070 },
1071};
1072
1073static struct platform_device ceu_device = {
1074 .name = "sh_mobile_ceu",
1075 .id = 0, /* "ceu0" clock */
1076 .num_resources = ARRAY_SIZE(ceu_resources),
1077 .resource = ceu_resources,
1078 .dev = {
Guennadi Liakhovetski05a5f012011-03-23 09:29:16 +00001079 .platform_data = &sh_mobile_ceu_info,
1080 .coherent_dma_mask = 0xffffffff,
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001081 },
1082};
1083
Magnus Damm2b7eda62010-02-05 11:14:58 +00001084static struct platform_device *ap4evb_devices[] __initdata = {
Arnd Hannemann2863e932010-08-14 19:45:21 +00001085 &leds_device,
Magnus Damm2b7eda62010-02-05 11:14:58 +00001086 &nor_flash_device,
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +00001087 &smc911x_device,
Magnus Damm3a14d032010-03-10 09:26:44 +00001088 &sdhi0_device,
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +00001089 &sdhi1_device,
Kuninori Morimotofb54d262010-04-13 06:16:32 +00001090 &usb1_host_device,
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001091 &fsi_device,
Kuninori Morimotoc8d6bf92010-11-30 11:32:04 +09001092 &fsi_ak4643_device,
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +09001093 &fsi_hdmi_device,
Paul Mundtbeccb122010-08-04 16:47:37 +09001094 &sh_mmcif_device,
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001095 &hdmi_device,
Laurent Pincharta1022ad2011-09-11 23:30:45 +02001096 &lcdc_device,
1097 &lcdc1_device,
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001098 &ceu_device,
1099 &ap4evb_camera,
Damian1c7fcbe2011-05-24 07:01:22 +00001100 &meram_device,
Magnus Damm2b7eda62010-02-05 11:14:58 +00001101};
1102
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001103static void __init hdmi_init_pm_clock(void)
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001104{
1105 struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
1106 int ret;
1107 long rate;
1108
1109 if (IS_ERR(hdmi_ick)) {
1110 ret = PTR_ERR(hdmi_ick);
1111 pr_err("Cannot get HDMI ICK: %d\n", ret);
1112 goto out;
1113 }
1114
Kuninori Morimoto685e4082010-10-15 05:14:54 +00001115 ret = clk_set_parent(&sh7372_pllc2_clk, &sh7372_dv_clki_div2_clk);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001116 if (ret < 0) {
Kuninori Morimoto685e4082010-10-15 05:14:54 +00001117 pr_err("Cannot set PLLC2 parent: %d, %d users\n", ret, sh7372_pllc2_clk.usecount);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001118 goto out;
1119 }
1120
Kuninori Morimoto685e4082010-10-15 05:14:54 +00001121 pr_debug("PLLC2 initial frequency %lu\n", clk_get_rate(&sh7372_pllc2_clk));
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001122
Kuninori Morimoto685e4082010-10-15 05:14:54 +00001123 rate = clk_round_rate(&sh7372_pllc2_clk, 594000000);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001124 if (rate < 0) {
1125 pr_err("Cannot get suitable rate: %ld\n", rate);
1126 ret = rate;
1127 goto out;
1128 }
1129
Kuninori Morimoto685e4082010-10-15 05:14:54 +00001130 ret = clk_set_rate(&sh7372_pllc2_clk, rate);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001131 if (ret < 0) {
1132 pr_err("Cannot set rate %ld: %d\n", rate, ret);
1133 goto out;
1134 }
1135
1136 pr_debug("PLLC2 set frequency %lu\n", rate);
1137
Kuninori Morimoto685e4082010-10-15 05:14:54 +00001138 ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001139 if (ret < 0)
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001140 pr_err("Cannot set HDMI parent: %d\n", ret);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001141
1142out:
1143 if (!IS_ERR(hdmi_ick))
1144 clk_put(hdmi_ick);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001145}
1146
Kuninori Morimoto6084c812011-04-05 01:22:33 +00001147static void __init fsi_init_pm_clock(void)
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +00001148{
1149 struct clk *fsia_ick;
1150 int ret;
1151
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +00001152 fsia_ick = clk_get(&fsi_device.dev, "icka");
1153 if (IS_ERR(fsia_ick)) {
1154 ret = PTR_ERR(fsia_ick);
1155 pr_err("Cannot get FSI ICK: %d\n", ret);
Kuninori Morimoto6084c812011-04-05 01:22:33 +00001156 return;
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +00001157 }
1158
1159 ret = clk_set_parent(fsia_ick, &sh7372_fsiack_clk);
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +00001160 if (ret < 0)
Kuninori Morimoto22de4e12010-11-19 07:23:17 +00001161 pr_err("Cannot set FSI-A parent: %d\n", ret);
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +00001162
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +00001163 clk_put(fsia_ick);
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +00001164}
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +00001165
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001166/* TouchScreen */
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001167#ifdef CONFIG_AP4EVB_QHD
1168# define GPIO_TSC_IRQ GPIO_FN_IRQ28_123
1169# define GPIO_TSC_PORT GPIO_PORT123
1170#else /* WVGA */
1171# define GPIO_TSC_IRQ GPIO_FN_IRQ7_40
1172# define GPIO_TSC_PORT GPIO_PORT40
1173#endif
1174
Magnus Damm33c96072010-05-20 14:41:00 +00001175#define IRQ28 evt2irq(0x3380) /* IRQ28A */
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001176#define IRQ7 evt2irq(0x02e0) /* IRQ7A */
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001177static int ts_get_pendown_state(void)
1178{
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001179 int val;
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001180
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001181 gpio_free(GPIO_TSC_IRQ);
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001182
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001183 gpio_request(GPIO_TSC_PORT, NULL);
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001184
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001185 gpio_direction_input(GPIO_TSC_PORT);
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001186
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001187 val = gpio_get_value(GPIO_TSC_PORT);
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001188
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001189 gpio_request(GPIO_TSC_IRQ, NULL);
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001190
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001191 return !val;
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001192}
1193
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001194static int ts_init(void)
1195{
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +09001196 gpio_request(GPIO_TSC_IRQ, NULL);
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001197
1198 return 0;
1199}
1200
Kuninori Morimotobb04e192010-06-02 00:25:03 +00001201static struct tsc2007_platform_data tsc2007_info = {
Kuninori Morimoto91cf5082010-03-11 10:42:52 +00001202 .model = 2007,
1203 .x_plate_ohms = 180,
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +00001204 .get_pendown_state = ts_get_pendown_state,
1205 .init_platform_hw = ts_init,
Kuninori Morimoto91cf5082010-03-11 10:42:52 +00001206};
1207
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001208static struct i2c_board_info tsc_device = {
1209 I2C_BOARD_INFO("tsc2007", 0x48),
1210 .type = "tsc2007",
1211 .platform_data = &tsc2007_info,
1212 /*.irq is selected on ap4evb_init */
1213};
1214
Kuninori Morimoto91cf5082010-03-11 10:42:52 +00001215/* I2C */
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001216static struct i2c_board_info i2c0_devices[] = {
1217 {
1218 I2C_BOARD_INFO("ak4643", 0x13),
1219 },
1220};
1221
Kuninori Morimoto91cf5082010-03-11 10:42:52 +00001222static struct i2c_board_info i2c1_devices[] = {
1223 {
Kuninori Morimoto8fc883c2010-03-11 07:34:37 +00001224 I2C_BOARD_INFO("r2025sd", 0x32),
1225 },
Kuninori Morimoto91cf5082010-03-11 10:42:52 +00001226};
1227
Magnus Damm2b7eda62010-02-05 11:14:58 +00001228
Arnd Bergmann0a4b04d2012-09-14 20:08:08 +00001229#define GPIO_PORT9CR IOMEM(0xE6051009)
1230#define GPIO_PORT10CR IOMEM(0xE605100A)
1231#define USCCR1 IOMEM(0xE6058144)
Magnus Damm2b7eda62010-02-05 11:14:58 +00001232static void __init ap4evb_init(void)
1233{
Rafael J. Wysocki201dbd82012-08-15 20:56:41 +02001234 struct pm_domain_device domain_devices[] = {
1235 { "A4LC", &lcdc1_device, },
1236 { "A4LC", &lcdc_device, },
1237 { "A4MP", &fsi_device, },
1238 { "A3SP", &sh_mmcif_device, },
1239 { "A3SP", &sdhi0_device, },
1240 { "A3SP", &sdhi1_device, },
1241 { "A4R", &ceu_device, },
1242 };
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001243 u32 srcr4;
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001244 struct clk *clk;
1245
Guennadi Liakhovetski8778b8f2012-06-27 00:32:25 +02001246 regulator_register_always_on(0, "fixed-1.8V", fixed1v8_power_consumers,
1247 ARRAY_SIZE(fixed1v8_power_consumers), 1800000);
1248 regulator_register_always_on(1, "fixed-3.3V", fixed3v3_power_consumers,
1249 ARRAY_SIZE(fixed3v3_power_consumers), 3300000);
1250 regulator_register_fixed(2, dummy_supplies, ARRAY_SIZE(dummy_supplies));
1251
Magnus Damme3b01612012-03-06 16:31:55 +09001252 /* External clock source */
1253 clk_set_rate(&sh7372_dv_clki_clk, 27000000);
1254
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +00001255 sh7372_pinmux_init();
1256
Kuninori Morimotob228b482010-02-18 16:44:41 +09001257 /* enable SCIFA0 */
1258 gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
1259 gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
1260
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +00001261 /* enable SMSC911X */
1262 gpio_request(GPIO_FN_CS5A, NULL);
1263 gpio_request(GPIO_FN_IRQ6_39, NULL);
1264
Kuninori Morimoto8cb3a2e2010-02-22 09:30:12 +00001265 /* enable Debug switch (S6) */
1266 gpio_request(GPIO_PORT32, NULL);
1267 gpio_request(GPIO_PORT33, NULL);
1268 gpio_request(GPIO_PORT34, NULL);
1269 gpio_request(GPIO_PORT35, NULL);
1270 gpio_direction_input(GPIO_PORT32);
1271 gpio_direction_input(GPIO_PORT33);
1272 gpio_direction_input(GPIO_PORT34);
1273 gpio_direction_input(GPIO_PORT35);
1274 gpio_export(GPIO_PORT32, 0);
1275 gpio_export(GPIO_PORT33, 0);
1276 gpio_export(GPIO_PORT34, 0);
1277 gpio_export(GPIO_PORT35, 0);
1278
Magnus Damm3a14d032010-03-10 09:26:44 +00001279 /* SDHI0 */
1280 gpio_request(GPIO_FN_SDHICD0, NULL);
1281 gpio_request(GPIO_FN_SDHIWP0, NULL);
1282 gpio_request(GPIO_FN_SDHICMD0, NULL);
1283 gpio_request(GPIO_FN_SDHICLK0, NULL);
1284 gpio_request(GPIO_FN_SDHID0_3, NULL);
1285 gpio_request(GPIO_FN_SDHID0_2, NULL);
1286 gpio_request(GPIO_FN_SDHID0_1, NULL);
1287 gpio_request(GPIO_FN_SDHID0_0, NULL);
1288
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001289 /* SDHI1 */
1290 gpio_request(GPIO_FN_SDHICMD1, NULL);
1291 gpio_request(GPIO_FN_SDHICLK1, NULL);
1292 gpio_request(GPIO_FN_SDHID1_3, NULL);
1293 gpio_request(GPIO_FN_SDHID1_2, NULL);
1294 gpio_request(GPIO_FN_SDHID1_1, NULL);
1295 gpio_request(GPIO_FN_SDHID1_0, NULL);
Kuninori Morimoto91cf5082010-03-11 10:42:52 +00001296
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +00001297 /* MMCIF */
1298 gpio_request(GPIO_FN_MMCD0_0, NULL);
1299 gpio_request(GPIO_FN_MMCD0_1, NULL);
1300 gpio_request(GPIO_FN_MMCD0_2, NULL);
1301 gpio_request(GPIO_FN_MMCD0_3, NULL);
1302 gpio_request(GPIO_FN_MMCD0_4, NULL);
1303 gpio_request(GPIO_FN_MMCD0_5, NULL);
1304 gpio_request(GPIO_FN_MMCD0_6, NULL);
1305 gpio_request(GPIO_FN_MMCD0_7, NULL);
1306 gpio_request(GPIO_FN_MMCCMD0, NULL);
1307 gpio_request(GPIO_FN_MMCCLK0, NULL);
1308
Kuninori Morimotofb54d262010-04-13 06:16:32 +00001309 /* USB enable */
1310 gpio_request(GPIO_FN_VBUS0_1, NULL);
1311 gpio_request(GPIO_FN_IDIN_1_18, NULL);
1312 gpio_request(GPIO_FN_PWEN_1_115, NULL);
1313 gpio_request(GPIO_FN_OVCN_1_114, NULL);
1314 gpio_request(GPIO_FN_EXTLP_1, NULL);
1315 gpio_request(GPIO_FN_OVCN2_1, NULL);
1316
1317 /* setup USB phy */
Arnd Bergmann0a4b04d2012-09-14 20:08:08 +00001318 __raw_writew(0x8a0a, IOMEM(0xE6058130)); /* USBCR4 */
Kuninori Morimotofb54d262010-04-13 06:16:32 +00001319
Kuninori Morimoto2669efe2010-10-31 10:43:14 -04001320 /* enable FSI2 port A (ak4643) */
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001321 gpio_request(GPIO_FN_FSIAIBT, NULL);
1322 gpio_request(GPIO_FN_FSIAILR, NULL);
1323 gpio_request(GPIO_FN_FSIAISLD, NULL);
1324 gpio_request(GPIO_FN_FSIAOSLD, NULL);
1325 gpio_request(GPIO_PORT161, NULL);
1326 gpio_direction_output(GPIO_PORT161, 0); /* slave */
1327
1328 gpio_request(GPIO_PORT9, NULL);
1329 gpio_request(GPIO_PORT10, NULL);
Kuninori Morimoto6a6196a2012-06-25 03:41:19 -07001330 gpio_direction_none(GPIO_PORT9CR); /* FSIAOBT needs no direction */
1331 gpio_direction_none(GPIO_PORT10CR); /* FSIAOLR needs no direction */
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001332
Arnd Hannemann68accd72010-09-10 18:54:20 +02001333 /* card detect pin for MMC slot (CN7) */
1334 gpio_request(GPIO_PORT41, NULL);
1335 gpio_direction_input(GPIO_PORT41);
1336
Kuninori Morimoto2669efe2010-10-31 10:43:14 -04001337 /* setup FSI2 port B (HDMI) */
1338 gpio_request(GPIO_FN_FSIBCK, NULL);
1339 __raw_writew(__raw_readw(USCCR1) & ~(1 << 6), USCCR1); /* use SPDIF */
1340
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001341 /* set SPU2 clock to 119.6 MHz */
1342 clk = clk_get(NULL, "spu_clk");
Paul Mundt2ae2b762010-05-31 14:25:57 +09001343 if (!IS_ERR(clk)) {
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001344 clk_set_rate(clk, clk_round_rate(clk, 119600000));
1345 clk_put(clk);
1346 }
1347
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001348 /*
1349 * set irq priority, to avoid sound chopping
1350 * when NFS rootfs is used
1351 * FSI(3) > SMSC911X(2)
1352 */
1353 intc_set_priority(IRQ_FSI, 3);
1354
1355 i2c_register_board_info(0, i2c0_devices,
1356 ARRAY_SIZE(i2c0_devices));
1357
1358 i2c_register_board_info(1, i2c1_devices,
1359 ARRAY_SIZE(i2c1_devices));
1360
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001361#ifdef CONFIG_AP4EVB_QHD
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001362
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001363 /*
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001364 * For QHD Panel (MIPI-DSI, CONFIG_AP4EVB_QHD=y) and
1365 * IRQ28 for Touch Panel, set dip switches S3, S43 as OFF, ON.
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001366 */
1367
1368 /* enable KEYSC */
1369 gpio_request(GPIO_FN_KEYOUT0, NULL);
1370 gpio_request(GPIO_FN_KEYOUT1, NULL);
1371 gpio_request(GPIO_FN_KEYOUT2, NULL);
1372 gpio_request(GPIO_FN_KEYOUT3, NULL);
1373 gpio_request(GPIO_FN_KEYOUT4, NULL);
1374 gpio_request(GPIO_FN_KEYIN0_136, NULL);
1375 gpio_request(GPIO_FN_KEYIN1_135, NULL);
1376 gpio_request(GPIO_FN_KEYIN2_134, NULL);
1377 gpio_request(GPIO_FN_KEYIN3_133, NULL);
1378 gpio_request(GPIO_FN_KEYIN4, NULL);
1379
1380 /* enable TouchScreen */
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001381 irq_set_irq_type(IRQ28, IRQ_TYPE_LEVEL_LOW);
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001382
1383 tsc_device.irq = IRQ28;
1384 i2c_register_board_info(1, &tsc_device, 1);
1385
1386 /* LCDC0 */
1387 lcdc_info.clock_source = LCDC_CLK_PERIPHERAL;
1388 lcdc_info.ch[0].interface_type = RGB24;
1389 lcdc_info.ch[0].clock_divider = 1;
1390 lcdc_info.ch[0].flags = LCDC_FLAGS_DWPOL;
Laurent Pinchartafaad832011-09-11 22:59:04 +02001391 lcdc_info.ch[0].panel_cfg.width = 44;
1392 lcdc_info.ch[0].panel_cfg.height = 79;
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001393
1394 platform_add_devices(qhd_devices, ARRAY_SIZE(qhd_devices));
1395
1396#else
1397 /*
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001398 * For WVGA Panel (18-bit RGB, CONFIG_AP4EVB_WVGA=y) and
1399 * IRQ7 for Touch Panel, set dip switches S3, S43 to ON, OFF.
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001400 */
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001401
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001402 gpio_request(GPIO_FN_LCDD17, NULL);
1403 gpio_request(GPIO_FN_LCDD16, NULL);
1404 gpio_request(GPIO_FN_LCDD15, NULL);
1405 gpio_request(GPIO_FN_LCDD14, NULL);
1406 gpio_request(GPIO_FN_LCDD13, NULL);
1407 gpio_request(GPIO_FN_LCDD12, NULL);
1408 gpio_request(GPIO_FN_LCDD11, NULL);
1409 gpio_request(GPIO_FN_LCDD10, NULL);
1410 gpio_request(GPIO_FN_LCDD9, NULL);
1411 gpio_request(GPIO_FN_LCDD8, NULL);
1412 gpio_request(GPIO_FN_LCDD7, NULL);
1413 gpio_request(GPIO_FN_LCDD6, NULL);
1414 gpio_request(GPIO_FN_LCDD5, NULL);
1415 gpio_request(GPIO_FN_LCDD4, NULL);
1416 gpio_request(GPIO_FN_LCDD3, NULL);
1417 gpio_request(GPIO_FN_LCDD2, NULL);
1418 gpio_request(GPIO_FN_LCDD1, NULL);
1419 gpio_request(GPIO_FN_LCDD0, NULL);
1420 gpio_request(GPIO_FN_LCDDISP, NULL);
1421 gpio_request(GPIO_FN_LCDDCK, NULL);
1422
1423 gpio_request(GPIO_PORT189, NULL); /* backlight */
1424 gpio_direction_output(GPIO_PORT189, 1);
1425
1426 gpio_request(GPIO_PORT151, NULL); /* LCDDON */
1427 gpio_direction_output(GPIO_PORT151, 1);
1428
1429 lcdc_info.clock_source = LCDC_CLK_BUS;
1430 lcdc_info.ch[0].interface_type = RGB18;
Kuninori Morimotof60cb472011-03-02 09:05:44 +00001431 lcdc_info.ch[0].clock_divider = 3;
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001432 lcdc_info.ch[0].flags = 0;
Laurent Pinchartafaad832011-09-11 22:59:04 +02001433 lcdc_info.ch[0].panel_cfg.width = 152;
1434 lcdc_info.ch[0].panel_cfg.height = 91;
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001435
1436 /* enable TouchScreen */
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001437 irq_set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001438
1439 tsc_device.irq = IRQ7;
1440 i2c_register_board_info(0, &tsc_device, 1);
1441#endif /* CONFIG_AP4EVB_QHD */
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +00001442
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001443 /* CEU */
1444
1445 /*
1446 * TODO: reserve memory for V4L2 DMA buffers, when a suitable API
1447 * becomes available
1448 */
1449
1450 /* MIPI-CSI stuff */
1451 gpio_request(GPIO_FN_VIO_CKO, NULL);
1452
1453 clk = clk_get(NULL, "vck1_clk");
1454 if (!IS_ERR(clk)) {
1455 clk_set_rate(clk, clk_round_rate(clk, 13000000));
1456 clk_enable(clk);
1457 clk_put(clk);
1458 }
1459
Magnus Damm2b7eda62010-02-05 11:14:58 +00001460 sh7372_add_standard_devices();
1461
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001462 /* HDMI */
1463 gpio_request(GPIO_FN_HDMI_HPD, NULL);
1464 gpio_request(GPIO_FN_HDMI_CEC, NULL);
1465
1466 /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
Arnd Bergmann0a4b04d2012-09-14 20:08:08 +00001467#define SRCR4 IOMEM(0xe61580bc)
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001468 srcr4 = __raw_readl(SRCR4);
1469 __raw_writel(srcr4 | (1 << 13), SRCR4);
1470 udelay(50);
1471 __raw_writel(srcr4 & ~(1 << 13), SRCR4);
1472
Magnus Damm2b7eda62010-02-05 11:14:58 +00001473 platform_add_devices(ap4evb_devices, ARRAY_SIZE(ap4evb_devices));
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001474
Rafael J. Wysocki201dbd82012-08-15 20:56:41 +02001475 rmobile_add_devices_to_domains(domain_devices,
1476 ARRAY_SIZE(domain_devices));
Magnus Dammd93f5cd2011-10-19 23:52:41 +02001477
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001478 hdmi_init_pm_clock();
Kuninori Morimoto6084c812011-04-05 01:22:33 +00001479 fsi_init_pm_clock();
Magnus Damm97991652011-04-29 02:28:08 +09001480 sh7372_pm_init();
Kuninori Morimotoa41b6462011-07-10 10:11:57 +02001481 pm_clk_add(&fsi_device.dev, "spu2");
Magnus Dammd0168fd2011-08-27 14:21:00 +02001482 pm_clk_add(&lcdc1_device.dev, "hdmi");
Magnus Damm2b7eda62010-02-05 11:14:58 +00001483}
1484
1485MACHINE_START(AP4EVB, "ap4evb")
Magnus Damm5d7220ec2012-02-29 21:37:19 +09001486 .map_io = sh7372_map_io,
1487 .init_early = sh7372_add_early_devices,
Magnus Damm2b7eda62010-02-05 11:14:58 +00001488 .init_irq = sh7372_init_irq,
Magnus Damm863b1712010-12-28 08:27:01 +00001489 .handle_irq = shmobile_handle_irq_intc,
Magnus Damm2b7eda62010-02-05 11:14:58 +00001490 .init_machine = ap4evb_init,
Rafael J. Wysockicaaca992012-08-22 12:27:24 +02001491 .init_late = sh7372_pm_init_late,
Magnus Damm17254bf2012-03-06 17:36:37 +09001492 .timer = &shmobile_timer,
Magnus Damm2b7eda62010-02-05 11:14:58 +00001493MACHINE_END