From: Tero Kristo <tero.kristo@xxxxxxxxx> Applies on top of PM branch. Signed-off-by: Tero Kristo <tero.kristo@xxxxxxxxx> --- arch/arm/mach-omap2/board-rx51.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51.c b/arch/arm/mach-omap2/board-rx51.c index 3e4b7f8..7ab8a74 100644 --- a/arch/arm/mach-omap2/board-rx51.c +++ b/arch/arm/mach-omap2/board-rx51.c @@ -61,7 +61,11 @@ static struct omap_bluetooth_config rx51_bt_config = { static void __init rx51_init_irq(void) { - omap2_init_common_hw(rx51_get_sdram_timings(), NULL, + struct omap_sdrc_params *sdrc_params; + + sdrc_params = rx51_get_sdram_timings(); + + omap2_init_common_hw(sdrc_params, sdrc_params, omap3_mpu_rate_table, omap3_dsp_rate_table, omap3_l3_rate_table); -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html