]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-omap2/board-h4.c
i2c/isp1301_omap: Convert to a new-style i2c driver, part 2
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-h4.c
1 /*
2  * linux/arch/arm/mach-omap2/board-h4.c
3  *
4  * Copyright (C) 2005 Nokia Corporation
5  * Author: Paul Mundt <paul.mundt@nokia.com>
6  *
7  * Modified from mach-omap/omap1/board-generic.c
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License version 2 as
11  * published by the Free Software Foundation.
12  */
13
14 #include <linux/kernel.h>
15 #include <linux/init.h>
16 #include <linux/platform_device.h>
17 #include <linux/mtd/mtd.h>
18 #include <linux/mtd/partitions.h>
19 #include <linux/delay.h>
20 #include <linux/workqueue.h>
21 #include <linux/i2c.h>
22 #include <linux/input.h>
23 #include <linux/err.h>
24 #include <linux/clk.h>
25 #include <linux/i2c.h>
26 #include <linux/i2c/menelaus.h>
27 #include <linux/spi/spi.h>
28 #include <linux/spi/tsc210x.h>
29
30 #include <media/v4l2-int-device.h>
31
32 #include <asm/hardware.h>
33 #include <asm/mach-types.h>
34 #include <asm/mach/arch.h>
35 #include <asm/mach/map.h>
36 #include <asm/mach/flash.h>
37
38 #include <asm/arch/control.h>
39 #include <asm/arch/gpio.h>
40 #include <asm/arch/gpioexpander.h>
41 #include <asm/arch/mux.h>
42 #include <asm/arch/usb.h>
43 #include <asm/arch/irda.h>
44 #include <asm/arch/board.h>
45 #include <asm/arch/common.h>
46 #include <asm/arch/keypad.h>
47 #include <asm/arch/dma.h>
48 #include <asm/arch/gpmc.h>
49
50 #include <asm/io.h>
51
52 #include <../drivers/media/video/ov9640.h>
53
54 #define H4_FLASH_CS     0
55 #define H4_SMC91X_CS    1
56
57 static unsigned int row_gpios[6] = { 88, 89, 124, 11, 6, 96 };
58 static unsigned int col_gpios[7] = { 90, 91, 100, 36, 12, 97, 98 };
59
60 static int h4_keymap[] = {
61         KEY(0, 0, KEY_LEFT),
62         KEY(0, 1, KEY_RIGHT),
63         KEY(0, 2, KEY_A),
64         KEY(0, 3, KEY_B),
65         KEY(0, 4, KEY_C),
66         KEY(1, 0, KEY_DOWN),
67         KEY(1, 1, KEY_UP),
68         KEY(1, 2, KEY_E),
69         KEY(1, 3, KEY_F),
70         KEY(1, 4, KEY_G),
71         KEY(2, 0, KEY_ENTER),
72         KEY(2, 1, KEY_I),
73         KEY(2, 2, KEY_J),
74         KEY(2, 3, KEY_K),
75         KEY(2, 4, KEY_3),
76         KEY(3, 0, KEY_M),
77         KEY(3, 1, KEY_N),
78         KEY(3, 2, KEY_O),
79         KEY(3, 3, KEY_P),
80         KEY(3, 4, KEY_Q),
81         KEY(4, 0, KEY_R),
82         KEY(4, 1, KEY_4),
83         KEY(4, 2, KEY_T),
84         KEY(4, 3, KEY_U),
85         KEY(4, 4, KEY_ENTER),
86         KEY(5, 0, KEY_V),
87         KEY(5, 1, KEY_W),
88         KEY(5, 2, KEY_L),
89         KEY(5, 3, KEY_S),
90         KEY(5, 4, KEY_ENTER),
91         0
92 };
93
94 static struct mtd_partition h4_partitions[] = {
95         /* bootloader (U-Boot, etc) in first sector */
96         {
97               .name             = "bootloader",
98               .offset           = 0,
99               .size             = SZ_128K,
100               .mask_flags       = MTD_WRITEABLE, /* force read-only */
101         },
102         /* bootloader params in the next sector */
103         {
104               .name             = "params",
105               .offset           = MTDPART_OFS_APPEND,
106               .size             = SZ_128K,
107               .mask_flags       = 0,
108         },
109         /* kernel */
110         {
111               .name             = "kernel",
112               .offset           = MTDPART_OFS_APPEND,
113               .size             = SZ_2M,
114               .mask_flags       = 0
115         },
116         /* file system */
117         {
118               .name             = "filesystem",
119               .offset           = MTDPART_OFS_APPEND,
120               .size             = MTDPART_SIZ_FULL,
121               .mask_flags       = 0
122         }
123 };
124
125 static struct flash_platform_data h4_flash_data = {
126         .map_name       = "cfi_probe",
127         .width          = 2,
128         .parts          = h4_partitions,
129         .nr_parts       = ARRAY_SIZE(h4_partitions),
130 };
131
132 static struct resource h4_flash_resource = {
133         .flags          = IORESOURCE_MEM,
134 };
135
136 static struct platform_device h4_flash_device = {
137         .name           = "omapflash",
138         .id             = 0,
139         .dev            = {
140                 .platform_data  = &h4_flash_data,
141         },
142         .num_resources  = 1,
143         .resource       = &h4_flash_resource,
144 };
145
146 /* Select between the IrDA and aGPS module
147  */
148 #if defined(CONFIG_OMAP_IR) || defined(CONFIG_OMAP_IR_MODULE)
149 static int h4_select_irda(struct device *dev, int state)
150 {
151         unsigned char expa;
152         int err = 0;
153
154         if ((err = read_gpio_expa(&expa, 0x21))) {
155                 printk(KERN_ERR "Error reading from I/O expander\n");
156                 return err;
157         }
158
159         /* 'P6' enable/disable IRDA_TX and IRDA_RX */
160         if (state & IR_SEL) {   /* IrDa */
161                 if ((err = write_gpio_expa(expa | 0x01, 0x21))) {
162                         printk(KERN_ERR "Error writing to I/O expander\n");
163                         return err;
164                 }
165         } else {
166                 if ((err = write_gpio_expa(expa & ~0x01, 0x21))) {
167                         printk(KERN_ERR "Error writing to I/O expander\n");
168                         return err;
169                 }
170         }
171         return err;
172 }
173
174 static void set_trans_mode(struct work_struct *work)
175 {
176         struct omap_irda_config *irda_config =
177                 container_of(work, struct omap_irda_config, gpio_expa.work);
178         int mode = irda_config->mode;
179         unsigned char expa;
180         int err = 0;
181
182         if ((err = read_gpio_expa(&expa, 0x20)) != 0) {
183                 printk(KERN_ERR "Error reading from I/O expander\n");
184         }
185
186         expa &= ~0x01;
187
188         if (!(mode & IR_SIRMODE)) { /* MIR/FIR */
189                 expa |= 0x01;
190         }
191
192         if ((err = write_gpio_expa(expa, 0x20)) != 0) {
193                 printk(KERN_ERR "Error writing to I/O expander\n");
194         }
195 }
196
197 static int h4_transceiver_mode(struct device *dev, int mode)
198 {
199         struct omap_irda_config *irda_config = dev->platform_data;
200
201         irda_config->mode = mode;
202         cancel_delayed_work(&irda_config->gpio_expa);
203         PREPARE_DELAYED_WORK(&irda_config->gpio_expa, set_trans_mode);
204         schedule_delayed_work(&irda_config->gpio_expa, 0);
205
206         return 0;
207 }
208 #else
209 static int h4_select_irda(struct device *dev, int state) { return 0; }
210 static int h4_transceiver_mode(struct device *dev, int mode) { return 0; }
211 #endif
212
213 static struct omap_irda_config h4_irda_data = {
214         .transceiver_cap        = IR_SIRMODE | IR_MIRMODE | IR_FIRMODE,
215         .transceiver_mode       = h4_transceiver_mode,
216         .select_irda            = h4_select_irda,
217         .rx_channel             = OMAP24XX_DMA_UART3_RX,
218         .tx_channel             = OMAP24XX_DMA_UART3_TX,
219         .dest_start             = OMAP_UART3_BASE,
220         .src_start              = OMAP_UART3_BASE,
221         .tx_trigger             = OMAP24XX_DMA_UART3_TX,
222         .rx_trigger             = OMAP24XX_DMA_UART3_RX,
223 };
224
225 static struct resource h4_irda_resources[] = {
226         [0] = {
227                 .start  = INT_24XX_UART3_IRQ,
228                 .end    = INT_24XX_UART3_IRQ,
229                 .flags  = IORESOURCE_IRQ,
230         },
231 };
232
233 static struct platform_device h4_irda_device = {
234         .name           = "omapirda",
235         .id             = -1,
236         .dev            = {
237                 .platform_data  = &h4_irda_data,
238         },
239         .num_resources  = 1,
240         .resource       = h4_irda_resources,
241 };
242
243 static struct omap_kp_platform_data h4_kp_data = {
244         .rows           = 6,
245         .cols           = 7,
246         .keymap         = h4_keymap,
247         .keymapsize     = ARRAY_SIZE(h4_keymap),
248         .rep            = 1,
249         .row_gpios      = row_gpios,
250         .col_gpios      = col_gpios,
251 };
252
253 static struct platform_device h4_kp_device = {
254         .name           = "omap-keypad",
255         .id             = -1,
256         .dev            = {
257                 .platform_data = &h4_kp_data,
258         },
259 };
260
261 static struct platform_device h4_lcd_device = {
262         .name           = "lcd_h4",
263         .id             = -1,
264 };
265
266 static struct platform_device *h4_devices[] __initdata = {
267         &h4_flash_device,
268         &h4_irda_device,
269         &h4_kp_device,
270         &h4_lcd_device,
271 };
272
273 /* 2420 Sysboot setup (2430 is different) */
274 static u32 get_sysboot_value(void)
275 {
276         return (omap_ctrl_readl(OMAP24XX_CONTROL_STATUS) &
277                 (OMAP2_SYSBOOT_5_MASK | OMAP2_SYSBOOT_4_MASK |
278                  OMAP2_SYSBOOT_3_MASK | OMAP2_SYSBOOT_2_MASK |
279                  OMAP2_SYSBOOT_1_MASK | OMAP2_SYSBOOT_0_MASK));
280 }
281
282 /* FIXME: This function should be moved to some other file, gpmc.c? */
283
284 /* H4-2420's always used muxed mode, H4-2422's always use non-muxed
285  *
286  * Note: OMAP-GIT doesn't correctly do is_cpu_omap2422 and is_cpu_omap2423
287  *  correctly.  The macro needs to look at production_id not just hawkeye.
288  */
289 static u32 is_gpmc_muxed(void)
290 {
291         u32 mux;
292         mux = get_sysboot_value();
293         if ((mux & 0xF) == 0xd)
294                 return 1;       /* NAND config (could be either) */
295         if (mux & 0x2)          /* if mux'ed */
296                 return 1;
297         else
298                 return 0;
299 }
300
301 static inline void __init h4_init_debug(void)
302 {
303         int eth_cs;
304         unsigned long cs_mem_base;
305         unsigned int muxed, rate;
306         struct clk *gpmc_fck;
307
308         eth_cs  = H4_SMC91X_CS;
309
310         gpmc_fck = clk_get(NULL, "gpmc_fck");   /* Always on ENABLE_ON_INIT */
311         if (IS_ERR(gpmc_fck)) {
312                 WARN_ON(1);
313                 return;
314         }
315
316         clk_enable(gpmc_fck);
317         rate = clk_get_rate(gpmc_fck);
318         clk_disable(gpmc_fck);
319         clk_put(gpmc_fck);
320
321         if (is_gpmc_muxed())
322                 muxed = 0x200;
323         else
324                 muxed = 0;
325
326         /* Make sure CS1 timings are correct */
327         gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG1,
328                           0x00011000 | muxed);
329
330         if (rate >= 160000000) {
331                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG2, 0x001f1f01);
332                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080803);
333                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1c0b1c0a);
334                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x041f1F1F);
335                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG6, 0x000004C4);
336         } else if (rate >= 130000000) {
337                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG2, 0x001f1f00);
338                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080802);
339                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1C091C09);
340                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x041f1F1F);
341                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG6, 0x000004C4);
342         } else {/* rate = 100000000 */
343                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG2, 0x001f1f00);
344                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080802);
345                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1C091C09);
346                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x031A1F1F);
347                 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG6, 0x000003C2);
348         }
349
350         if (gpmc_cs_request(eth_cs, SZ_16M, &cs_mem_base) < 0) {
351                 printk(KERN_ERR "Failed to request GPMC mem for smc91x\n");
352                 goto out;
353         }
354
355         udelay(100);
356
357         omap_cfg_reg(M15_24XX_GPIO92);
358         if (debug_card_init(cs_mem_base, OMAP24XX_ETHR_GPIO_IRQ) < 0)
359                 gpmc_cs_free(eth_cs);
360
361 out:
362         clk_disable(gpmc_fck);
363         clk_put(gpmc_fck);
364 }
365
366 static void __init h4_init_flash(void)
367 {
368         unsigned long base;
369
370         if (gpmc_cs_request(H4_FLASH_CS, SZ_64M, &base) < 0) {
371                 printk("Can't request GPMC CS for flash\n");
372                 return;
373         }
374         h4_flash_resource.start = base;
375         h4_flash_resource.end   = base + SZ_64M - 1;
376 }
377
378 static void __init omap_h4_init_irq(void)
379 {
380         omap2_init_common_hw(NULL);
381         omap_init_irq();
382         omap_gpio_init();
383         h4_init_flash();
384 }
385
386 static struct omap_uart_config h4_uart_config __initdata = {
387 #ifdef  CONFIG_MACH_OMAP2_H4_USB1
388         .enabled_uarts = ((1 << 0) | (1 << 1)),
389 #else
390         .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)),
391 #endif
392 };
393
394 static struct omap_mmc_config h4_mmc_config __initdata = {
395         .mmc [0] = {
396                 .enabled        = 1,
397                 .wire4          = 1,
398         },
399         .mmc [1] = {
400                 .enabled        = 1,
401                 .wire4          = 1,
402         },
403 };
404
405 extern struct omap_mmc_platform_data h4_mmc_data;
406
407 static struct omap_lcd_config h4_lcd_config __initdata = {
408         .ctrl_name      = "internal",
409 };
410
411 static struct omap_usb_config h4_usb_config __initdata = {
412 #ifdef  CONFIG_MACH_OMAP2_H4_USB1
413         /* NOTE:  usb1 could also be used with 3 wire signaling */
414         .pins[1]        = 4,
415 #endif
416
417 #ifdef  CONFIG_MACH_OMAP_H4_OTG
418         /* S1.10 ON -- USB OTG port
419          * usb0 switched to Mini-AB port and isp1301 transceiver;
420          * S2.POS3 = OFF, S2.POS4 = ON ... to allow battery charging
421          */
422         .otg            = 1,
423         .pins[0]        = 4,
424 #ifdef  CONFIG_USB_GADGET_OMAP
425         /* use OTG cable, or standard A-to-MiniB */
426         .hmc_mode       = 0x14, /* 0:dev/otg 1:host 2:disable */
427 #elif   defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE)
428         /* use OTG cable, or NONSTANDARD (B-to-MiniB) */
429         .hmc_mode       = 0x11, /* 0:host 1:host 2:disable */
430 #endif  /* XX */
431
432 #else
433         /* S1.10 OFF -- usb "download port"
434          * usb0 switched to Mini-B port and isp1105 transceiver;
435          * S2.POS3 = ON, S2.POS4 = OFF ... to enable battery charging
436          */
437         .register_dev   = 1,
438         .pins[0]        = 3,
439 /*      .hmc_mode       = 0x14,*/       /* 0:dev 1:host 2:disable */
440         .hmc_mode       = 0x00,         /* 0:dev|otg 1:disable 2:disable */
441 #endif
442 };
443
444 /* ----------------------------------------------------------------------- */
445
446 static struct tsc210x_config tsc_platform_data = {
447         .use_internal           = 1,
448         .monitor                = TSC_VBAT | TSC_TEMP,
449         /* REVISIT temp calibration data -- board-specific; from EEPROM? */
450         .mclk                   = "sys_clkout",
451 };
452
453 static struct spi_board_info h4_spi_board_info[] __initdata = {
454         {
455                 .modalias       = "tsc2101",
456                 .bus_num        = 1,
457                 .chip_select    = 0,
458                 .mode           = SPI_MODE_1,
459                 .irq            = OMAP_GPIO_IRQ(93),
460                 .max_speed_hz   = 16000000,
461                 .platform_data  = &tsc_platform_data,
462         },
463
464         /* nCS1 -- to lcd board, but unused
465          * nCS2 -- to WLAN/miniPCI
466          */
467 };
468
469 /* ----------------------------------------------------------------------- */
470
471 static struct omap_board_config_kernel h4_config[] __initdata = {
472         { OMAP_TAG_UART,        &h4_uart_config },
473         { OMAP_TAG_MMC,         &h4_mmc_config },
474         { OMAP_TAG_LCD,         &h4_lcd_config },
475         { OMAP_TAG_USB,         &h4_usb_config },
476 };
477
478 #ifdef  CONFIG_MACH_OMAP_H4_TUSB
479
480 #include <linux/usb/musb.h>
481
482 static struct musb_hdrc_platform_data tusb_data = {
483         .mode           = MUSB_OTG,
484         .min_power      = 25,   /* x2 = 50 mA drawn from VBUS as peripheral */
485
486         /* 1.8V supplied by Menelaus, other voltages supplied by VBAT;
487          * so no switching.
488          */
489 };
490
491 static void __init tusb_evm_setup(void)
492 {
493         static char     announce[] __initdata =
494                                 KERN_INFO "TUSB 6010 EVM\n";
495         int             irq;
496         unsigned        dmachan = 0;
497
498         /* There are at least 32 different combinations of boards that
499          * are loosely called "H4", with a 2420 ... different OMAP chip
500          * revisions (with pin mux changes for DMAREQ, GPMC errata, etc),
501          * modifications of the CPU board, mainboard, EVM, TUSB etc.
502          * Plus omap2422, omap2423, etc.
503          *
504          * So you might need to tweak this setup to make the TUSB EVM
505          * behave on your particular setup ...
506          */
507
508         /* Already set up:  GPMC AD[0..15], CLK, nOE, nWE, nADV_ALE */
509         omap_cfg_reg(E2_GPMC_NCS2);
510         omap_cfg_reg(L2_GPMC_NCS7);
511         omap_cfg_reg(M1_GPMC_WAIT2);
512
513         switch ((system_rev >> 8) & 0x0f) {
514         case 0:         /* ES 1.0 */
515         case 1:         /* ES 2.0 */
516                 /* Assume early board revision without optional ES2.0
517                  * rework to swap J15 & AA10 so DMAREQ0 works
518                  */
519                 omap_cfg_reg(AA10_242X_GPIO13);
520                 irq = 13;
521                 /* omap_cfg_reg(J15_24XX_DMAREQ0); */
522                 break;
523         default:
524                 /* Later Menelaus boards can support all 6 DMA request
525                  * lines, at the price of boot flash A23-A26.
526                  */
527                 omap_cfg_reg(J15_24XX_GPIO99);
528                 irq = 99;
529                 dmachan = (1 << 1) | (1 << 0);
530 #if !(defined(CONFIG_MTD_OMAP_NOR) || defined(CONFIG_MTD_OMAP_NOR_MODULE))
531                 dmachan |= (1 << 5) | (1 << 4) (1 << 3) | (1 << 2);
532 #endif
533                 break;
534         }
535
536         if (tusb6010_setup_interface(&tusb_data,
537                         TUSB6010_REFCLK_24, /* waitpin */ 2,
538                         /* async cs */ 2, /* sync cs */ 7,
539                         irq, dmachan) == 0)
540                 printk(announce);
541 }
542
543 #endif
544
545 #if defined(CONFIG_VIDEO_OV9640) || defined(CONFIG_VIDEO_OV9640_MODULE)
546 /*
547  * Common OV9640 register initialization for all image sizes, pixel formats,
548  * and frame rates
549  */
550 const static struct ov9640_reg ov9640_common[] = {
551         { 0x12, 0x80 }, { 0x11, 0x80 }, { 0x13, 0x8F }, /* COM7, CLKRC, COM8 */
552         { 0x01, 0x80 }, { 0x02, 0x80 }, { 0x04, 0x00 }, /* BLUE, RED, COM1 */
553         { 0x0E, 0x81 }, { 0x0F, 0x4F }, { 0x14, 0x4A }, /* COM5, COM6, COM9 */
554         { 0x16, 0x02 }, { 0x1B, 0x01 }, { 0x24, 0x70 }, /* ?, PSHFT, AEW */
555         { 0x25, 0x68 }, { 0x26, 0xD3 }, { 0x27, 0x90 }, /* AEB, VPT, BBIAS */
556         { 0x2A, 0x00 }, { 0x2B, 0x00 }, { 0x32, 0x24 }, /* EXHCH, EXHCL, HREF */
557         { 0x33, 0x02 }, { 0x37, 0x02 }, { 0x38, 0x13 }, /* CHLF, ADC, ACOM */
558         { 0x39, 0xF0 }, { 0x3A, 0x00 }, { 0x3B, 0x01 }, /* OFON, TSLB, COM11 */
559         { 0x3D, 0x90 }, { 0x3E, 0x02 }, { 0x3F, 0xF2 }, /* COM13, COM14, EDGE */
560         { 0x41, 0x02 }, { 0x42, 0xC8 },         /* COM16, COM17 */
561         { 0x43, 0xF0 }, { 0x44, 0x10 }, { 0x45, 0x6C }, /* ?, ?, ? */
562         { 0x46, 0x6C }, { 0x47, 0x44 }, { 0x48, 0x44 }, /* ?, ?, ? */
563         { 0x49, 0x03 }, { 0x59, 0x49 }, { 0x5A, 0x94 }, /* ?, ?, ? */
564         { 0x5B, 0x46 }, { 0x5C, 0x84 }, { 0x5D, 0x5C }, /* ?, ?, ? */
565         { 0x5E, 0x08 }, { 0x5F, 0x00 }, { 0x60, 0x14 }, /* ?, ?, ? */
566         { 0x61, 0xCE },                                 /* ? */
567         { 0x62, 0x70 }, { 0x63, 0x00 }, { 0x64, 0x04 }, /* LCC1, LCC2, LCC3 */
568         { 0x65, 0x00 }, { 0x66, 0x00 },                 /* LCC4, LCC5 */
569         { 0x69, 0x00 }, { 0x6A, 0x3E }, { 0x6B, 0x3F }, /* HV, MBD, DBLV */
570         { 0x6C, 0x40 }, { 0x6D, 0x30 }, { 0x6E, 0x4B }, /* GSP1, GSP2, GSP3 */
571         { 0x6F, 0x60 }, { 0x70, 0x70 }, { 0x71, 0x70 }, /* GSP4, GSP5, GSP6 */
572         { 0x72, 0x70 }, { 0x73, 0x70 }, { 0x74, 0x60 }, /* GSP7, GSP8, GSP9 */
573         { 0x75, 0x60 }, { 0x76, 0x50 }, { 0x77, 0x48 }, /* GSP10,GSP11,GSP12 */
574         { 0x78, 0x3A }, { 0x79, 0x2E }, { 0x7A, 0x28 }, /* GSP13,GSP14,GSP15 */
575         { 0x7B, 0x22 }, { 0x7C, 0x04 }, { 0x7D, 0x07 }, /* GSP16,GST1, GST2 */
576         { 0x7E, 0x10 }, { 0x7F, 0x28 }, { 0x80, 0x36 }, /* GST3, GST4, GST5 */
577         { 0x81, 0x44 }, { 0x82, 0x52 }, { 0x83, 0x60 }, /* GST6, GST7, GST8 */
578         { 0x84, 0x6C }, { 0x85, 0x78 }, { 0x86, 0x8C }, /* GST9, GST10,GST11 */
579         { 0x87, 0x9E }, { 0x88, 0xBB }, { 0x89, 0xD2 }, /* GST12,GST13,GST14 */
580         { 0x8A, 0xE6 }, { 0x13, 0x8F }, { 0x00, 0x7F }, /* GST15, COM8 */
581         { OV9640_REG_TERM, OV9640_VAL_TERM }
582 };
583
584 static int ov9640_sensor_power_set(int power)
585 {
586         unsigned char expa;
587         int err;
588
589         /* read current state of GPIO EXPA outputs */
590         if ((err = read_gpio_expa(&expa, 0x20))) {
591                 printk(KERN_ERR "Error reading GPIO EXPA 0x20\n");
592                 return err;
593         }
594
595         expa = power ? expa | 0x80 : expa & ~0x08;
596
597         /* Set GPIO EXPA P3 (CAMERA_MODULE_EN) to power-up sensor */
598         if ((err = write_gpio_expa(expa, 0x20))) {
599                 printk(KERN_ERR "Error writing to GPIO EXPA 0x20\n");
600                 return err;
601         }
602
603         if (power) {
604                 /* read current state of GPIO EXPA outputs */
605                 if ((err = read_gpio_expa(&expa, 0x22))) {
606                         printk(KERN_ERR "Error reading GPIO EXPA\n");
607                         return err;
608                 }
609                 /* Clear GPIO EXPA P7 (CAM_RST) */
610                 if ((err = write_gpio_expa(expa & ~0x80, 0x22))) {
611                         printk(KERN_ERR "Error writing to GPIO EXPA\n");
612                         return err;
613                 }
614         }
615
616         return err;
617 }
618
619 static struct v4l2_ifparm ifparm = {
620         .if_type = V4L2_IF_TYPE_BT656,
621         .u = {
622                 .bt656 = {
623                          .frame_start_on_rising_vs = 1,
624                          .nobt_vs_inv = 1,
625                          .mode = V4L2_IF_TYPE_BT656_MODE_NOBT_8BIT,
626                          .clock_min = OV9640_XCLK_MIN,
627                          .clock_max = OV9640_XCLK_MAX,
628                  },
629         },
630 };
631
632 static int ov9640_ifparm(struct v4l2_ifparm *p)
633 {
634         *p = ifparm;
635
636         return 0;
637 }
638
639 static struct ov9640_platform_data h4_ov9640_platform_data = {
640         .power_set      = ov9640_sensor_power_set,
641         .default_regs   = ov9640_common,
642         .ifparm         = ov9640_ifparm,
643 };
644 #endif
645
646 static struct i2c_board_info __initdata h4_i2c_board_info[] = {
647         {
648                 I2C_BOARD_INFO("rv5c387a", 0x32),
649                 /* no IRQ wired to OMAP; nINTB goes to AGPS */
650         },
651         {
652                 I2C_BOARD_INFO("menelaus", 0x72),
653                 .irq = INT_24XX_SYS_NIRQ,
654         },
655         {
656                 I2C_BOARD_INFO("isp1301_omap", 0x2d),
657                 .irq            = OMAP_GPIO_IRQ(125),
658         },
659 #if defined(CONFIG_VIDEO_OV9640) || defined(CONFIG_VIDEO_OV9640_MODULE)
660         {
661                 I2C_BOARD_INFO("ov9640", 0x30),
662                 .platform_data = &h4_ov9640_platform_data,
663         },
664 #endif
665 };
666
667 static struct i2c_board_info __initdata h4_i2c_board_info[] = {
668         {
669                 I2C_BOARD_INFO("isp1301_omap", 0x2d),
670                 .irq            = OMAP_GPIO_IRQ(125),
671         },
672 };
673
674 static void __init omap_h4_init(void)
675 {
676         /*
677          * Make sure the serial ports are muxed on at this point.
678          * You have to mux them off in device drivers later on
679          * if not needed.
680          */
681 #if defined(CONFIG_OMAP_IR) || defined(CONFIG_OMAP_IR_MODULE)
682         omap_cfg_reg(K15_24XX_UART3_TX);
683         omap_cfg_reg(K14_24XX_UART3_RX);
684 #endif
685
686 #if defined(CONFIG_KEYBOARD_OMAP) || defined(CONFIG_KEYBOARD_OMAP_MODULE)
687         if (omap_has_menelaus()) {
688                 row_gpios[5] = 0;
689                 col_gpios[2] = 15;
690                 col_gpios[6] = 18;
691         }
692 #endif
693
694 #ifdef  CONFIG_MACH_OMAP2_H4_USB1
695         /* S3.3 controls whether these pins are for UART2 or USB1 */
696         omap_cfg_reg(N14_24XX_USB1_SE0);
697         omap_cfg_reg(P15_24XX_USB1_DAT);
698         omap_cfg_reg(W20_24XX_USB1_TXEN);
699         omap_cfg_reg(V19_24XX_USB1_RCV);
700 #endif
701
702         /* Menelaus interrupt */
703         omap_cfg_reg(W19_24XX_SYS_NIRQ);
704
705         i2c_register_board_info(1, h4_i2c_board_info,
706                         ARRAY_SIZE(h4_i2c_board_info));
707
708         platform_add_devices(h4_devices, ARRAY_SIZE(h4_devices));
709         omap_board_config = h4_config;
710         omap_board_config_size = ARRAY_SIZE(h4_config);
711         omap_serial_init();
712         h4_mmc_init();
713         omap_register_i2c_bus(1, 100, h4_i2c_board_info,
714                               ARRAY_SIZE(h4_i2c_board_info));
715
716         /* smc91x, debug leds, ps/2, extra uarts */
717         h4_init_debug();
718
719 #ifdef  CONFIG_MACH_OMAP_H4_TUSB
720         tusb_evm_setup();
721 #endif
722
723         /* defaults seem ok for:
724          * omap_cfg_reg(U18_24XX_SPI1_SCK);
725          * omap_cfg_reg(V20_24XX_SPI1_MOSI);
726          * omap_cfg_reg(T18_24XX_SPI1_MISO);
727          * omap_cfg_reg(U19_24XX_SPI1_NCS0);
728          */
729
730         /* TSC2101 */
731         omap_cfg_reg(P20_24XX_GPIO93);
732         gpio_request(93, "tsc_irq");
733         gpio_direction_input(93);
734
735         omap_cfg_reg(W14_24XX_SYS_CLKOUT);      /* mclk */
736         /* defaults seem ok for:
737          * omap_cfg_reg(Y15_EAC_AC_SCLK);       // bclk
738          * omap_cfg_reg(R14_EAC_AC_FS);
739          * omap_cfg_reg(V15_EAC_AC_DOUT);
740          * omap_cfg_reg(W15_EAC_AC_DIN);
741          */
742
743         spi_register_board_info(h4_spi_board_info,
744                                 ARRAY_SIZE(h4_spi_board_info));
745 }
746
747 static void __init omap_h4_map_io(void)
748 {
749         omap2_set_globals_242x();
750         omap2_map_common_io();
751 }
752
753 MACHINE_START(OMAP_H4, "OMAP2420 H4 board")
754         /* Maintainer: Paul Mundt <paul.mundt@nokia.com> */
755         .phys_io        = 0x48000000,
756         .io_pg_offst    = ((0xd8000000) >> 18) & 0xfffc,
757         .boot_params    = 0x80000100,
758         .map_io         = omap_h4_map_io,
759         .init_irq       = omap_h4_init_irq,
760         .init_machine   = omap_h4_init,
761         .timer          = &omap_timer,
762 MACHINE_END