diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom2.c')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom2.c | 36 |
1 files changed, 1 insertions, 35 deletions
diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c index 3ad9ecf7f5e2..00c8f835649f 100644 --- a/arch/arm/mach-omap2/board-zoom2.c +++ b/arch/arm/mach-omap2/board-zoom2.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | #include <linux/input.h> | 15 | #include <linux/input.h> |
16 | #include <linux/gpio.h> | 16 | #include <linux/gpio.h> |
17 | #include <linux/i2c/twl.h> | ||
17 | 18 | ||
18 | #include <asm/mach-types.h> | 19 | #include <asm/mach-types.h> |
19 | #include <asm/mach/arch.h> | 20 | #include <asm/mach/arch.h> |
@@ -34,41 +35,6 @@ static void __init omap_zoom2_init_irq(void) | |||
34 | omap_gpio_init(); | 35 | omap_gpio_init(); |
35 | } | 36 | } |
36 | 37 | ||
37 | /* REVISIT: These audio entries can be removed once MFD code is merged */ | ||
38 | #if 0 | ||
39 | |||
40 | static struct twl4030_madc_platform_data zoom2_madc_data = { | ||
41 | .irq_line = 1, | ||
42 | }; | ||
43 | |||
44 | static struct twl4030_codec_audio_data zoom2_audio_data = { | ||
45 | .audio_mclk = 26000000, | ||
46 | }; | ||
47 | |||
48 | static struct twl4030_codec_data zoom2_codec_data = { | ||
49 | .audio_mclk = 26000000, | ||
50 | .audio = &zoom2_audio_data, | ||
51 | }; | ||
52 | |||
53 | static struct twl4030_platform_data zoom2_twldata = { | ||
54 | .irq_base = TWL4030_IRQ_BASE, | ||
55 | .irq_end = TWL4030_IRQ_END, | ||
56 | |||
57 | /* platform_data for children goes here */ | ||
58 | .bci = &zoom2_bci_data, | ||
59 | .madc = &zoom2_madc_data, | ||
60 | .usb = &zoom2_usb_data, | ||
61 | .gpio = &zoom2_gpio_data, | ||
62 | .keypad = &zoom2_kp_twl4030_data, | ||
63 | .codec = &zoom2_codec_data, | ||
64 | .vmmc1 = &zoom2_vmmc1, | ||
65 | .vmmc2 = &zoom2_vmmc2, | ||
66 | .vsim = &zoom2_vsim, | ||
67 | |||
68 | }; | ||
69 | |||
70 | #endif | ||
71 | |||
72 | #ifdef CONFIG_OMAP_MUX | 38 | #ifdef CONFIG_OMAP_MUX |
73 | static struct omap_board_mux board_mux[] __initdata = { | 39 | static struct omap_board_mux board_mux[] __initdata = { |
74 | /* WLAN IRQ - GPIO 162 */ | 40 | /* WLAN IRQ - GPIO 162 */ |