diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2010-02-17 17:09:27 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-19 18:22:17 -0500 |
commit | 22f1baac70efb547a3e385f13f709625496acb2c (patch) | |
tree | b31e0676dd9af247b0abba96e879ec5ffd4c8e4f /arch/arm/mach-omap2/board-igep0020.c | |
parent | ec0947fa0f3fabdb34422fffa98edadd060e2758 (diff) |
omap3: Use timing data for omap2_init_common_hw on IGEP v2
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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 | } |