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>
This commit is contained in:
parent
ec0947fa0f
commit
22f1baac70
@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
#include "mux.h"
|
#include "mux.h"
|
||||||
#include "hsmmc.h"
|
#include "hsmmc.h"
|
||||||
|
#include "sdram-numonyx-m65kxxxxam.h"
|
||||||
|
|
||||||
#define IGEP2_SMSC911X_CS 5
|
#define IGEP2_SMSC911X_CS 5
|
||||||
#define IGEP2_SMSC911X_GPIO 176
|
#define IGEP2_SMSC911X_GPIO 176
|
||||||
@ -340,7 +341,7 @@ static void __init igep2_init_irq(void)
|
|||||||
{
|
{
|
||||||
omap_board_config = igep2_config;
|
omap_board_config = igep2_config;
|
||||||
omap_board_config_size = ARRAY_SIZE(igep2_config);
|
omap_board_config_size = ARRAY_SIZE(igep2_config);
|
||||||
omap2_init_common_hw(NULL, NULL);
|
omap2_init_common_hw(m65kxxxxam_sdrc_params, m65kxxxxam_sdrc_params);
|
||||||
omap_init_irq();
|
omap_init_irq();
|
||||||
omap_gpio_init();
|
omap_gpio_init();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user