diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 8ed935ca1efe..3d1fde79ab45 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -33,6 +33,7 @@ | |||
33 | 33 | ||
34 | #include "mux.h" | 34 | #include "mux.h" |
35 | #include "hsmmc.h" | 35 | #include "hsmmc.h" |
36 | #include "sdram-numonyx-m65kxxxxam.h" | ||
36 | 37 | ||
37 | #define IGEP2_SMSC911X_CS 5 | 38 | #define IGEP2_SMSC911X_CS 5 |
38 | #define IGEP2_SMSC911X_GPIO 176 | 39 | #define IGEP2_SMSC911X_GPIO 176 |
@@ -340,7 +341,7 @@ static void __init igep2_init_irq(void) | |||
340 | { | 341 | { |
341 | omap_board_config = igep2_config; | 342 | omap_board_config = igep2_config; |
342 | omap_board_config_size = ARRAY_SIZE(igep2_config); | 343 | omap_board_config_size = ARRAY_SIZE(igep2_config); |
343 | omap2_init_common_hw(NULL, NULL); | 344 | omap2_init_common_hw(m65kxxxxam_sdrc_params, m65kxxxxam_sdrc_params); |
344 | omap_init_irq(); | 345 | omap_init_irq(); |
345 | omap_gpio_init(); | 346 | omap_gpio_init(); |
346 | } | 347 | } |