diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3pandora.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3pandora.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c index 402f09c6cf10..3571bb47ab86 100644 --- a/arch/arm/mach-omap2/board-omap3pandora.c +++ b/arch/arm/mach-omap2/board-omap3pandora.c | |||
@@ -36,6 +36,7 @@ | |||
36 | #include <mach/mcspi.h> | 36 | #include <mach/mcspi.h> |
37 | #include <mach/usb.h> | 37 | #include <mach/usb.h> |
38 | 38 | ||
39 | #include "sdram-micron-mt46h32m32lf-6.h" | ||
39 | #include "mmc-twl4030.h" | 40 | #include "mmc-twl4030.h" |
40 | 41 | ||
41 | #define OMAP3_PANDORA_TS_GPIO 94 | 42 | #define OMAP3_PANDORA_TS_GPIO 94 |
@@ -118,7 +119,7 @@ static int __init omap3pandora_i2c_init(void) | |||
118 | 119 | ||
119 | static void __init omap3pandora_init_irq(void) | 120 | static void __init omap3pandora_init_irq(void) |
120 | { | 121 | { |
121 | omap2_init_common_hw(NULL); | 122 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params); |
122 | omap_init_irq(); | 123 | omap_init_irq(); |
123 | omap_gpio_init(); | 124 | omap_gpio_init(); |
124 | } | 125 | } |