Merge branch 'ctrl-wip/mux-omap4-v4' of git://gitorious.org/omap-pm/linux into omap...
[pandora-kernel.git] / arch / arm / mach-omap1 / board-ams-delta.c
1 /*
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  */
14
15 #include <linux/kernel.h>
16 #include <linux/init.h>
17 #include <linux/input.h>
18 #include <linux/interrupt.h>
19 #include <linux/leds.h>
20 #include <linux/platform_device.h>
21 #include <linux/serial_8250.h>
22
23 #include <media/soc_camera.h>
24
25 #include <asm/serial.h>
26 #include <mach/hardware.h>
27 #include <asm/mach-types.h>
28 #include <asm/mach/arch.h>
29 #include <asm/mach/map.h>
30
31 #include <plat/io.h>
32 #include <plat/board-ams-delta.h>
33 #include <mach/gpio.h>
34 #include <plat/keypad.h>
35 #include <plat/mux.h>
36 #include <plat/usb.h>
37 #include <plat/board.h>
38 #include <plat/common.h>
39 #include <mach/camera.h>
40
41 #include <mach/ams-delta-fiq.h>
42
43 static u8 ams_delta_latch1_reg;
44 static u16 ams_delta_latch2_reg;
45
46 static int ams_delta_keymap[] = {
47         KEY(0, 0, KEY_F1),              /* Advert    */
48
49         KEY(3, 0, KEY_COFFEE),          /* Games     */
50         KEY(2, 0, KEY_QUESTION),        /* Directory */
51         KEY(3, 2, KEY_CONNECT),         /* Internet  */
52         KEY(2, 1, KEY_SHOP),            /* Services  */
53         KEY(1, 1, KEY_PHONE),           /* VoiceMail */
54
55         KEY(1, 0, KEY_DELETE),          /* Delete    */
56         KEY(2, 2, KEY_PLAY),            /* Play      */
57         KEY(0, 1, KEY_PAGEUP),          /* Up        */
58         KEY(3, 1, KEY_PAGEDOWN),        /* Down      */
59         KEY(0, 2, KEY_EMAIL),           /* ReadEmail */
60         KEY(1, 2, KEY_STOP),            /* Stop      */
61
62         /* Numeric keypad portion */
63         KEY(7, 0, KEY_KP1),
64         KEY(6, 0, KEY_KP2),
65         KEY(5, 0, KEY_KP3),
66         KEY(7, 1, KEY_KP4),
67         KEY(6, 1, KEY_KP5),
68         KEY(5, 1, KEY_KP6),
69         KEY(7, 2, KEY_KP7),
70         KEY(6, 2, KEY_KP8),
71         KEY(5, 2, KEY_KP9),
72         KEY(6, 3, KEY_KP0),
73         KEY(7, 3, KEY_KPASTERISK),
74         KEY(5, 3, KEY_KPDOT),           /* # key     */
75         KEY(2, 7, KEY_NUMLOCK),         /* Mute      */
76         KEY(1, 7, KEY_KPMINUS),         /* Recall    */
77         KEY(1, 6, KEY_KPPLUS),          /* Redial    */
78         KEY(6, 7, KEY_KPSLASH),         /* Handsfree */
79         KEY(0, 6, KEY_ENTER),           /* Video     */
80
81         KEY(4, 7, KEY_CAMERA),          /* Photo     */
82
83         KEY(4, 0, KEY_F2),              /* Home      */
84         KEY(4, 1, KEY_F3),              /* Office    */
85         KEY(4, 2, KEY_F4),              /* Mobile    */
86         KEY(7, 7, KEY_F5),              /* SMS       */
87         KEY(5, 7, KEY_F6),              /* Email     */
88
89         /* QWERTY portion of keypad */
90         KEY(4, 3, KEY_Q),
91         KEY(3, 3, KEY_W),
92         KEY(2, 3, KEY_E),
93         KEY(1, 3, KEY_R),
94         KEY(0, 3, KEY_T),
95         KEY(7, 4, KEY_Y),
96         KEY(6, 4, KEY_U),
97         KEY(5, 4, KEY_I),
98         KEY(4, 4, KEY_O),
99         KEY(3, 4, KEY_P),
100
101         KEY(2, 4, KEY_A),
102         KEY(1, 4, KEY_S),
103         KEY(0, 4, KEY_D),
104         KEY(7, 5, KEY_F),
105         KEY(6, 5, KEY_G),
106         KEY(5, 5, KEY_H),
107         KEY(4, 5, KEY_J),
108         KEY(3, 5, KEY_K),
109         KEY(2, 5, KEY_L),
110
111         KEY(1, 5, KEY_Z),
112         KEY(0, 5, KEY_X),
113         KEY(7, 6, KEY_C),
114         KEY(6, 6, KEY_V),
115         KEY(5, 6, KEY_B),
116         KEY(4, 6, KEY_N),
117         KEY(3, 6, KEY_M),
118         KEY(2, 6, KEY_SPACE),
119
120         KEY(0, 7, KEY_LEFTSHIFT),       /* Vol up    */
121         KEY(3, 7, KEY_LEFTCTRL),        /* Vol down  */
122
123         0
124 };
125
126 void ams_delta_latch1_write(u8 mask, u8 value)
127 {
128         ams_delta_latch1_reg &= ~mask;
129         ams_delta_latch1_reg |= value;
130         *(volatile __u8 *) AMS_DELTA_LATCH1_VIRT = ams_delta_latch1_reg;
131 }
132
133 void ams_delta_latch2_write(u16 mask, u16 value)
134 {
135         ams_delta_latch2_reg &= ~mask;
136         ams_delta_latch2_reg |= value;
137         *(volatile __u16 *) AMS_DELTA_LATCH2_VIRT = ams_delta_latch2_reg;
138 }
139
140 static void __init ams_delta_init_irq(void)
141 {
142         omap1_init_common_hw();
143         omap_init_irq();
144         omap_gpio_init();
145 }
146
147 static struct map_desc ams_delta_io_desc[] __initdata = {
148         /* AMS_DELTA_LATCH1 */
149         {
150                 .virtual        = AMS_DELTA_LATCH1_VIRT,
151                 .pfn            = __phys_to_pfn(AMS_DELTA_LATCH1_PHYS),
152                 .length         = 0x01000000,
153                 .type           = MT_DEVICE
154         },
155         /* AMS_DELTA_LATCH2 */
156         {
157                 .virtual        = AMS_DELTA_LATCH2_VIRT,
158                 .pfn            = __phys_to_pfn(AMS_DELTA_LATCH2_PHYS),
159                 .length         = 0x01000000,
160                 .type           = MT_DEVICE
161         },
162         /* AMS_DELTA_MODEM */
163         {
164                 .virtual        = AMS_DELTA_MODEM_VIRT,
165                 .pfn            = __phys_to_pfn(AMS_DELTA_MODEM_PHYS),
166                 .length         = 0x01000000,
167                 .type           = MT_DEVICE
168         }
169 };
170
171 static struct omap_lcd_config ams_delta_lcd_config __initdata = {
172         .ctrl_name      = "internal",
173 };
174
175 static struct omap_usb_config ams_delta_usb_config __initdata = {
176         .register_host  = 1,
177         .hmc_mode       = 16,
178         .pins[0]        = 2,
179 };
180
181 static struct omap_board_config_kernel ams_delta_config[] = {
182         { OMAP_TAG_LCD,         &ams_delta_lcd_config },
183 };
184
185 static struct resource ams_delta_kp_resources[] = {
186         [0] = {
187                 .start  = INT_KEYBOARD,
188                 .end    = INT_KEYBOARD,
189                 .flags  = IORESOURCE_IRQ,
190         },
191 };
192
193 static struct omap_kp_platform_data ams_delta_kp_data = {
194         .rows           = 8,
195         .cols           = 8,
196         .keymap         = ams_delta_keymap,
197         .keymapsize     = ARRAY_SIZE(ams_delta_keymap),
198         .delay          = 9,
199 };
200
201 static struct platform_device ams_delta_kp_device = {
202         .name           = "omap-keypad",
203         .id             = -1,
204         .dev            = {
205                 .platform_data = &ams_delta_kp_data,
206         },
207         .num_resources  = ARRAY_SIZE(ams_delta_kp_resources),
208         .resource       = ams_delta_kp_resources,
209 };
210
211 static struct platform_device ams_delta_lcd_device = {
212         .name   = "lcd_ams_delta",
213         .id     = -1,
214 };
215
216 static struct platform_device ams_delta_led_device = {
217         .name   = "ams-delta-led",
218         .id     = -1
219 };
220
221 static struct i2c_board_info ams_delta_camera_board_info[] = {
222         {
223                 I2C_BOARD_INFO("ov6650", 0x60),
224         },
225 };
226
227 #ifdef CONFIG_LEDS_TRIGGERS
228 DEFINE_LED_TRIGGER(ams_delta_camera_led_trigger);
229
230 static int ams_delta_camera_power(struct device *dev, int power)
231 {
232         /*
233          * turn on camera LED
234          */
235         if (power)
236                 led_trigger_event(ams_delta_camera_led_trigger, LED_FULL);
237         else
238                 led_trigger_event(ams_delta_camera_led_trigger, LED_OFF);
239         return 0;
240 }
241 #else
242 #define ams_delta_camera_power  NULL
243 #endif
244
245 static struct soc_camera_link __initdata ams_delta_iclink = {
246         .bus_id         = 0,    /* OMAP1 SoC camera bus */
247         .i2c_adapter_id = 1,
248         .board_info     = &ams_delta_camera_board_info[0],
249         .module_name    = "ov6650",
250         .power          = ams_delta_camera_power,
251 };
252
253 static struct platform_device ams_delta_camera_device = {
254         .name   = "soc-camera-pdrv",
255         .id     = 0,
256         .dev    = {
257                 .platform_data = &ams_delta_iclink,
258         },
259 };
260
261 static struct omap1_cam_platform_data ams_delta_camera_platform_data = {
262         .camexclk_khz   = 12000,        /* default 12MHz clock, no extra DPLL */
263         .lclk_khz_max   = 1334,         /* results in 5fps CIF, 10fps QCIF */
264 };
265
266 static struct platform_device *ams_delta_devices[] __initdata = {
267         &ams_delta_kp_device,
268         &ams_delta_lcd_device,
269         &ams_delta_led_device,
270         &ams_delta_camera_device,
271 };
272
273 static void __init ams_delta_init(void)
274 {
275         /* mux pins for uarts */
276         omap_cfg_reg(UART1_TX);
277         omap_cfg_reg(UART1_RTS);
278
279         /* parallel camera interface */
280         omap_cfg_reg(H19_1610_CAM_EXCLK);
281         omap_cfg_reg(J15_1610_CAM_LCLK);
282         omap_cfg_reg(L18_1610_CAM_VS);
283         omap_cfg_reg(L15_1610_CAM_HS);
284         omap_cfg_reg(L19_1610_CAM_D0);
285         omap_cfg_reg(K14_1610_CAM_D1);
286         omap_cfg_reg(K15_1610_CAM_D2);
287         omap_cfg_reg(K19_1610_CAM_D3);
288         omap_cfg_reg(K18_1610_CAM_D4);
289         omap_cfg_reg(J14_1610_CAM_D5);
290         omap_cfg_reg(J19_1610_CAM_D6);
291         omap_cfg_reg(J18_1610_CAM_D7);
292
293         iotable_init(ams_delta_io_desc, ARRAY_SIZE(ams_delta_io_desc));
294
295         omap_board_config = ams_delta_config;
296         omap_board_config_size = ARRAY_SIZE(ams_delta_config);
297         omap_serial_init();
298         omap_register_i2c_bus(1, 100, NULL, 0);
299
300         /* Clear latch2 (NAND, LCD, modem enable) */
301         ams_delta_latch2_write(~0, 0);
302
303         omap1_usb_init(&ams_delta_usb_config);
304         omap1_set_camera_info(&ams_delta_camera_platform_data);
305 #ifdef CONFIG_LEDS_TRIGGERS
306         led_trigger_register_simple("ams_delta_camera",
307                         &ams_delta_camera_led_trigger);
308 #endif
309         platform_add_devices(ams_delta_devices, ARRAY_SIZE(ams_delta_devices));
310
311         ams_delta_init_fiq();
312
313         omap_writew(omap_readw(ARM_RSTCT1) | 0x0004, ARM_RSTCT1);
314 }
315
316 static struct plat_serial8250_port ams_delta_modem_ports[] = {
317         {
318                 .membase        = IOMEM(AMS_DELTA_MODEM_VIRT),
319                 .mapbase        = AMS_DELTA_MODEM_PHYS,
320                 .irq            = -EINVAL, /* changed later */
321                 .flags          = UPF_BOOT_AUTOCONF,
322                 .irqflags       = IRQF_TRIGGER_RISING,
323                 .iotype         = UPIO_MEM,
324                 .regshift       = 1,
325                 .uartclk        = BASE_BAUD * 16,
326         },
327         { },
328 };
329
330 static struct platform_device ams_delta_modem_device = {
331         .name   = "serial8250",
332         .id     = PLAT8250_DEV_PLATFORM1,
333         .dev            = {
334                 .platform_data = ams_delta_modem_ports,
335         },
336 };
337
338 static int __init ams_delta_modem_init(void)
339 {
340         int err;
341
342         omap_cfg_reg(M14_1510_GPIO2);
343         ams_delta_modem_ports[0].irq =
344                         gpio_to_irq(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
345
346         err = gpio_request(AMS_DELTA_GPIO_PIN_MODEM_IRQ, "modem");
347         if (err) {
348                 pr_err("Couldn't request gpio pin for modem\n");
349                 return err;
350         }
351         gpio_direction_input(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
352
353         ams_delta_latch2_write(
354                 AMS_DELTA_LATCH2_MODEM_NRESET | AMS_DELTA_LATCH2_MODEM_CODEC,
355                 AMS_DELTA_LATCH2_MODEM_NRESET | AMS_DELTA_LATCH2_MODEM_CODEC);
356
357         return platform_device_register(&ams_delta_modem_device);
358 }
359 arch_initcall(ams_delta_modem_init);
360
361 static void __init ams_delta_map_io(void)
362 {
363         omap1_map_common_io();
364 }
365
366 MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
367         /* Maintainer: Jonathan McDowell <noodles@earth.li> */
368         .boot_params    = 0x10000100,
369         .map_io         = ams_delta_map_io,
370         .reserve        = omap_reserve,
371         .init_irq       = ams_delta_init_irq,
372         .init_machine   = ams_delta_init,
373         .timer          = &omap_timer,
374 MACHINE_END
375
376 EXPORT_SYMBOL(ams_delta_latch1_write);
377 EXPORT_SYMBOL(ams_delta_latch2_write);