blob: 6613a6ff5dbc9e35512ac94fd84904ddf2a63ee1 [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 */
Linus Walleij0f4630f2015-12-04 14:02:58 +010014#include <linux/gpio/driver.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>
Tomi Valkeinenddba6c72011-09-20 15:23:13 +030027#include <linux/omapfb.h>
Tony Lindgren2e3ee9f2012-02-24 10:34:34 -080028#include <linux/io.h>
Tony Lindgren4b254082012-08-30 15:37:24 -070029#include <linux/platform_data/gpio-omap.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010030
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -070031#include <media/soc_camera.h>
32
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070033#include <asm/serial.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010034#include <asm/mach-types.h>
35#include <asm/mach/arch.h>
36#include <asm/mach/map.h>
37
Tony Lindgrene27e35e2012-09-19 10:33:43 -070038#include <mach/board-ams-delta.h>
Arnd Bergmann22037472012-08-24 15:21:06 +020039#include <linux/platform_data/keypad-omap.h>
Tony Lindgren70c494c2012-09-19 10:46:56 -070040#include <mach/mux.h>
Tony Lindgren2e3ee9f2012-02-24 10:34:34 -080041
42#include <mach/hardware.h>
43#include <mach/ams-delta-fiq.h>
Arnd Bergmann100f9632015-01-30 10:45:33 +010044#include "camera.h"
Tony Lindgrenb924b202012-06-04 00:56:15 -070045#include <mach/usb.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010046
Tony Lindgren2e3ee9f2012-02-24 10:34:34 -080047#include "iomap.h"
48#include "common.h"
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +000049
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000050static const unsigned int ams_delta_keymap[] = {
Tony Lindgrena5246262006-12-07 13:58:17 -080051 KEY(0, 0, KEY_F1), /* Advert */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080052
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000053 KEY(0, 3, KEY_COFFEE), /* Games */
54 KEY(0, 2, KEY_QUESTION), /* Directory */
55 KEY(2, 3, KEY_CONNECT), /* Internet */
56 KEY(1, 2, KEY_SHOP), /* Services */
Tony Lindgrena5246262006-12-07 13:58:17 -080057 KEY(1, 1, KEY_PHONE), /* VoiceMail */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080058
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000059 KEY(0, 1, KEY_DELETE), /* Delete */
Tony Lindgrena5246262006-12-07 13:58:17 -080060 KEY(2, 2, KEY_PLAY), /* Play */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000061 KEY(1, 0, KEY_PAGEUP), /* Up */
62 KEY(1, 3, KEY_PAGEDOWN), /* Down */
63 KEY(2, 0, KEY_EMAIL), /* ReadEmail */
64 KEY(2, 1, KEY_STOP), /* Stop */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080065
66 /* Numeric keypad portion */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000067 KEY(0, 7, KEY_KP1),
68 KEY(0, 6, KEY_KP2),
69 KEY(0, 5, KEY_KP3),
70 KEY(1, 7, KEY_KP4),
71 KEY(1, 6, KEY_KP5),
72 KEY(1, 5, KEY_KP6),
73 KEY(2, 7, KEY_KP7),
74 KEY(2, 6, KEY_KP8),
75 KEY(2, 5, KEY_KP9),
76 KEY(3, 6, KEY_KP0),
77 KEY(3, 7, KEY_KPASTERISK),
78 KEY(3, 5, KEY_KPDOT), /* # key */
79 KEY(7, 2, KEY_NUMLOCK), /* Mute */
80 KEY(7, 1, KEY_KPMINUS), /* Recall */
81 KEY(6, 1, KEY_KPPLUS), /* Redial */
82 KEY(7, 6, KEY_KPSLASH), /* Handsfree */
83 KEY(6, 0, KEY_ENTER), /* Video */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080084
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000085 KEY(7, 4, KEY_CAMERA), /* Photo */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080086
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000087 KEY(0, 4, KEY_F2), /* Home */
88 KEY(1, 4, KEY_F3), /* Office */
89 KEY(2, 4, KEY_F4), /* Mobile */
Tony Lindgrena5246262006-12-07 13:58:17 -080090 KEY(7, 7, KEY_F5), /* SMS */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000091 KEY(7, 5, KEY_F6), /* Email */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080092
93 /* QWERTY portion of keypad */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000094 KEY(3, 4, KEY_Q),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080095 KEY(3, 3, KEY_W),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000096 KEY(3, 2, KEY_E),
97 KEY(3, 1, KEY_R),
98 KEY(3, 0, KEY_T),
99 KEY(4, 7, KEY_Y),
100 KEY(4, 6, KEY_U),
101 KEY(4, 5, KEY_I),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800102 KEY(4, 4, KEY_O),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000103 KEY(4, 3, KEY_P),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800104
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000105 KEY(4, 2, KEY_A),
106 KEY(4, 1, KEY_S),
107 KEY(4, 0, KEY_D),
108 KEY(5, 7, KEY_F),
109 KEY(5, 6, KEY_G),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800110 KEY(5, 5, KEY_H),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000111 KEY(5, 4, KEY_J),
112 KEY(5, 3, KEY_K),
113 KEY(5, 2, KEY_L),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800114
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000115 KEY(5, 1, KEY_Z),
116 KEY(5, 0, KEY_X),
117 KEY(6, 7, KEY_C),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800118 KEY(6, 6, KEY_V),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000119 KEY(6, 5, KEY_B),
120 KEY(6, 4, KEY_N),
121 KEY(6, 3, KEY_M),
122 KEY(6, 2, KEY_SPACE),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800123
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000124 KEY(7, 0, KEY_LEFTSHIFT), /* Vol up */
125 KEY(7, 3, KEY_LEFTCTRL), /* Vol down */
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800126};
127
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100128#define LATCH1_PHYS 0x01000000
129#define LATCH1_VIRT 0xEA000000
130#define MODEM_PHYS 0x04000000
131#define MODEM_VIRT 0xEB000000
132#define LATCH2_PHYS 0x08000000
133#define LATCH2_VIRT 0xEC000000
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100134
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100135static struct map_desc ams_delta_io_desc[] __initdata = {
David Cohen6e2d4102007-12-13 22:27:15 -0400136 /* AMS_DELTA_LATCH1 */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100137 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100138 .virtual = LATCH1_VIRT,
139 .pfn = __phys_to_pfn(LATCH1_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100140 .length = 0x01000000,
141 .type = MT_DEVICE
142 },
David Cohen6e2d4102007-12-13 22:27:15 -0400143 /* AMS_DELTA_LATCH2 */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100144 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100145 .virtual = LATCH2_VIRT,
146 .pfn = __phys_to_pfn(LATCH2_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100147 .length = 0x01000000,
148 .type = MT_DEVICE
149 },
David Cohen6e2d4102007-12-13 22:27:15 -0400150 /* AMS_DELTA_MODEM */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100151 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100152 .virtual = MODEM_VIRT,
153 .pfn = __phys_to_pfn(MODEM_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100154 .length = 0x01000000,
155 .type = MT_DEVICE
156 }
157};
158
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100159static struct omap_lcd_config ams_delta_lcd_config __initdata = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800160 .ctrl_name = "internal",
161};
162
Aaro Koskinen07fd2962012-12-21 22:56:32 +0200163static struct omap_usb_config ams_delta_usb_config __initdata = {
Jonathan McDowell07116152006-06-26 16:16:01 -0700164 .register_host = 1,
165 .hmc_mode = 16,
166 .pins[0] = 2,
167};
168
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100169#define LATCH1_GPIO_BASE 232
170#define LATCH1_NGPIO 8
171
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100172static struct resource latch1_resources[] = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100173 [0] = {
174 .name = "dat",
175 .start = LATCH1_PHYS,
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100176 .end = LATCH1_PHYS + (LATCH1_NGPIO - 1) / 8,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100177 .flags = IORESOURCE_MEM,
178 },
179};
180
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100181static struct bgpio_pdata latch1_pdata = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100182 .base = LATCH1_GPIO_BASE,
183 .ngpio = LATCH1_NGPIO,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100184};
185
186static struct platform_device latch1_gpio_device = {
187 .name = "basic-mmio-gpio",
188 .id = 0,
189 .resource = latch1_resources,
190 .num_resources = ARRAY_SIZE(latch1_resources),
191 .dev = {
192 .platform_data = &latch1_pdata,
193 },
194};
195
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100196static struct resource latch2_resources[] = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100197 [0] = {
198 .name = "dat",
199 .start = LATCH2_PHYS,
200 .end = LATCH2_PHYS + (AMS_DELTA_LATCH2_NGPIO - 1) / 8,
201 .flags = IORESOURCE_MEM,
202 },
203};
204
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100205static struct bgpio_pdata latch2_pdata = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100206 .base = AMS_DELTA_LATCH2_GPIO_BASE,
207 .ngpio = AMS_DELTA_LATCH2_NGPIO,
208};
209
210static struct platform_device latch2_gpio_device = {
211 .name = "basic-mmio-gpio",
212 .id = 1,
213 .resource = latch2_resources,
214 .num_resources = ARRAY_SIZE(latch2_resources),
215 .dev = {
216 .platform_data = &latch2_pdata,
217 },
218};
219
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100220static const struct gpio latch_gpios[] __initconst = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100221 {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100222 .gpio = LATCH1_GPIO_BASE + 6,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100223 .flags = GPIOF_OUT_INIT_LOW,
224 .label = "dockit1",
225 },
226 {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100227 .gpio = LATCH1_GPIO_BASE + 7,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100228 .flags = GPIOF_OUT_INIT_LOW,
229 .label = "dockit2",
230 },
231 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100232 .gpio = AMS_DELTA_GPIO_PIN_SCARD_RSTIN,
233 .flags = GPIOF_OUT_INIT_LOW,
234 .label = "scard_rstin",
235 },
236 {
237 .gpio = AMS_DELTA_GPIO_PIN_SCARD_CMDVCC,
238 .flags = GPIOF_OUT_INIT_LOW,
239 .label = "scard_cmdvcc",
240 },
241 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100242 .gpio = AMS_DELTA_GPIO_PIN_MODEM_CODEC,
243 .flags = GPIOF_OUT_INIT_LOW,
244 .label = "modem_codec",
245 },
246 {
247 .gpio = AMS_DELTA_LATCH2_GPIO_BASE + 14,
248 .flags = GPIOF_OUT_INIT_LOW,
249 .label = "hookflash1",
250 },
251 {
252 .gpio = AMS_DELTA_LATCH2_GPIO_BASE + 15,
253 .flags = GPIOF_OUT_INIT_LOW,
254 .label = "hookflash2",
255 },
256};
257
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100258static struct regulator_consumer_supply modem_nreset_consumers[] = {
259 REGULATOR_SUPPLY("RESET#", "serial8250.1"),
260 REGULATOR_SUPPLY("POR", "cx20442-codec"),
261};
262
263static struct regulator_init_data modem_nreset_data = {
264 .constraints = {
265 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
266 .boot_on = 1,
267 },
268 .num_consumer_supplies = ARRAY_SIZE(modem_nreset_consumers),
269 .consumer_supplies = modem_nreset_consumers,
270};
271
272static struct fixed_voltage_config modem_nreset_config = {
273 .supply_name = "modem_nreset",
274 .microvolts = 3300000,
275 .gpio = AMS_DELTA_GPIO_PIN_MODEM_NRESET,
276 .startup_delay = 25000,
277 .enable_high = 1,
278 .enabled_at_boot = 1,
279 .init_data = &modem_nreset_data,
280};
281
282static struct platform_device modem_nreset_device = {
283 .name = "reg-fixed-voltage",
284 .id = -1,
285 .dev = {
286 .platform_data = &modem_nreset_config,
287 },
288};
289
290struct modem_private_data {
291 struct regulator *regulator;
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100292};
293
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100294static struct modem_private_data modem_priv;
295
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100296void ams_delta_latch_write(int base, int ngpio, u16 mask, u16 value)
297{
298 int bit = 0;
299 u16 bitpos = 1 << bit;
300
301 for (; bit < ngpio; bit++, bitpos = bitpos << 1) {
302 if (!(mask & bitpos))
303 continue;
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100304 else
305 gpio_set_value(base + bit, (value & bitpos) != 0);
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100306 }
307}
308EXPORT_SYMBOL(ams_delta_latch_write);
309
Janusz Krzysztofikeaca4912010-12-15 15:43:44 +0100310static struct resource ams_delta_nand_resources[] = {
311 [0] = {
312 .start = OMAP1_MPUIO_BASE,
313 .end = OMAP1_MPUIO_BASE +
314 OMAP_MPUIO_IO_CNTL + sizeof(u32) - 1,
315 .flags = IORESOURCE_MEM,
316 },
317};
318
Janusz Krzysztofik7e95d1f2010-12-14 21:09:40 +0100319static struct platform_device ams_delta_nand_device = {
320 .name = "ams-delta-nand",
Janusz Krzysztofikeaca4912010-12-15 15:43:44 +0100321 .id = -1,
322 .num_resources = ARRAY_SIZE(ams_delta_nand_resources),
323 .resource = ams_delta_nand_resources,
Janusz Krzysztofik7e95d1f2010-12-14 21:09:40 +0100324};
325
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800326static struct resource ams_delta_kp_resources[] = {
327 [0] = {
328 .start = INT_KEYBOARD,
329 .end = INT_KEYBOARD,
330 .flags = IORESOURCE_IRQ,
331 },
332};
333
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000334static const struct matrix_keymap_data ams_delta_keymap_data = {
335 .keymap = ams_delta_keymap,
336 .keymap_size = ARRAY_SIZE(ams_delta_keymap),
337};
338
Janusz Krzysztofikdc0caef2012-03-01 15:19:15 -0800339static struct omap_kp_platform_data ams_delta_kp_data = {
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800340 .rows = 8,
341 .cols = 8,
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000342 .keymap_data = &ams_delta_keymap_data,
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800343 .delay = 9,
344};
345
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700346static struct platform_device ams_delta_kp_device = {
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800347 .name = "omap-keypad",
348 .id = -1,
349 .dev = {
350 .platform_data = &ams_delta_kp_data,
351 },
352 .num_resources = ARRAY_SIZE(ams_delta_kp_resources),
353 .resource = ams_delta_kp_resources,
354};
355
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700356static struct platform_device ams_delta_lcd_device = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800357 .name = "lcd_ams_delta",
358 .id = -1,
359};
360
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100361static const struct gpio_led gpio_leds[] __initconst = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100362 {
363 .name = "camera",
364 .gpio = LATCH1_GPIO_BASE + 0,
365 .default_state = LEDS_GPIO_DEFSTATE_OFF,
366#ifdef CONFIG_LEDS_TRIGGERS
367 .default_trigger = "ams_delta_camera",
368#endif
369 },
370 {
371 .name = "advert",
372 .gpio = LATCH1_GPIO_BASE + 1,
373 .default_state = LEDS_GPIO_DEFSTATE_OFF,
374 },
375 {
376 .name = "email",
377 .gpio = LATCH1_GPIO_BASE + 2,
378 .default_state = LEDS_GPIO_DEFSTATE_OFF,
379 },
380 {
381 .name = "handsfree",
382 .gpio = LATCH1_GPIO_BASE + 3,
383 .default_state = LEDS_GPIO_DEFSTATE_OFF,
384 },
385 {
386 .name = "voicemail",
387 .gpio = LATCH1_GPIO_BASE + 4,
388 .default_state = LEDS_GPIO_DEFSTATE_OFF,
389 },
390 {
391 .name = "voice",
392 .gpio = LATCH1_GPIO_BASE + 5,
393 .default_state = LEDS_GPIO_DEFSTATE_OFF,
394 },
395};
396
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100397static const struct gpio_led_platform_data leds_pdata __initconst = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100398 .leds = gpio_leds,
399 .num_leds = ARRAY_SIZE(gpio_leds),
Jonathan McDowell9becde72006-06-23 02:05:33 -0700400};
401
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700402static struct i2c_board_info ams_delta_camera_board_info[] = {
403 {
404 I2C_BOARD_INFO("ov6650", 0x60),
405 },
406};
407
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700408#ifdef CONFIG_LEDS_TRIGGERS
409DEFINE_LED_TRIGGER(ams_delta_camera_led_trigger);
410
411static int ams_delta_camera_power(struct device *dev, int power)
412{
413 /*
414 * turn on camera LED
415 */
416 if (power)
417 led_trigger_event(ams_delta_camera_led_trigger, LED_FULL);
418 else
419 led_trigger_event(ams_delta_camera_led_trigger, LED_OFF);
420 return 0;
421}
422#else
423#define ams_delta_camera_power NULL
424#endif
425
Uwe Kleine-Königa7e2a892011-02-09 21:40:10 +0100426static struct soc_camera_link ams_delta_iclink = {
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700427 .bus_id = 0, /* OMAP1 SoC camera bus */
428 .i2c_adapter_id = 1,
429 .board_info = &ams_delta_camera_board_info[0],
430 .module_name = "ov6650",
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700431 .power = ams_delta_camera_power,
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700432};
433
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700434static struct platform_device ams_delta_camera_device = {
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700435 .name = "soc-camera-pdrv",
436 .id = 0,
437 .dev = {
438 .platform_data = &ams_delta_iclink,
439 },
440};
441
442static struct omap1_cam_platform_data ams_delta_camera_platform_data = {
443 .camexclk_khz = 12000, /* default 12MHz clock, no extra DPLL */
444 .lclk_khz_max = 1334, /* results in 5fps CIF, 10fps QCIF */
445};
446
Janusz Krzysztofikb764de22012-10-03 12:46:57 +0200447static struct platform_device ams_delta_audio_device = {
448 .name = "ams-delta-audio",
449 .id = -1,
450};
451
452static struct platform_device cx20442_codec_device = {
453 .name = "cx20442-codec",
454 .id = -1,
455};
456
Jonathan McDowell9becde72006-06-23 02:05:33 -0700457static struct platform_device *ams_delta_devices[] __initdata = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100458 &latch1_gpio_device,
459 &latch2_gpio_device,
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800460 &ams_delta_kp_device,
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700461 &ams_delta_camera_device,
Janusz Krzysztofikb764de22012-10-03 12:46:57 +0200462 &ams_delta_audio_device,
Jonathan McDowell9becde72006-06-23 02:05:33 -0700463};
464
Janusz Krzysztofikda564a02012-02-10 17:48:43 +0100465static struct platform_device *late_devices[] __initdata = {
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100466 &ams_delta_nand_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100467 &ams_delta_lcd_device,
Janusz Krzysztofikb764de22012-10-03 12:46:57 +0200468 &cx20442_codec_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100469};
470
471static void __init ams_delta_init(void)
472{
Janusz Krzysztofikc33da3a2009-10-22 14:47:42 -0700473 /* mux pins for uarts */
474 omap_cfg_reg(UART1_TX);
475 omap_cfg_reg(UART1_RTS);
476
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700477 /* parallel camera interface */
478 omap_cfg_reg(H19_1610_CAM_EXCLK);
479 omap_cfg_reg(J15_1610_CAM_LCLK);
480 omap_cfg_reg(L18_1610_CAM_VS);
481 omap_cfg_reg(L15_1610_CAM_HS);
482 omap_cfg_reg(L19_1610_CAM_D0);
483 omap_cfg_reg(K14_1610_CAM_D1);
484 omap_cfg_reg(K15_1610_CAM_D2);
485 omap_cfg_reg(K19_1610_CAM_D3);
486 omap_cfg_reg(K18_1610_CAM_D4);
487 omap_cfg_reg(J14_1610_CAM_D5);
488 omap_cfg_reg(J19_1610_CAM_D6);
489 omap_cfg_reg(J18_1610_CAM_D7);
490
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100491 omap_serial_init();
Jarkko Nikula1ed16a82007-11-07 06:54:32 +0200492 omap_register_i2c_bus(1, 100, NULL, 0);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100493
Tony Lindgrendd0cdd82010-07-05 16:31:30 +0300494 omap1_usb_init(&ams_delta_usb_config);
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700495 omap1_set_camera_info(&ams_delta_camera_platform_data);
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700496#ifdef CONFIG_LEDS_TRIGGERS
497 led_trigger_register_simple("ams_delta_camera",
498 &ams_delta_camera_led_trigger);
499#endif
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100500 gpio_led_register_device(-1, &leds_pdata);
Jonathan McDowell9becde72006-06-23 02:05:33 -0700501 platform_add_devices(ams_delta_devices, ARRAY_SIZE(ams_delta_devices));
Janusz Krzysztofikb3dba0b2009-10-22 14:47:42 -0700502
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +0000503 ams_delta_init_fiq();
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +0000504
Janusz Krzysztofikb3dba0b2009-10-22 14:47:42 -0700505 omap_writew(omap_readw(ARM_RSTCT1) | 0x0004, ARM_RSTCT1);
Tomi Valkeinenddba6c72011-09-20 15:23:13 +0300506
507 omapfb_set_lcd_config(&ams_delta_lcd_config);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100508}
509
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100510static void modem_pm(struct uart_port *port, unsigned int state, unsigned old)
511{
512 struct modem_private_data *priv = port->private_data;
513
Janusz Krzysztofik0379c1f2012-03-05 17:05:12 +0100514 if (IS_ERR(priv->regulator))
515 return;
516
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100517 if (state == old)
518 return;
519
Janusz Krzysztofik0379c1f2012-03-05 17:05:12 +0100520 if (state == 0)
521 regulator_enable(priv->regulator);
522 else if (old == 0)
523 regulator_disable(priv->regulator);
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100524}
525
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700526static struct plat_serial8250_port ams_delta_modem_ports[] = {
527 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100528 .membase = IOMEM(MODEM_VIRT),
529 .mapbase = MODEM_PHYS,
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700530 .irq = -EINVAL, /* changed later */
531 .flags = UPF_BOOT_AUTOCONF,
532 .irqflags = IRQF_TRIGGER_RISING,
533 .iotype = UPIO_MEM,
534 .regshift = 1,
535 .uartclk = BASE_BAUD * 16,
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100536 .pm = modem_pm,
537 .private_data = &modem_priv,
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700538 },
539 { },
540};
541
542static struct platform_device ams_delta_modem_device = {
543 .name = "serial8250",
544 .id = PLAT8250_DEV_PLATFORM1,
545 .dev = {
546 .platform_data = ams_delta_modem_ports,
547 },
548};
549
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100550static int __init late_init(void)
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700551{
Janusz Krzysztofik4cb2dc62010-04-28 01:05:47 +0000552 int err;
553
Tony Lindgren7f9187c2010-12-10 09:46:24 -0800554 if (!machine_is_ams_delta())
555 return -ENODEV;
556
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100557 err = gpio_request_array(latch_gpios, ARRAY_SIZE(latch_gpios));
558 if (err) {
559 pr_err("Couldn't take over latch1/latch2 GPIO pins\n");
560 return err;
561 }
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100562
563 platform_add_devices(late_devices, ARRAY_SIZE(late_devices));
564
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100565 err = platform_device_register(&modem_nreset_device);
566 if (err) {
567 pr_err("Couldn't register the modem regulator device\n");
568 return err;
569 }
570
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700571 omap_cfg_reg(M14_1510_GPIO2);
Janusz Krzysztofik4cb2dc62010-04-28 01:05:47 +0000572 ams_delta_modem_ports[0].irq =
573 gpio_to_irq(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
574
575 err = gpio_request(AMS_DELTA_GPIO_PIN_MODEM_IRQ, "modem");
576 if (err) {
577 pr_err("Couldn't request gpio pin for modem\n");
578 return err;
579 }
580 gpio_direction_input(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700581
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100582 /* Initialize the modem_nreset regulator consumer before use */
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100583 modem_priv.regulator = ERR_PTR(-ENODEV);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700584
Janusz Krzysztofikaabf3172012-03-05 17:05:11 +0100585 ams_delta_latch2_write(AMS_DELTA_LATCH2_MODEM_CODEC,
586 AMS_DELTA_LATCH2_MODEM_CODEC);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700587
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100588 err = platform_device_register(&ams_delta_modem_device);
589 if (err)
590 goto gpio_free;
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100591
592 /*
593 * Once the modem device is registered, the modem_nreset
594 * regulator can be requested on behalf of that device.
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100595 */
596 modem_priv.regulator = regulator_get(&ams_delta_modem_device.dev,
597 "RESET#");
598 if (IS_ERR(modem_priv.regulator)) {
599 err = PTR_ERR(modem_priv.regulator);
600 goto unregister;
601 }
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100602 return 0;
603
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100604unregister:
605 platform_device_unregister(&ams_delta_modem_device);
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100606gpio_free:
607 gpio_free(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
608 return err;
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700609}
Shawn Guo82c3bd02012-04-26 13:49:29 +0800610
611static void __init ams_delta_init_late(void)
612{
613 omap1_init_late();
614 late_init();
615}
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700616
Tony Lindgren5bb01a92011-11-09 15:29:31 -0800617static void __init ams_delta_map_io(void)
618{
619 omap15xx_map_io();
620 iotable_init(ams_delta_io_desc, ARRAY_SIZE(ams_delta_io_desc));
621}
622
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100623MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
624 /* Maintainer: Jonathan McDowell <noodles@earth.li> */
Nicolas Pitre246e3892011-07-05 22:38:15 -0400625 .atag_offset = 0x100,
Tony Lindgren5bb01a92011-11-09 15:29:31 -0800626 .map_io = ams_delta_map_io,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700627 .init_early = omap1_init_early,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700628 .init_irq = omap1_init_irq,
Tony Lindgrenb6943312015-05-20 09:01:21 -0700629 .handle_irq = omap1_handle_irq,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100630 .init_machine = ams_delta_init,
Shawn Guo82c3bd02012-04-26 13:49:29 +0800631 .init_late = ams_delta_init_late,
Stephen Warren6bb27d72012-11-08 12:40:59 -0700632 .init_time = omap1_timer_init,
Russell Kingbaa95882011-11-05 17:06:28 +0000633 .restart = omap1_restart,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100634MACHINE_END