blob: ce50fe1372693cb9201d8fed6bc061b5f2071709 [file] [log] [blame]
Tony Lindgren9b6553c2006-04-02 17:46:30 +01001/*
2 * linux/arch/arm/mach-omap1/board-ams-delta.c
3 *
4 * Modified from board-generic.c
5 *
6 * Board specific inits for the Amstrad E3 (codename Delta) videophone
7 *
8 * Copyright (C) 2006 Jonathan McDowell <noodles@earth.li>
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 */
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +010014#include <linux/basic_mmio_gpio.h>
Russell King2f8163b2011-07-26 10:53:52 +010015#include <linux/gpio.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010016#include <linux/kernel.h>
17#include <linux/init.h>
Jonathan McDowell325d50b2006-12-06 17:13:52 -080018#include <linux/input.h>
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070019#include <linux/interrupt.h>
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -070020#include <linux/leds.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010021#include <linux/platform_device.h>
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070022#include <linux/serial_8250.h>
Paul Gortmakerdc280942011-07-31 16:17:29 -040023#include <linux/export.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010024
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -070025#include <media/soc_camera.h>
26
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070027#include <asm/serial.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010028#include <mach/hardware.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010029#include <asm/mach-types.h>
30#include <asm/mach/arch.h>
31#include <asm/mach/map.h>
32
Aaro Koskinen7489ffc2010-11-18 19:59:50 +020033#include <plat/io.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070034#include <plat/board-ams-delta.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070035#include <plat/keypad.h>
36#include <plat/mux.h>
37#include <plat/usb.h>
38#include <plat/board.h>
Tony Lindgren4e653312011-11-10 22:45:17 +010039#include "common.h"
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -070040#include <mach/camera.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010041
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +000042#include <mach/ams-delta-fiq.h>
43
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000044static const unsigned int ams_delta_keymap[] = {
Tony Lindgrena5246262006-12-07 13:58:17 -080045 KEY(0, 0, KEY_F1), /* Advert */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080046
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000047 KEY(0, 3, KEY_COFFEE), /* Games */
48 KEY(0, 2, KEY_QUESTION), /* Directory */
49 KEY(2, 3, KEY_CONNECT), /* Internet */
50 KEY(1, 2, KEY_SHOP), /* Services */
Tony Lindgrena5246262006-12-07 13:58:17 -080051 KEY(1, 1, KEY_PHONE), /* VoiceMail */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080052
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000053 KEY(0, 1, KEY_DELETE), /* Delete */
Tony Lindgrena5246262006-12-07 13:58:17 -080054 KEY(2, 2, KEY_PLAY), /* Play */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000055 KEY(1, 0, KEY_PAGEUP), /* Up */
56 KEY(1, 3, KEY_PAGEDOWN), /* Down */
57 KEY(2, 0, KEY_EMAIL), /* ReadEmail */
58 KEY(2, 1, KEY_STOP), /* Stop */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080059
60 /* Numeric keypad portion */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000061 KEY(0, 7, KEY_KP1),
62 KEY(0, 6, KEY_KP2),
63 KEY(0, 5, KEY_KP3),
64 KEY(1, 7, KEY_KP4),
65 KEY(1, 6, KEY_KP5),
66 KEY(1, 5, KEY_KP6),
67 KEY(2, 7, KEY_KP7),
68 KEY(2, 6, KEY_KP8),
69 KEY(2, 5, KEY_KP9),
70 KEY(3, 6, KEY_KP0),
71 KEY(3, 7, KEY_KPASTERISK),
72 KEY(3, 5, KEY_KPDOT), /* # key */
73 KEY(7, 2, KEY_NUMLOCK), /* Mute */
74 KEY(7, 1, KEY_KPMINUS), /* Recall */
75 KEY(6, 1, KEY_KPPLUS), /* Redial */
76 KEY(7, 6, KEY_KPSLASH), /* Handsfree */
77 KEY(6, 0, KEY_ENTER), /* Video */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080078
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000079 KEY(7, 4, KEY_CAMERA), /* Photo */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080080
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000081 KEY(0, 4, KEY_F2), /* Home */
82 KEY(1, 4, KEY_F3), /* Office */
83 KEY(2, 4, KEY_F4), /* Mobile */
Tony Lindgrena5246262006-12-07 13:58:17 -080084 KEY(7, 7, KEY_F5), /* SMS */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000085 KEY(7, 5, KEY_F6), /* Email */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080086
87 /* QWERTY portion of keypad */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000088 KEY(3, 4, KEY_Q),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080089 KEY(3, 3, KEY_W),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000090 KEY(3, 2, KEY_E),
91 KEY(3, 1, KEY_R),
92 KEY(3, 0, KEY_T),
93 KEY(4, 7, KEY_Y),
94 KEY(4, 6, KEY_U),
95 KEY(4, 5, KEY_I),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080096 KEY(4, 4, KEY_O),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000097 KEY(4, 3, KEY_P),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080098
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000099 KEY(4, 2, KEY_A),
100 KEY(4, 1, KEY_S),
101 KEY(4, 0, KEY_D),
102 KEY(5, 7, KEY_F),
103 KEY(5, 6, KEY_G),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800104 KEY(5, 5, KEY_H),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000105 KEY(5, 4, KEY_J),
106 KEY(5, 3, KEY_K),
107 KEY(5, 2, KEY_L),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800108
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000109 KEY(5, 1, KEY_Z),
110 KEY(5, 0, KEY_X),
111 KEY(6, 7, KEY_C),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800112 KEY(6, 6, KEY_V),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000113 KEY(6, 5, KEY_B),
114 KEY(6, 4, KEY_N),
115 KEY(6, 3, KEY_M),
116 KEY(6, 2, KEY_SPACE),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800117
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000118 KEY(7, 0, KEY_LEFTSHIFT), /* Vol up */
119 KEY(7, 3, KEY_LEFTCTRL), /* Vol down */
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800120};
121
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100122#define LATCH1_PHYS 0x01000000
123#define LATCH1_VIRT 0xEA000000
124#define MODEM_PHYS 0x04000000
125#define MODEM_VIRT 0xEB000000
126#define LATCH2_PHYS 0x08000000
127#define LATCH2_VIRT 0xEC000000
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100128
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100129static struct map_desc ams_delta_io_desc[] __initdata = {
David Cohen6e2d4102007-12-13 22:27:15 -0400130 /* AMS_DELTA_LATCH1 */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100131 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100132 .virtual = LATCH1_VIRT,
133 .pfn = __phys_to_pfn(LATCH1_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100134 .length = 0x01000000,
135 .type = MT_DEVICE
136 },
David Cohen6e2d4102007-12-13 22:27:15 -0400137 /* AMS_DELTA_LATCH2 */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100138 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100139 .virtual = LATCH2_VIRT,
140 .pfn = __phys_to_pfn(LATCH2_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100141 .length = 0x01000000,
142 .type = MT_DEVICE
143 },
David Cohen6e2d4102007-12-13 22:27:15 -0400144 /* AMS_DELTA_MODEM */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100145 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100146 .virtual = MODEM_VIRT,
147 .pfn = __phys_to_pfn(MODEM_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100148 .length = 0x01000000,
149 .type = MT_DEVICE
150 }
151};
152
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100153static struct omap_lcd_config ams_delta_lcd_config __initdata = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800154 .ctrl_name = "internal",
155};
156
Janusz Krzysztofikdc0caef2012-03-01 15:19:15 -0800157static struct omap_usb_config ams_delta_usb_config = {
Jonathan McDowell07116152006-06-26 16:16:01 -0700158 .register_host = 1,
159 .hmc_mode = 16,
160 .pins[0] = 2,
161};
162
Uwe Kleine-Königa7e2a892011-02-09 21:40:10 +0100163static struct omap_board_config_kernel ams_delta_config[] __initdata = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800164 { OMAP_TAG_LCD, &ams_delta_lcd_config },
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100165};
166
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100167#define LATCH1_GPIO_BASE 232
168#define LATCH1_NGPIO 8
169
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100170static struct resource latch1_resources[] = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100171 [0] = {
172 .name = "dat",
173 .start = LATCH1_PHYS,
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100174 .end = LATCH1_PHYS + (LATCH1_NGPIO - 1) / 8,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100175 .flags = IORESOURCE_MEM,
176 },
177};
178
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100179static struct bgpio_pdata latch1_pdata = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100180 .base = LATCH1_GPIO_BASE,
181 .ngpio = LATCH1_NGPIO,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100182};
183
184static struct platform_device latch1_gpio_device = {
185 .name = "basic-mmio-gpio",
186 .id = 0,
187 .resource = latch1_resources,
188 .num_resources = ARRAY_SIZE(latch1_resources),
189 .dev = {
190 .platform_data = &latch1_pdata,
191 },
192};
193
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100194static struct resource latch2_resources[] = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100195 [0] = {
196 .name = "dat",
197 .start = LATCH2_PHYS,
198 .end = LATCH2_PHYS + (AMS_DELTA_LATCH2_NGPIO - 1) / 8,
199 .flags = IORESOURCE_MEM,
200 },
201};
202
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100203static struct bgpio_pdata latch2_pdata = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100204 .base = AMS_DELTA_LATCH2_GPIO_BASE,
205 .ngpio = AMS_DELTA_LATCH2_NGPIO,
206};
207
208static struct platform_device latch2_gpio_device = {
209 .name = "basic-mmio-gpio",
210 .id = 1,
211 .resource = latch2_resources,
212 .num_resources = ARRAY_SIZE(latch2_resources),
213 .dev = {
214 .platform_data = &latch2_pdata,
215 },
216};
217
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100218static const struct gpio latch_gpios[] __initconst = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100219 {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100220 .gpio = LATCH1_GPIO_BASE + 6,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100221 .flags = GPIOF_OUT_INIT_LOW,
222 .label = "dockit1",
223 },
224 {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100225 .gpio = LATCH1_GPIO_BASE + 7,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100226 .flags = GPIOF_OUT_INIT_LOW,
227 .label = "dockit2",
228 },
229 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100230 .gpio = AMS_DELTA_GPIO_PIN_SCARD_RSTIN,
231 .flags = GPIOF_OUT_INIT_LOW,
232 .label = "scard_rstin",
233 },
234 {
235 .gpio = AMS_DELTA_GPIO_PIN_SCARD_CMDVCC,
236 .flags = GPIOF_OUT_INIT_LOW,
237 .label = "scard_cmdvcc",
238 },
239 {
240 .gpio = AMS_DELTA_GPIO_PIN_MODEM_NRESET,
241 .flags = GPIOF_OUT_INIT_LOW,
242 .label = "modem_nreset",
243 },
244 {
245 .gpio = AMS_DELTA_GPIO_PIN_MODEM_CODEC,
246 .flags = GPIOF_OUT_INIT_LOW,
247 .label = "modem_codec",
248 },
249 {
250 .gpio = AMS_DELTA_LATCH2_GPIO_BASE + 14,
251 .flags = GPIOF_OUT_INIT_LOW,
252 .label = "hookflash1",
253 },
254 {
255 .gpio = AMS_DELTA_LATCH2_GPIO_BASE + 15,
256 .flags = GPIOF_OUT_INIT_LOW,
257 .label = "hookflash2",
258 },
259};
260
261void ams_delta_latch_write(int base, int ngpio, u16 mask, u16 value)
262{
263 int bit = 0;
264 u16 bitpos = 1 << bit;
265
266 for (; bit < ngpio; bit++, bitpos = bitpos << 1) {
267 if (!(mask & bitpos))
268 continue;
269 gpio_set_value(base + bit, (value & bitpos) != 0);
270 }
271}
272EXPORT_SYMBOL(ams_delta_latch_write);
273
Janusz Krzysztofikeaca4912010-12-15 15:43:44 +0100274static struct resource ams_delta_nand_resources[] = {
275 [0] = {
276 .start = OMAP1_MPUIO_BASE,
277 .end = OMAP1_MPUIO_BASE +
278 OMAP_MPUIO_IO_CNTL + sizeof(u32) - 1,
279 .flags = IORESOURCE_MEM,
280 },
281};
282
Janusz Krzysztofik7e95d1f2010-12-14 21:09:40 +0100283static struct platform_device ams_delta_nand_device = {
284 .name = "ams-delta-nand",
Janusz Krzysztofikeaca4912010-12-15 15:43:44 +0100285 .id = -1,
286 .num_resources = ARRAY_SIZE(ams_delta_nand_resources),
287 .resource = ams_delta_nand_resources,
Janusz Krzysztofik7e95d1f2010-12-14 21:09:40 +0100288};
289
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800290static struct resource ams_delta_kp_resources[] = {
291 [0] = {
292 .start = INT_KEYBOARD,
293 .end = INT_KEYBOARD,
294 .flags = IORESOURCE_IRQ,
295 },
296};
297
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000298static const struct matrix_keymap_data ams_delta_keymap_data = {
299 .keymap = ams_delta_keymap,
300 .keymap_size = ARRAY_SIZE(ams_delta_keymap),
301};
302
Janusz Krzysztofikdc0caef2012-03-01 15:19:15 -0800303static struct omap_kp_platform_data ams_delta_kp_data = {
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800304 .rows = 8,
305 .cols = 8,
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000306 .keymap_data = &ams_delta_keymap_data,
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800307 .delay = 9,
308};
309
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700310static struct platform_device ams_delta_kp_device = {
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800311 .name = "omap-keypad",
312 .id = -1,
313 .dev = {
314 .platform_data = &ams_delta_kp_data,
315 },
316 .num_resources = ARRAY_SIZE(ams_delta_kp_resources),
317 .resource = ams_delta_kp_resources,
318};
319
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700320static struct platform_device ams_delta_lcd_device = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800321 .name = "lcd_ams_delta",
322 .id = -1,
323};
324
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100325static const struct gpio_led gpio_leds[] __initconst = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100326 {
327 .name = "camera",
328 .gpio = LATCH1_GPIO_BASE + 0,
329 .default_state = LEDS_GPIO_DEFSTATE_OFF,
330#ifdef CONFIG_LEDS_TRIGGERS
331 .default_trigger = "ams_delta_camera",
332#endif
333 },
334 {
335 .name = "advert",
336 .gpio = LATCH1_GPIO_BASE + 1,
337 .default_state = LEDS_GPIO_DEFSTATE_OFF,
338 },
339 {
340 .name = "email",
341 .gpio = LATCH1_GPIO_BASE + 2,
342 .default_state = LEDS_GPIO_DEFSTATE_OFF,
343 },
344 {
345 .name = "handsfree",
346 .gpio = LATCH1_GPIO_BASE + 3,
347 .default_state = LEDS_GPIO_DEFSTATE_OFF,
348 },
349 {
350 .name = "voicemail",
351 .gpio = LATCH1_GPIO_BASE + 4,
352 .default_state = LEDS_GPIO_DEFSTATE_OFF,
353 },
354 {
355 .name = "voice",
356 .gpio = LATCH1_GPIO_BASE + 5,
357 .default_state = LEDS_GPIO_DEFSTATE_OFF,
358 },
359};
360
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100361static const struct gpio_led_platform_data leds_pdata __initconst = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100362 .leds = gpio_leds,
363 .num_leds = ARRAY_SIZE(gpio_leds),
Jonathan McDowell9becde72006-06-23 02:05:33 -0700364};
365
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700366static struct i2c_board_info ams_delta_camera_board_info[] = {
367 {
368 I2C_BOARD_INFO("ov6650", 0x60),
369 },
370};
371
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700372#ifdef CONFIG_LEDS_TRIGGERS
373DEFINE_LED_TRIGGER(ams_delta_camera_led_trigger);
374
375static int ams_delta_camera_power(struct device *dev, int power)
376{
377 /*
378 * turn on camera LED
379 */
380 if (power)
381 led_trigger_event(ams_delta_camera_led_trigger, LED_FULL);
382 else
383 led_trigger_event(ams_delta_camera_led_trigger, LED_OFF);
384 return 0;
385}
386#else
387#define ams_delta_camera_power NULL
388#endif
389
Uwe Kleine-Königa7e2a892011-02-09 21:40:10 +0100390static struct soc_camera_link ams_delta_iclink = {
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700391 .bus_id = 0, /* OMAP1 SoC camera bus */
392 .i2c_adapter_id = 1,
393 .board_info = &ams_delta_camera_board_info[0],
394 .module_name = "ov6650",
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700395 .power = ams_delta_camera_power,
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700396};
397
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700398static struct platform_device ams_delta_camera_device = {
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700399 .name = "soc-camera-pdrv",
400 .id = 0,
401 .dev = {
402 .platform_data = &ams_delta_iclink,
403 },
404};
405
406static struct omap1_cam_platform_data ams_delta_camera_platform_data = {
407 .camexclk_khz = 12000, /* default 12MHz clock, no extra DPLL */
408 .lclk_khz_max = 1334, /* results in 5fps CIF, 10fps QCIF */
409};
410
Jonathan McDowell9becde72006-06-23 02:05:33 -0700411static struct platform_device *ams_delta_devices[] __initdata = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100412 &latch1_gpio_device,
413 &latch2_gpio_device,
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800414 &ams_delta_kp_device,
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700415 &ams_delta_camera_device,
Jonathan McDowell9becde72006-06-23 02:05:33 -0700416};
417
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100418static struct platform_device *late_devices[] __initdata = {
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100419 &ams_delta_nand_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100420 &ams_delta_lcd_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100421};
422
423static void __init ams_delta_init(void)
424{
Janusz Krzysztofikc33da3a2009-10-22 14:47:42 -0700425 /* mux pins for uarts */
426 omap_cfg_reg(UART1_TX);
427 omap_cfg_reg(UART1_RTS);
428
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700429 /* parallel camera interface */
430 omap_cfg_reg(H19_1610_CAM_EXCLK);
431 omap_cfg_reg(J15_1610_CAM_LCLK);
432 omap_cfg_reg(L18_1610_CAM_VS);
433 omap_cfg_reg(L15_1610_CAM_HS);
434 omap_cfg_reg(L19_1610_CAM_D0);
435 omap_cfg_reg(K14_1610_CAM_D1);
436 omap_cfg_reg(K15_1610_CAM_D2);
437 omap_cfg_reg(K19_1610_CAM_D3);
438 omap_cfg_reg(K18_1610_CAM_D4);
439 omap_cfg_reg(J14_1610_CAM_D5);
440 omap_cfg_reg(J19_1610_CAM_D6);
441 omap_cfg_reg(J18_1610_CAM_D7);
442
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100443 omap_board_config = ams_delta_config;
444 omap_board_config_size = ARRAY_SIZE(ams_delta_config);
445 omap_serial_init();
Jarkko Nikula1ed16a82007-11-07 06:54:32 +0200446 omap_register_i2c_bus(1, 100, NULL, 0);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100447
Tony Lindgrendd0cdd82010-07-05 16:31:30 +0300448 omap1_usb_init(&ams_delta_usb_config);
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700449 omap1_set_camera_info(&ams_delta_camera_platform_data);
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700450#ifdef CONFIG_LEDS_TRIGGERS
451 led_trigger_register_simple("ams_delta_camera",
452 &ams_delta_camera_led_trigger);
453#endif
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100454 gpio_led_register_device(-1, &leds_pdata);
Jonathan McDowell9becde72006-06-23 02:05:33 -0700455 platform_add_devices(ams_delta_devices, ARRAY_SIZE(ams_delta_devices));
Janusz Krzysztofikb3dba0b2009-10-22 14:47:42 -0700456
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +0000457 ams_delta_init_fiq();
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +0000458
Janusz Krzysztofikb3dba0b2009-10-22 14:47:42 -0700459 omap_writew(omap_readw(ARM_RSTCT1) | 0x0004, ARM_RSTCT1);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100460}
461
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700462static struct plat_serial8250_port ams_delta_modem_ports[] = {
463 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100464 .membase = IOMEM(MODEM_VIRT),
465 .mapbase = MODEM_PHYS,
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700466 .irq = -EINVAL, /* changed later */
467 .flags = UPF_BOOT_AUTOCONF,
468 .irqflags = IRQF_TRIGGER_RISING,
469 .iotype = UPIO_MEM,
470 .regshift = 1,
471 .uartclk = BASE_BAUD * 16,
472 },
473 { },
474};
475
476static struct platform_device ams_delta_modem_device = {
477 .name = "serial8250",
478 .id = PLAT8250_DEV_PLATFORM1,
479 .dev = {
480 .platform_data = ams_delta_modem_ports,
481 },
482};
483
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100484static int __init late_init(void)
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700485{
Janusz Krzysztofik4cb2dc62010-04-28 01:05:47 +0000486 int err;
487
Tony Lindgren7f9187c2010-12-10 09:46:24 -0800488 if (!machine_is_ams_delta())
489 return -ENODEV;
490
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100491 err = gpio_request_array(latch_gpios, ARRAY_SIZE(latch_gpios));
492 if (err) {
493 pr_err("Couldn't take over latch1/latch2 GPIO pins\n");
494 return err;
495 }
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100496
497 platform_add_devices(late_devices, ARRAY_SIZE(late_devices));
498
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700499 omap_cfg_reg(M14_1510_GPIO2);
Janusz Krzysztofik4cb2dc62010-04-28 01:05:47 +0000500 ams_delta_modem_ports[0].irq =
501 gpio_to_irq(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
502
503 err = gpio_request(AMS_DELTA_GPIO_PIN_MODEM_IRQ, "modem");
504 if (err) {
505 pr_err("Couldn't request gpio pin for modem\n");
506 return err;
507 }
508 gpio_direction_input(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700509
510 ams_delta_latch2_write(
511 AMS_DELTA_LATCH2_MODEM_NRESET | AMS_DELTA_LATCH2_MODEM_CODEC,
512 AMS_DELTA_LATCH2_MODEM_NRESET | AMS_DELTA_LATCH2_MODEM_CODEC);
513
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100514 err = platform_device_register(&ams_delta_modem_device);
515 if (err)
516 goto gpio_free;
517 return 0;
518
519gpio_free:
520 gpio_free(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
521 return err;
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700522}
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100523late_initcall(late_init);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700524
Tony Lindgren5bb01a92011-11-09 15:29:31 -0800525static void __init ams_delta_map_io(void)
526{
527 omap15xx_map_io();
528 iotable_init(ams_delta_io_desc, ARRAY_SIZE(ams_delta_io_desc));
529}
530
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100531MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
532 /* Maintainer: Jonathan McDowell <noodles@earth.li> */
Nicolas Pitre246e3892011-07-05 22:38:15 -0400533 .atag_offset = 0x100,
Tony Lindgren5bb01a92011-11-09 15:29:31 -0800534 .map_io = ams_delta_map_io,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700535 .init_early = omap1_init_early,
Russell King71ee7da2010-05-23 10:18:16 +0100536 .reserve = omap_reserve,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700537 .init_irq = omap1_init_irq,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100538 .init_machine = ams_delta_init,
Tony Lindgrene74984e2011-03-29 15:54:48 -0700539 .timer = &omap1_timer,
Russell Kingbaa95882011-11-05 17:06:28 +0000540 .restart = omap1_restart,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100541MACHINE_END