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