pcm043: mux configuration for predefined gpio line
[deliverable/linux.git] / arch / arm / mach-mx3 / pcm037.c
CommitLineData
ce8ffef0
SH
1/*
2 * Copyright (C) 2008 Sascha Hauer, Pengutronix
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */
18
19#include <linux/types.h>
20#include <linux/init.h>
32c1ad9a 21#include <linux/dma-mapping.h>
ce8ffef0
SH
22#include <linux/platform_device.h>
23#include <linux/mtd/physmap.h>
3dad21a9 24#include <linux/mtd/plat-ram.h>
ce8ffef0 25#include <linux/memory.h>
ba54b958 26#include <linux/gpio.h>
4353318e 27#include <linux/smsc911x.h>
ba54b958 28#include <linux/interrupt.h>
79206750
SH
29#include <linux/i2c.h>
30#include <linux/i2c/at24.h>
dddd4a49
SH
31#include <linux/delay.h>
32#include <linux/spi/spi.h>
33#include <linux/irq.h>
eb05bbeb 34#include <linux/fsl_devices.h>
91bf9a25 35#include <linux/can/platform/sja1000.h>
ce8ffef0 36
32c1ad9a
GL
37#include <media/soc_camera.h>
38
ce8ffef0
SH
39#include <asm/mach-types.h>
40#include <asm/mach/arch.h>
41#include <asm/mach/time.h>
42#include <asm/mach/map.h>
32c1ad9a 43#include <mach/board-pcm037.h>
a09e64fb 44#include <mach/common.h>
32c1ad9a
GL
45#include <mach/hardware.h>
46#include <mach/i2c.h>
a09e64fb
RK
47#include <mach/imx-uart.h>
48#include <mach/iomux-mx3.h>
a8df0ee8 49#include <mach/ipu.h>
32c1ad9a
GL
50#include <mach/mmc.h>
51#include <mach/mx3_camera.h>
a8df0ee8 52#include <mach/mx3fb.h>
3287abbd 53#include <mach/mxc_nand.h>
ce8ffef0 54
5cf09421 55#include "devices.h"
574ec547
GL
56#include "pcm037.h"
57
58static enum pcm037_board_variant pcm037_instance = PCM037_PCM970;
59
60static int __init pcm037_variant_setup(char *str)
61{
62 if (!strcmp("eet", str))
63 pcm037_instance = PCM037_EET;
64 else if (strcmp("pcm970", str))
65 pr_warning("Unknown pcm037 baseboard variant %s\n", str);
66
67 return 1;
68}
69
70/* Supported values: "pcm970" (default) and "eet" */
71__setup("pcm037_variant=", pcm037_variant_setup);
72
73enum pcm037_board_variant pcm037_variant(void)
74{
75 return pcm037_instance;
76}
77
78/* UART1 with RTS/CTS handshake signals */
79static unsigned int pcm037_uart1_handshake_pins[] = {
80 MX31_PIN_CTS1__CTS1,
81 MX31_PIN_RTS1__RTS1,
82 MX31_PIN_TXD1__TXD1,
83 MX31_PIN_RXD1__RXD1,
84};
85
86/* UART1 without RTS/CTS handshake signals */
87static unsigned int pcm037_uart1_pins[] = {
88 MX31_PIN_TXD1__TXD1,
89 MX31_PIN_RXD1__RXD1,
90};
5cf09421 91
01ac7d58
SH
92static unsigned int pcm037_pins[] = {
93 /* I2C */
94 MX31_PIN_CSPI2_MOSI__SCL,
95 MX31_PIN_CSPI2_MISO__SDA,
32c1ad9a
GL
96 MX31_PIN_CSPI2_SS2__I2C3_SDA,
97 MX31_PIN_CSPI2_SCLK__I2C3_SCL,
01ac7d58
SH
98 /* SDHC1 */
99 MX31_PIN_SD1_DATA3__SD1_DATA3,
100 MX31_PIN_SD1_DATA2__SD1_DATA2,
101 MX31_PIN_SD1_DATA1__SD1_DATA1,
102 MX31_PIN_SD1_DATA0__SD1_DATA0,
103 MX31_PIN_SD1_CLK__SD1_CLK,
104 MX31_PIN_SD1_CMD__SD1_CMD,
105 IOMUX_MODE(MX31_PIN_SCK6, IOMUX_CONFIG_GPIO), /* card detect */
106 IOMUX_MODE(MX31_PIN_SFS6, IOMUX_CONFIG_GPIO), /* write protect */
107 /* SPI1 */
108 MX31_PIN_CSPI1_MOSI__MOSI,
109 MX31_PIN_CSPI1_MISO__MISO,
110 MX31_PIN_CSPI1_SCLK__SCLK,
111 MX31_PIN_CSPI1_SPI_RDY__SPI_RDY,
112 MX31_PIN_CSPI1_SS0__SS0,
113 MX31_PIN_CSPI1_SS1__SS1,
114 MX31_PIN_CSPI1_SS2__SS2,
01ac7d58
SH
115 /* UART2 */
116 MX31_PIN_TXD2__TXD2,
117 MX31_PIN_RXD2__RXD2,
118 MX31_PIN_CTS2__CTS2,
119 MX31_PIN_RTS2__RTS2,
120 /* UART3 */
121 MX31_PIN_CSPI3_MOSI__RXD3,
122 MX31_PIN_CSPI3_MISO__TXD3,
123 MX31_PIN_CSPI3_SCLK__RTS3,
124 MX31_PIN_CSPI3_SPI_RDY__CTS3,
125 /* LAN9217 irq pin */
126 IOMUX_MODE(MX31_PIN_GPIO3_1, IOMUX_CONFIG_GPIO),
127 /* Onewire */
128 MX31_PIN_BATT_LINE__OWIRE,
129 /* Framebuffer */
130 MX31_PIN_LD0__LD0,
131 MX31_PIN_LD1__LD1,
132 MX31_PIN_LD2__LD2,
133 MX31_PIN_LD3__LD3,
134 MX31_PIN_LD4__LD4,
135 MX31_PIN_LD5__LD5,
136 MX31_PIN_LD6__LD6,
137 MX31_PIN_LD7__LD7,
138 MX31_PIN_LD8__LD8,
139 MX31_PIN_LD9__LD9,
140 MX31_PIN_LD10__LD10,
141 MX31_PIN_LD11__LD11,
142 MX31_PIN_LD12__LD12,
143 MX31_PIN_LD13__LD13,
144 MX31_PIN_LD14__LD14,
145 MX31_PIN_LD15__LD15,
146 MX31_PIN_LD16__LD16,
147 MX31_PIN_LD17__LD17,
148 MX31_PIN_VSYNC3__VSYNC3,
149 MX31_PIN_HSYNC__HSYNC,
150 MX31_PIN_FPSHIFT__FPSHIFT,
151 MX31_PIN_DRDY0__DRDY0,
152 MX31_PIN_D3_REV__D3_REV,
153 MX31_PIN_CONTRAST__CONTRAST,
154 MX31_PIN_D3_SPL__D3_SPL,
155 MX31_PIN_D3_CLS__D3_CLS,
156 MX31_PIN_LCS0__GPI03_23,
32c1ad9a
GL
157 /* CSI */
158 IOMUX_MODE(MX31_PIN_CSI_D5, IOMUX_CONFIG_GPIO),
159 MX31_PIN_CSI_D6__CSI_D6,
160 MX31_PIN_CSI_D7__CSI_D7,
161 MX31_PIN_CSI_D8__CSI_D8,
162 MX31_PIN_CSI_D9__CSI_D9,
163 MX31_PIN_CSI_D10__CSI_D10,
164 MX31_PIN_CSI_D11__CSI_D11,
165 MX31_PIN_CSI_D12__CSI_D12,
166 MX31_PIN_CSI_D13__CSI_D13,
167 MX31_PIN_CSI_D14__CSI_D14,
168 MX31_PIN_CSI_D15__CSI_D15,
169 MX31_PIN_CSI_HSYNC__CSI_HSYNC,
170 MX31_PIN_CSI_MCLK__CSI_MCLK,
171 MX31_PIN_CSI_PIXCLK__CSI_PIXCLK,
172 MX31_PIN_CSI_VSYNC__CSI_VSYNC,
01ac7d58
SH
173};
174
ce8ffef0
SH
175static struct physmap_flash_data pcm037_flash_data = {
176 .width = 2,
177};
178
179static struct resource pcm037_flash_resource = {
180 .start = 0xa0000000,
181 .end = 0xa1ffffff,
182 .flags = IORESOURCE_MEM,
183};
184
eb05bbeb
GL
185static int usbotg_pins[] = {
186 MX31_PIN_USBOTG_DATA0__USBOTG_DATA0,
187 MX31_PIN_USBOTG_DATA1__USBOTG_DATA1,
188 MX31_PIN_USBOTG_DATA2__USBOTG_DATA2,
189 MX31_PIN_USBOTG_DATA3__USBOTG_DATA3,
190 MX31_PIN_USBOTG_DATA4__USBOTG_DATA4,
191 MX31_PIN_USBOTG_DATA5__USBOTG_DATA5,
192 MX31_PIN_USBOTG_DATA6__USBOTG_DATA6,
193 MX31_PIN_USBOTG_DATA7__USBOTG_DATA7,
194 MX31_PIN_USBOTG_CLK__USBOTG_CLK,
195 MX31_PIN_USBOTG_DIR__USBOTG_DIR,
196 MX31_PIN_USBOTG_NXT__USBOTG_NXT,
197 MX31_PIN_USBOTG_STP__USBOTG_STP,
198};
199
200/* USB OTG HS port */
201static int __init gpio_usbotg_hs_activate(void)
202{
203 int ret = mxc_iomux_setup_multiple_pins(usbotg_pins,
204 ARRAY_SIZE(usbotg_pins), "usbotg");
205
206 if (ret < 0) {
207 printk(KERN_ERR "Cannot set up OTG pins\n");
208 return ret;
209 }
210
211 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA0, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
212 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA1, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
213 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA2, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
214 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA3, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
215 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA4, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
216 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA5, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
217 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA6, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
218 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA7, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
219 mxc_iomux_set_pad(MX31_PIN_USBOTG_CLK, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
220 mxc_iomux_set_pad(MX31_PIN_USBOTG_DIR, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
221 mxc_iomux_set_pad(MX31_PIN_USBOTG_NXT, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
222 mxc_iomux_set_pad(MX31_PIN_USBOTG_STP, PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST);
223
224 return 0;
225}
226
227/* OTG config */
228static struct fsl_usb2_platform_data usb_pdata = {
229 .operating_mode = FSL_USB2_DR_DEVICE,
230 .phy_mode = FSL_USB2_PHY_ULPI,
231};
232
ce8ffef0
SH
233static struct platform_device pcm037_flash = {
234 .name = "physmap-flash",
235 .id = 0,
236 .dev = {
237 .platform_data = &pcm037_flash_data,
238 },
239 .resource = &pcm037_flash_resource,
240 .num_resources = 1,
241};
242
243static struct imxuart_platform_data uart_pdata = {
a9b06233 244 .flags = IMXUART_HAVE_RTSCTS,
ce8ffef0
SH
245};
246
4353318e 247static struct resource smsc911x_resources[] = {
3f4f54b4 248 {
ba54b958
GL
249 .start = CS1_BASE_ADDR + 0x300,
250 .end = CS1_BASE_ADDR + 0x300 + SZ_64K - 1,
251 .flags = IORESOURCE_MEM,
3f4f54b4 252 }, {
ba54b958
GL
253 .start = IOMUX_TO_IRQ(MX31_PIN_GPIO3_1),
254 .end = IOMUX_TO_IRQ(MX31_PIN_GPIO3_1),
4353318e 255 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
ba54b958
GL
256 },
257};
258
4353318e
SG
259static struct smsc911x_platform_config smsc911x_info = {
260 .flags = SMSC911X_USE_32BIT | SMSC911X_FORCE_INTERNAL_PHY |
261 SMSC911X_SAVE_MAC_ADDRESS,
262 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
263 .irq_type = SMSC911X_IRQ_TYPE_OPEN_DRAIN,
264 .phy_interface = PHY_INTERFACE_MODE_MII,
ba54b958
GL
265};
266
267static struct platform_device pcm037_eth = {
4353318e 268 .name = "smsc911x",
ba54b958 269 .id = -1,
4353318e
SG
270 .num_resources = ARRAY_SIZE(smsc911x_resources),
271 .resource = smsc911x_resources,
ba54b958 272 .dev = {
4353318e 273 .platform_data = &smsc911x_info,
ba54b958
GL
274 },
275};
276
3dad21a9
SH
277static struct platdata_mtd_ram pcm038_sram_data = {
278 .bankwidth = 2,
279};
280
281static struct resource pcm038_sram_resource = {
282 .start = CS4_BASE_ADDR,
283 .end = CS4_BASE_ADDR + 512 * 1024 - 1,
284 .flags = IORESOURCE_MEM,
285};
286
287static struct platform_device pcm037_sram_device = {
288 .name = "mtd-ram",
289 .id = 0,
290 .dev = {
291 .platform_data = &pcm038_sram_data,
292 },
293 .num_resources = 1,
294 .resource = &pcm038_sram_resource,
295};
296
3287abbd
SH
297static struct mxc_nand_platform_data pcm037_nand_board_info = {
298 .width = 1,
299 .hw_ecc = 1,
300};
301
79206750
SH
302static struct imxi2c_platform_data pcm037_i2c_1_data = {
303 .bitrate = 100000,
79206750
SH
304};
305
32c1ad9a
GL
306static struct imxi2c_platform_data pcm037_i2c_2_data = {
307 .bitrate = 20000,
308};
309
79206750
SH
310static struct at24_platform_data board_eeprom = {
311 .byte_len = 4096,
312 .page_size = 32,
313 .flags = AT24_FLAG_ADDR16,
314};
315
32c1ad9a
GL
316static int pcm037_camera_power(struct device *dev, int on)
317{
318 /* disable or enable the camera in X7 or X8 PCM970 connector */
319 gpio_set_value(IOMUX_TO_GPIO(MX31_PIN_CSI_D5), !on);
320 return 0;
321}
322
323static struct i2c_board_info pcm037_i2c_2_devices[] = {
324 {
325 I2C_BOARD_INFO("mt9t031", 0x5d),
326 },
327};
328
329static struct soc_camera_link iclink = {
330 .bus_id = 0, /* Must match with the camera ID */
331 .power = pcm037_camera_power,
332 .board_info = &pcm037_i2c_2_devices[0],
333 .i2c_adapter_id = 2,
334 .module_name = "mt9t031",
335};
336
79206750 337static struct i2c_board_info pcm037_i2c_devices[] = {
32c1ad9a 338 {
79206750
SH
339 I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */
340 .platform_data = &board_eeprom,
341 }, {
cf87a6e2 342 I2C_BOARD_INFO("pcf8563", 0x51),
79206750
SH
343 }
344};
32c1ad9a
GL
345
346static struct platform_device pcm037_camera = {
347 .name = "soc-camera-pdrv",
348 .id = 0,
349 .dev = {
350 .platform_data = &iclink,
351 },
352};
79206750 353
dddd4a49
SH
354/* Not connected by default */
355#ifdef PCM970_SDHC_RW_SWITCH
356static int pcm970_sdhc1_get_ro(struct device *dev)
f2cb641f 357{
dddd4a49
SH
358 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_SFS6));
359}
360#endif
361
4f163eb8
SH
362#define SDHC1_GPIO_WP IOMUX_TO_GPIO(MX31_PIN_SFS6)
363#define SDHC1_GPIO_DET IOMUX_TO_GPIO(MX31_PIN_SCK6)
364
dddd4a49
SH
365static int pcm970_sdhc1_init(struct device *dev, irq_handler_t detect_irq,
366 void *data)
367{
368 int ret;
dddd4a49 369
4f163eb8
SH
370 ret = gpio_request(SDHC1_GPIO_DET, "sdhc-detect");
371 if (ret)
372 return ret;
373
374 gpio_direction_input(SDHC1_GPIO_DET);
dddd4a49 375
4f163eb8
SH
376#ifdef PCM970_SDHC_RW_SWITCH
377 ret = gpio_request(SDHC1_GPIO_WP, "sdhc-wp");
378 if (ret)
379 goto err_gpio_free;
380 gpio_direction_input(SDHC1_GPIO_WP);
381#endif
dddd4a49
SH
382
383 ret = request_irq(IOMUX_TO_IRQ(MX31_PIN_SCK6), detect_irq,
384 IRQF_DISABLED | IRQF_TRIGGER_FALLING,
385 "sdhc-detect", data);
4f163eb8
SH
386 if (ret)
387 goto err_gpio_free_2;
388
389 return 0;
390
391err_gpio_free_2:
392#ifdef PCM970_SDHC_RW_SWITCH
393 gpio_free(SDHC1_GPIO_WP);
394err_gpio_free:
395#endif
396 gpio_free(SDHC1_GPIO_DET);
397
dddd4a49 398 return ret;
f2cb641f
SH
399}
400
401static void pcm970_sdhc1_exit(struct device *dev, void *data)
402{
dddd4a49 403 free_irq(IOMUX_TO_IRQ(MX31_PIN_SCK6), data);
4f163eb8
SH
404 gpio_free(SDHC1_GPIO_DET);
405 gpio_free(SDHC1_GPIO_WP);
f2cb641f
SH
406}
407
f2cb641f 408static struct imxmmc_platform_data sdhc_pdata = {
dddd4a49
SH
409#ifdef PCM970_SDHC_RW_SWITCH
410 .get_ro = pcm970_sdhc1_get_ro,
411#endif
f2cb641f
SH
412 .init = pcm970_sdhc1_init,
413 .exit = pcm970_sdhc1_exit,
414};
415
32c1ad9a
GL
416struct mx3_camera_pdata camera_pdata = {
417 .dma_dev = &mx3_ipu.dev,
418 .flags = MX3_CAMERA_DATAWIDTH_8 | MX3_CAMERA_DATAWIDTH_10,
419 .mclk_10khz = 2000,
420};
421
422static int __init pcm037_camera_alloc_dma(const size_t buf_size)
423{
424 dma_addr_t dma_handle;
425 void *buf;
426 int dma;
427
428 if (buf_size < 2 * 1024 * 1024)
429 return -EINVAL;
430
431 buf = dma_alloc_coherent(NULL, buf_size, &dma_handle, GFP_KERNEL);
432 if (!buf) {
433 pr_err("%s: cannot allocate camera buffer-memory\n", __func__);
434 return -ENOMEM;
435 }
436
437 memset(buf, 0, buf_size);
438
439 dma = dma_declare_coherent_memory(&mx3_camera.dev,
440 dma_handle, dma_handle, buf_size,
441 DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE);
442
443 /* The way we call dma_declare_coherent_memory only a malloc can fail */
444 return dma & DMA_MEMORY_MAP ? 0 : -ENOMEM;
445}
446
ce8ffef0
SH
447static struct platform_device *devices[] __initdata = {
448 &pcm037_flash,
3dad21a9 449 &pcm037_sram_device,
32c1ad9a 450 &pcm037_camera,
ce8ffef0
SH
451};
452
a8df0ee8
GL
453static struct ipu_platform_data mx3_ipu_data = {
454 .irq_base = MXC_IPU_IRQ_START,
455};
456
457static const struct fb_videomode fb_modedb[] = {
458 {
459 /* 240x320 @ 60 Hz Sharp */
460 .name = "Sharp-LQ035Q7DH06-QVGA",
461 .refresh = 60,
462 .xres = 240,
463 .yres = 320,
464 .pixclock = 185925,
465 .left_margin = 9,
466 .right_margin = 16,
467 .upper_margin = 7,
468 .lower_margin = 9,
469 .hsync_len = 1,
470 .vsync_len = 1,
471 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
472 FB_SYNC_CLK_INVERT | FB_SYNC_CLK_IDLE_EN,
473 .vmode = FB_VMODE_NONINTERLACED,
474 .flag = 0,
475 }, {
476 /* 240x320 @ 60 Hz */
477 .name = "TX090",
478 .refresh = 60,
479 .xres = 240,
480 .yres = 320,
481 .pixclock = 38255,
482 .left_margin = 144,
483 .right_margin = 0,
484 .upper_margin = 7,
485 .lower_margin = 40,
486 .hsync_len = 96,
487 .vsync_len = 1,
488 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
489 .vmode = FB_VMODE_NONINTERLACED,
490 .flag = 0,
574ec547
GL
491 }, {
492 /* 240x320 @ 60 Hz */
493 .name = "CMEL-OLED",
494 .refresh = 60,
495 .xres = 240,
496 .yres = 320,
497 .pixclock = 185925,
498 .left_margin = 9,
499 .right_margin = 16,
500 .upper_margin = 7,
501 .lower_margin = 9,
502 .hsync_len = 1,
503 .vsync_len = 1,
504 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
505 .vmode = FB_VMODE_NONINTERLACED,
506 .flag = 0,
a8df0ee8
GL
507 },
508};
509
510static struct mx3fb_platform_data mx3fb_pdata = {
511 .dma_dev = &mx3_ipu.dev,
512 .name = "Sharp-LQ035Q7DH06-QVGA",
513 .mode = fb_modedb,
514 .num_modes = ARRAY_SIZE(fb_modedb),
515};
516
91bf9a25
SH
517static struct resource pcm970_sja1000_resources[] = {
518 {
519 .start = CS5_BASE_ADDR,
520 .end = CS5_BASE_ADDR + 0x100 - 1,
521 .flags = IORESOURCE_MEM,
522 }, {
523 .start = IOMUX_TO_IRQ(IOMUX_PIN(48, 105)),
524 .end = IOMUX_TO_IRQ(IOMUX_PIN(48, 105)),
525 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE,
526 },
527};
528
529struct sja1000_platform_data pcm970_sja1000_platform_data = {
530 .clock = 16000000 / 2,
531 .ocr = 0x40 | 0x18,
532 .cdr = 0x40,
533};
534
535static struct platform_device pcm970_sja1000 = {
536 .name = "sja1000_platform",
537 .dev = {
538 .platform_data = &pcm970_sja1000_platform_data,
539 },
540 .resource = pcm970_sja1000_resources,
541 .num_resources = ARRAY_SIZE(pcm970_sja1000_resources),
542};
543
ce8ffef0
SH
544/*
545 * Board specific initialization.
546 */
547static void __init mxc_board_init(void)
548{
4f163eb8
SH
549 int ret;
550
01ac7d58
SH
551 mxc_iomux_setup_multiple_pins(pcm037_pins, ARRAY_SIZE(pcm037_pins),
552 "pcm037");
553
574ec547
GL
554 if (pcm037_variant() == PCM037_EET)
555 mxc_iomux_setup_multiple_pins(pcm037_uart1_pins,
556 ARRAY_SIZE(pcm037_uart1_pins), "pcm037_uart1");
557 else
558 mxc_iomux_setup_multiple_pins(pcm037_uart1_handshake_pins,
559 ARRAY_SIZE(pcm037_uart1_handshake_pins),
560 "pcm037_uart1");
561
ce8ffef0
SH
562 platform_add_devices(devices, ARRAY_SIZE(devices));
563
5cf09421 564 mxc_register_device(&mxc_uart_device0, &uart_pdata);
13e9f612 565 mxc_register_device(&mxc_uart_device1, &uart_pdata);
5cf09421 566 mxc_register_device(&mxc_uart_device2, &uart_pdata);
d517cab1 567
d517cab1 568 mxc_register_device(&mxc_w1_master_device, NULL);
ba54b958 569
f8e5143b 570 /* LAN9217 IRQ pin */
4f163eb8
SH
571 ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1), "lan9217-irq");
572 if (ret)
573 pr_warning("could not get LAN irq gpio\n");
574 else {
575 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1));
576 platform_device_register(&pcm037_eth);
577 }
578
3287abbd 579
32c1ad9a 580 /* I2C adapters and devices */
79206750
SH
581 i2c_register_board_info(1, pcm037_i2c_devices,
582 ARRAY_SIZE(pcm037_i2c_devices));
583
584 mxc_register_device(&mxc_i2c_device1, &pcm037_i2c_1_data);
32c1ad9a
GL
585 mxc_register_device(&mxc_i2c_device2, &pcm037_i2c_2_data);
586
3287abbd 587 mxc_register_device(&mxc_nand_device, &pcm037_nand_board_info);
f2cb641f 588 mxc_register_device(&mxcsdhc_device0, &sdhc_pdata);
a8df0ee8
GL
589 mxc_register_device(&mx3_ipu, &mx3_ipu_data);
590 mxc_register_device(&mx3_fb, &mx3fb_pdata);
eb05bbeb
GL
591 if (!gpio_usbotg_hs_activate())
592 mxc_register_device(&mxc_otg_udc_device, &usb_pdata);
32c1ad9a
GL
593
594 /* CSI */
595 /* Camera power: default - off */
596 ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_CSI_D5), "mt9t031-power");
597 if (!ret)
598 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CSI_D5), 1);
599 else
600 iclink.power = NULL;
601
602 if (!pcm037_camera_alloc_dma(4 * 1024 * 1024))
603 mxc_register_device(&mx3_camera, &camera_pdata);
91bf9a25
SH
604
605 platform_device_register(&pcm970_sja1000);
ce8ffef0
SH
606}
607
ce8ffef0
SH
608static void __init pcm037_timer_init(void)
609{
30c730f8 610 mx31_clocks_init(26000000);
ce8ffef0
SH
611}
612
613struct sys_timer pcm037_timer = {
614 .init = pcm037_timer_init,
615};
616
617MACHINE_START(PCM037, "Phytec Phycore pcm037")
618 /* Maintainer: Pengutronix */
619 .phys_io = AIPS1_BASE_ADDR,
620 .io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc,
621 .boot_params = PHYS_OFFSET + 0x100,
cd4a05f9 622 .map_io = mx31_map_io,
c5aa0ad0 623 .init_irq = mx31_init_irq,
ce8ffef0
SH
624 .init_machine = mxc_board_init,
625 .timer = &pcm037_timer,
626MACHINE_END
This page took 0.125868 seconds and 5 git commands to generate.