blob: cb6afe6704688ab65e88e68ff2eb2b21cfb5a8da [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 Krzysztofikac2885d2012-03-05 17:05:10 +010022#include <linux/regulator/consumer.h>
23#include <linux/regulator/fixed.h>
24#include <linux/regulator/machine.h>
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070025#include <linux/serial_8250.h>
Paul Gortmakerdc280942011-07-31 16:17:29 -040026#include <linux/export.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010027
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -070028#include <media/soc_camera.h>
29
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070030#include <asm/serial.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010031#include <mach/hardware.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010032#include <asm/mach-types.h>
33#include <asm/mach/arch.h>
34#include <asm/mach/map.h>
35
Aaro Koskinen7489ffc2010-11-18 19:59:50 +020036#include <plat/io.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070037#include <plat/board-ams-delta.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070038#include <plat/keypad.h>
39#include <plat/mux.h>
40#include <plat/usb.h>
41#include <plat/board.h>
Tony Lindgren4e653312011-11-10 22:45:17 +010042#include "common.h"
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -070043#include <mach/camera.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010044
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +000045#include <mach/ams-delta-fiq.h>
46
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000047static const unsigned int ams_delta_keymap[] = {
Tony Lindgrena5246262006-12-07 13:58:17 -080048 KEY(0, 0, KEY_F1), /* Advert */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080049
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000050 KEY(0, 3, KEY_COFFEE), /* Games */
51 KEY(0, 2, KEY_QUESTION), /* Directory */
52 KEY(2, 3, KEY_CONNECT), /* Internet */
53 KEY(1, 2, KEY_SHOP), /* Services */
Tony Lindgrena5246262006-12-07 13:58:17 -080054 KEY(1, 1, KEY_PHONE), /* VoiceMail */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080055
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000056 KEY(0, 1, KEY_DELETE), /* Delete */
Tony Lindgrena5246262006-12-07 13:58:17 -080057 KEY(2, 2, KEY_PLAY), /* Play */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000058 KEY(1, 0, KEY_PAGEUP), /* Up */
59 KEY(1, 3, KEY_PAGEDOWN), /* Down */
60 KEY(2, 0, KEY_EMAIL), /* ReadEmail */
61 KEY(2, 1, KEY_STOP), /* Stop */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080062
63 /* Numeric keypad portion */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000064 KEY(0, 7, KEY_KP1),
65 KEY(0, 6, KEY_KP2),
66 KEY(0, 5, KEY_KP3),
67 KEY(1, 7, KEY_KP4),
68 KEY(1, 6, KEY_KP5),
69 KEY(1, 5, KEY_KP6),
70 KEY(2, 7, KEY_KP7),
71 KEY(2, 6, KEY_KP8),
72 KEY(2, 5, KEY_KP9),
73 KEY(3, 6, KEY_KP0),
74 KEY(3, 7, KEY_KPASTERISK),
75 KEY(3, 5, KEY_KPDOT), /* # key */
76 KEY(7, 2, KEY_NUMLOCK), /* Mute */
77 KEY(7, 1, KEY_KPMINUS), /* Recall */
78 KEY(6, 1, KEY_KPPLUS), /* Redial */
79 KEY(7, 6, KEY_KPSLASH), /* Handsfree */
80 KEY(6, 0, KEY_ENTER), /* Video */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080081
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000082 KEY(7, 4, KEY_CAMERA), /* Photo */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080083
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000084 KEY(0, 4, KEY_F2), /* Home */
85 KEY(1, 4, KEY_F3), /* Office */
86 KEY(2, 4, KEY_F4), /* Mobile */
Tony Lindgrena5246262006-12-07 13:58:17 -080087 KEY(7, 7, KEY_F5), /* SMS */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000088 KEY(7, 5, KEY_F6), /* Email */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080089
90 /* QWERTY portion of keypad */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000091 KEY(3, 4, KEY_Q),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080092 KEY(3, 3, KEY_W),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000093 KEY(3, 2, KEY_E),
94 KEY(3, 1, KEY_R),
95 KEY(3, 0, KEY_T),
96 KEY(4, 7, KEY_Y),
97 KEY(4, 6, KEY_U),
98 KEY(4, 5, KEY_I),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080099 KEY(4, 4, KEY_O),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000100 KEY(4, 3, KEY_P),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800101
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000102 KEY(4, 2, KEY_A),
103 KEY(4, 1, KEY_S),
104 KEY(4, 0, KEY_D),
105 KEY(5, 7, KEY_F),
106 KEY(5, 6, KEY_G),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800107 KEY(5, 5, KEY_H),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000108 KEY(5, 4, KEY_J),
109 KEY(5, 3, KEY_K),
110 KEY(5, 2, KEY_L),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800111
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000112 KEY(5, 1, KEY_Z),
113 KEY(5, 0, KEY_X),
114 KEY(6, 7, KEY_C),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800115 KEY(6, 6, KEY_V),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000116 KEY(6, 5, KEY_B),
117 KEY(6, 4, KEY_N),
118 KEY(6, 3, KEY_M),
119 KEY(6, 2, KEY_SPACE),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800120
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000121 KEY(7, 0, KEY_LEFTSHIFT), /* Vol up */
122 KEY(7, 3, KEY_LEFTCTRL), /* Vol down */
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800123};
124
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100125#define LATCH1_PHYS 0x01000000
126#define LATCH1_VIRT 0xEA000000
127#define MODEM_PHYS 0x04000000
128#define MODEM_VIRT 0xEB000000
129#define LATCH2_PHYS 0x08000000
130#define LATCH2_VIRT 0xEC000000
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100131
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100132static struct map_desc ams_delta_io_desc[] __initdata = {
David Cohen6e2d4102007-12-13 22:27:15 -0400133 /* AMS_DELTA_LATCH1 */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100134 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100135 .virtual = LATCH1_VIRT,
136 .pfn = __phys_to_pfn(LATCH1_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100137 .length = 0x01000000,
138 .type = MT_DEVICE
139 },
David Cohen6e2d4102007-12-13 22:27:15 -0400140 /* AMS_DELTA_LATCH2 */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100141 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100142 .virtual = LATCH2_VIRT,
143 .pfn = __phys_to_pfn(LATCH2_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100144 .length = 0x01000000,
145 .type = MT_DEVICE
146 },
David Cohen6e2d4102007-12-13 22:27:15 -0400147 /* AMS_DELTA_MODEM */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100148 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100149 .virtual = MODEM_VIRT,
150 .pfn = __phys_to_pfn(MODEM_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100151 .length = 0x01000000,
152 .type = MT_DEVICE
153 }
154};
155
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100156static struct omap_lcd_config ams_delta_lcd_config __initdata = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800157 .ctrl_name = "internal",
158};
159
Janusz Krzysztofikdc0caef2012-03-01 15:19:15 -0800160static struct omap_usb_config ams_delta_usb_config = {
Jonathan McDowell07116152006-06-26 16:16:01 -0700161 .register_host = 1,
162 .hmc_mode = 16,
163 .pins[0] = 2,
164};
165
Uwe Kleine-Königa7e2a892011-02-09 21:40:10 +0100166static struct omap_board_config_kernel ams_delta_config[] __initdata = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800167 { OMAP_TAG_LCD, &ams_delta_lcd_config },
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100168};
169
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100170#define LATCH1_GPIO_BASE 232
171#define LATCH1_NGPIO 8
172
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100173static struct resource latch1_resources[] = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100174 [0] = {
175 .name = "dat",
176 .start = LATCH1_PHYS,
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100177 .end = LATCH1_PHYS + (LATCH1_NGPIO - 1) / 8,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100178 .flags = IORESOURCE_MEM,
179 },
180};
181
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100182static struct bgpio_pdata latch1_pdata = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100183 .base = LATCH1_GPIO_BASE,
184 .ngpio = LATCH1_NGPIO,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100185};
186
187static struct platform_device latch1_gpio_device = {
188 .name = "basic-mmio-gpio",
189 .id = 0,
190 .resource = latch1_resources,
191 .num_resources = ARRAY_SIZE(latch1_resources),
192 .dev = {
193 .platform_data = &latch1_pdata,
194 },
195};
196
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100197static struct resource latch2_resources[] = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100198 [0] = {
199 .name = "dat",
200 .start = LATCH2_PHYS,
201 .end = LATCH2_PHYS + (AMS_DELTA_LATCH2_NGPIO - 1) / 8,
202 .flags = IORESOURCE_MEM,
203 },
204};
205
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100206static struct bgpio_pdata latch2_pdata = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100207 .base = AMS_DELTA_LATCH2_GPIO_BASE,
208 .ngpio = AMS_DELTA_LATCH2_NGPIO,
209};
210
211static struct platform_device latch2_gpio_device = {
212 .name = "basic-mmio-gpio",
213 .id = 1,
214 .resource = latch2_resources,
215 .num_resources = ARRAY_SIZE(latch2_resources),
216 .dev = {
217 .platform_data = &latch2_pdata,
218 },
219};
220
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100221static const struct gpio latch_gpios[] __initconst = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100222 {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100223 .gpio = LATCH1_GPIO_BASE + 6,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100224 .flags = GPIOF_OUT_INIT_LOW,
225 .label = "dockit1",
226 },
227 {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100228 .gpio = LATCH1_GPIO_BASE + 7,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100229 .flags = GPIOF_OUT_INIT_LOW,
230 .label = "dockit2",
231 },
232 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100233 .gpio = AMS_DELTA_GPIO_PIN_SCARD_RSTIN,
234 .flags = GPIOF_OUT_INIT_LOW,
235 .label = "scard_rstin",
236 },
237 {
238 .gpio = AMS_DELTA_GPIO_PIN_SCARD_CMDVCC,
239 .flags = GPIOF_OUT_INIT_LOW,
240 .label = "scard_cmdvcc",
241 },
242 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100243 .gpio = AMS_DELTA_GPIO_PIN_MODEM_CODEC,
244 .flags = GPIOF_OUT_INIT_LOW,
245 .label = "modem_codec",
246 },
247 {
248 .gpio = AMS_DELTA_LATCH2_GPIO_BASE + 14,
249 .flags = GPIOF_OUT_INIT_LOW,
250 .label = "hookflash1",
251 },
252 {
253 .gpio = AMS_DELTA_LATCH2_GPIO_BASE + 15,
254 .flags = GPIOF_OUT_INIT_LOW,
255 .label = "hookflash2",
256 },
257};
258
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100259static struct regulator_consumer_supply modem_nreset_consumers[] = {
260 REGULATOR_SUPPLY("RESET#", "serial8250.1"),
261 REGULATOR_SUPPLY("POR", "cx20442-codec"),
262};
263
264static struct regulator_init_data modem_nreset_data = {
265 .constraints = {
266 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
267 .boot_on = 1,
268 },
269 .num_consumer_supplies = ARRAY_SIZE(modem_nreset_consumers),
270 .consumer_supplies = modem_nreset_consumers,
271};
272
273static struct fixed_voltage_config modem_nreset_config = {
274 .supply_name = "modem_nreset",
275 .microvolts = 3300000,
276 .gpio = AMS_DELTA_GPIO_PIN_MODEM_NRESET,
277 .startup_delay = 25000,
278 .enable_high = 1,
279 .enabled_at_boot = 1,
280 .init_data = &modem_nreset_data,
281};
282
283static struct platform_device modem_nreset_device = {
284 .name = "reg-fixed-voltage",
285 .id = -1,
286 .dev = {
287 .platform_data = &modem_nreset_config,
288 },
289};
290
291struct modem_private_data {
292 struct regulator *regulator;
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100293};
294
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100295static struct modem_private_data modem_priv;
296
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100297void ams_delta_latch_write(int base, int ngpio, u16 mask, u16 value)
298{
299 int bit = 0;
300 u16 bitpos = 1 << bit;
301
302 for (; bit < ngpio; bit++, bitpos = bitpos << 1) {
303 if (!(mask & bitpos))
304 continue;
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100305 else
306 gpio_set_value(base + bit, (value & bitpos) != 0);
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100307 }
308}
309EXPORT_SYMBOL(ams_delta_latch_write);
310
Janusz Krzysztofikeaca4912010-12-15 15:43:44 +0100311static struct resource ams_delta_nand_resources[] = {
312 [0] = {
313 .start = OMAP1_MPUIO_BASE,
314 .end = OMAP1_MPUIO_BASE +
315 OMAP_MPUIO_IO_CNTL + sizeof(u32) - 1,
316 .flags = IORESOURCE_MEM,
317 },
318};
319
Janusz Krzysztofik7e95d1f2010-12-14 21:09:40 +0100320static struct platform_device ams_delta_nand_device = {
321 .name = "ams-delta-nand",
Janusz Krzysztofikeaca4912010-12-15 15:43:44 +0100322 .id = -1,
323 .num_resources = ARRAY_SIZE(ams_delta_nand_resources),
324 .resource = ams_delta_nand_resources,
Janusz Krzysztofik7e95d1f2010-12-14 21:09:40 +0100325};
326
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800327static struct resource ams_delta_kp_resources[] = {
328 [0] = {
329 .start = INT_KEYBOARD,
330 .end = INT_KEYBOARD,
331 .flags = IORESOURCE_IRQ,
332 },
333};
334
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000335static const struct matrix_keymap_data ams_delta_keymap_data = {
336 .keymap = ams_delta_keymap,
337 .keymap_size = ARRAY_SIZE(ams_delta_keymap),
338};
339
Janusz Krzysztofikdc0caef2012-03-01 15:19:15 -0800340static struct omap_kp_platform_data ams_delta_kp_data = {
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800341 .rows = 8,
342 .cols = 8,
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000343 .keymap_data = &ams_delta_keymap_data,
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800344 .delay = 9,
345};
346
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700347static struct platform_device ams_delta_kp_device = {
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800348 .name = "omap-keypad",
349 .id = -1,
350 .dev = {
351 .platform_data = &ams_delta_kp_data,
352 },
353 .num_resources = ARRAY_SIZE(ams_delta_kp_resources),
354 .resource = ams_delta_kp_resources,
355};
356
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700357static struct platform_device ams_delta_lcd_device = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800358 .name = "lcd_ams_delta",
359 .id = -1,
360};
361
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100362static const struct gpio_led gpio_leds[] __initconst = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100363 {
364 .name = "camera",
365 .gpio = LATCH1_GPIO_BASE + 0,
366 .default_state = LEDS_GPIO_DEFSTATE_OFF,
367#ifdef CONFIG_LEDS_TRIGGERS
368 .default_trigger = "ams_delta_camera",
369#endif
370 },
371 {
372 .name = "advert",
373 .gpio = LATCH1_GPIO_BASE + 1,
374 .default_state = LEDS_GPIO_DEFSTATE_OFF,
375 },
376 {
377 .name = "email",
378 .gpio = LATCH1_GPIO_BASE + 2,
379 .default_state = LEDS_GPIO_DEFSTATE_OFF,
380 },
381 {
382 .name = "handsfree",
383 .gpio = LATCH1_GPIO_BASE + 3,
384 .default_state = LEDS_GPIO_DEFSTATE_OFF,
385 },
386 {
387 .name = "voicemail",
388 .gpio = LATCH1_GPIO_BASE + 4,
389 .default_state = LEDS_GPIO_DEFSTATE_OFF,
390 },
391 {
392 .name = "voice",
393 .gpio = LATCH1_GPIO_BASE + 5,
394 .default_state = LEDS_GPIO_DEFSTATE_OFF,
395 },
396};
397
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100398static const struct gpio_led_platform_data leds_pdata __initconst = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100399 .leds = gpio_leds,
400 .num_leds = ARRAY_SIZE(gpio_leds),
Jonathan McDowell9becde72006-06-23 02:05:33 -0700401};
402
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700403static struct i2c_board_info ams_delta_camera_board_info[] = {
404 {
405 I2C_BOARD_INFO("ov6650", 0x60),
406 },
407};
408
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700409#ifdef CONFIG_LEDS_TRIGGERS
410DEFINE_LED_TRIGGER(ams_delta_camera_led_trigger);
411
412static int ams_delta_camera_power(struct device *dev, int power)
413{
414 /*
415 * turn on camera LED
416 */
417 if (power)
418 led_trigger_event(ams_delta_camera_led_trigger, LED_FULL);
419 else
420 led_trigger_event(ams_delta_camera_led_trigger, LED_OFF);
421 return 0;
422}
423#else
424#define ams_delta_camera_power NULL
425#endif
426
Uwe Kleine-Königa7e2a892011-02-09 21:40:10 +0100427static struct soc_camera_link ams_delta_iclink = {
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700428 .bus_id = 0, /* OMAP1 SoC camera bus */
429 .i2c_adapter_id = 1,
430 .board_info = &ams_delta_camera_board_info[0],
431 .module_name = "ov6650",
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700432 .power = ams_delta_camera_power,
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700433};
434
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700435static struct platform_device ams_delta_camera_device = {
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700436 .name = "soc-camera-pdrv",
437 .id = 0,
438 .dev = {
439 .platform_data = &ams_delta_iclink,
440 },
441};
442
443static struct omap1_cam_platform_data ams_delta_camera_platform_data = {
444 .camexclk_khz = 12000, /* default 12MHz clock, no extra DPLL */
445 .lclk_khz_max = 1334, /* results in 5fps CIF, 10fps QCIF */
446};
447
Jonathan McDowell9becde72006-06-23 02:05:33 -0700448static struct platform_device *ams_delta_devices[] __initdata = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100449 &latch1_gpio_device,
450 &latch2_gpio_device,
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800451 &ams_delta_kp_device,
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700452 &ams_delta_camera_device,
Jonathan McDowell9becde72006-06-23 02:05:33 -0700453};
454
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100455static struct platform_device *late_devices[] __initdata = {
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100456 &ams_delta_nand_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100457 &ams_delta_lcd_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100458};
459
460static void __init ams_delta_init(void)
461{
Janusz Krzysztofikc33da3a2009-10-22 14:47:42 -0700462 /* mux pins for uarts */
463 omap_cfg_reg(UART1_TX);
464 omap_cfg_reg(UART1_RTS);
465
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700466 /* parallel camera interface */
467 omap_cfg_reg(H19_1610_CAM_EXCLK);
468 omap_cfg_reg(J15_1610_CAM_LCLK);
469 omap_cfg_reg(L18_1610_CAM_VS);
470 omap_cfg_reg(L15_1610_CAM_HS);
471 omap_cfg_reg(L19_1610_CAM_D0);
472 omap_cfg_reg(K14_1610_CAM_D1);
473 omap_cfg_reg(K15_1610_CAM_D2);
474 omap_cfg_reg(K19_1610_CAM_D3);
475 omap_cfg_reg(K18_1610_CAM_D4);
476 omap_cfg_reg(J14_1610_CAM_D5);
477 omap_cfg_reg(J19_1610_CAM_D6);
478 omap_cfg_reg(J18_1610_CAM_D7);
479
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100480 omap_board_config = ams_delta_config;
481 omap_board_config_size = ARRAY_SIZE(ams_delta_config);
482 omap_serial_init();
Jarkko Nikula1ed16a82007-11-07 06:54:32 +0200483 omap_register_i2c_bus(1, 100, NULL, 0);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100484
Tony Lindgrendd0cdd82010-07-05 16:31:30 +0300485 omap1_usb_init(&ams_delta_usb_config);
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700486 omap1_set_camera_info(&ams_delta_camera_platform_data);
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700487#ifdef CONFIG_LEDS_TRIGGERS
488 led_trigger_register_simple("ams_delta_camera",
489 &ams_delta_camera_led_trigger);
490#endif
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100491 gpio_led_register_device(-1, &leds_pdata);
Jonathan McDowell9becde72006-06-23 02:05:33 -0700492 platform_add_devices(ams_delta_devices, ARRAY_SIZE(ams_delta_devices));
Janusz Krzysztofikb3dba0b2009-10-22 14:47:42 -0700493
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +0000494 ams_delta_init_fiq();
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +0000495
Janusz Krzysztofikb3dba0b2009-10-22 14:47:42 -0700496 omap_writew(omap_readw(ARM_RSTCT1) | 0x0004, ARM_RSTCT1);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100497}
498
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100499static void modem_pm(struct uart_port *port, unsigned int state, unsigned old)
500{
501 struct modem_private_data *priv = port->private_data;
502
Janusz Krzysztofik0379c1f2012-03-05 17:05:12 +0100503 if (IS_ERR(priv->regulator))
504 return;
505
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100506 if (state == old)
507 return;
508
Janusz Krzysztofik0379c1f2012-03-05 17:05:12 +0100509 if (state == 0)
510 regulator_enable(priv->regulator);
511 else if (old == 0)
512 regulator_disable(priv->regulator);
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100513}
514
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700515static struct plat_serial8250_port ams_delta_modem_ports[] = {
516 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100517 .membase = IOMEM(MODEM_VIRT),
518 .mapbase = MODEM_PHYS,
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700519 .irq = -EINVAL, /* changed later */
520 .flags = UPF_BOOT_AUTOCONF,
521 .irqflags = IRQF_TRIGGER_RISING,
522 .iotype = UPIO_MEM,
523 .regshift = 1,
524 .uartclk = BASE_BAUD * 16,
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100525 .pm = modem_pm,
526 .private_data = &modem_priv,
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700527 },
528 { },
529};
530
531static struct platform_device ams_delta_modem_device = {
532 .name = "serial8250",
533 .id = PLAT8250_DEV_PLATFORM1,
534 .dev = {
535 .platform_data = ams_delta_modem_ports,
536 },
537};
538
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100539static int __init late_init(void)
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700540{
Janusz Krzysztofik4cb2dc62010-04-28 01:05:47 +0000541 int err;
542
Tony Lindgren7f9187c2010-12-10 09:46:24 -0800543 if (!machine_is_ams_delta())
544 return -ENODEV;
545
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100546 err = gpio_request_array(latch_gpios, ARRAY_SIZE(latch_gpios));
547 if (err) {
548 pr_err("Couldn't take over latch1/latch2 GPIO pins\n");
549 return err;
550 }
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100551
552 platform_add_devices(late_devices, ARRAY_SIZE(late_devices));
553
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100554 err = platform_device_register(&modem_nreset_device);
555 if (err) {
556 pr_err("Couldn't register the modem regulator device\n");
557 return err;
558 }
559
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700560 omap_cfg_reg(M14_1510_GPIO2);
Janusz Krzysztofik4cb2dc62010-04-28 01:05:47 +0000561 ams_delta_modem_ports[0].irq =
562 gpio_to_irq(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
563
564 err = gpio_request(AMS_DELTA_GPIO_PIN_MODEM_IRQ, "modem");
565 if (err) {
566 pr_err("Couldn't request gpio pin for modem\n");
567 return err;
568 }
569 gpio_direction_input(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700570
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100571 /* Initialize the modem_nreset regulator consumer before use */
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100572 modem_priv.regulator = ERR_PTR(-ENODEV);
573
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100574 ams_delta_latch2_write(AMS_DELTA_LATCH2_MODEM_CODEC,
575 AMS_DELTA_LATCH2_MODEM_CODEC);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700576
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100577 err = platform_device_register(&ams_delta_modem_device);
578 if (err)
579 goto gpio_free;
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100580
581 /*
582 * Once the modem device is registered, the modem_nreset
583 * regulator can be requested on behalf of that device.
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100584 */
585 modem_priv.regulator = regulator_get(&ams_delta_modem_device.dev,
586 "RESET#");
587 if (IS_ERR(modem_priv.regulator)) {
588 err = PTR_ERR(modem_priv.regulator);
589 goto unregister;
590 }
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100591 return 0;
592
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100593unregister:
594 platform_device_unregister(&ams_delta_modem_device);
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100595gpio_free:
596 gpio_free(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
597 return err;
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700598}
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100599late_initcall(late_init);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700600
Tony Lindgren5bb01a92011-11-09 15:29:31 -0800601static void __init ams_delta_map_io(void)
602{
603 omap15xx_map_io();
604 iotable_init(ams_delta_io_desc, ARRAY_SIZE(ams_delta_io_desc));
605}
606
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100607MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
608 /* Maintainer: Jonathan McDowell <noodles@earth.li> */
Nicolas Pitre246e3892011-07-05 22:38:15 -0400609 .atag_offset = 0x100,
Tony Lindgren5bb01a92011-11-09 15:29:31 -0800610 .map_io = ams_delta_map_io,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700611 .init_early = omap1_init_early,
Russell King71ee7da2010-05-23 10:18:16 +0100612 .reserve = omap_reserve,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700613 .init_irq = omap1_init_irq,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100614 .init_machine = ams_delta_init,
Tony Lindgrene74984e2011-03-29 15:54:48 -0700615 .timer = &omap1_timer,
Russell Kingbaa95882011-11-05 17:06:28 +0000616 .restart = omap1_restart,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100617MACHINE_END