>From ba898041224fc496f6694b0ebca9afa77190abf0 Mon Sep 17 00:00:00 2001 From: Teerth Reddy <teerth@xxxxxx> Date: Wed, 9 Sep 2009 10:38:30 +0530 Subject: [PATCH] ARM: OMAP3: PM: Initialize SDRC params for DVFS for Zoom2 This patch initializes the SDRC params for DVFS. Signed-off-by: Teerth Reddy <teerth@xxxxxx> --- arch/arm/mach-omap2/board-zoom2.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) Index: linux-omap-pm/arch/arm/mach-omap2/board-zoom2.c =================================================================== --- linux-omap-pm.orig/arch/arm/mach-omap2/board-zoom2.c +++ linux-omap-pm/arch/arm/mach-omap2/board-zoom2.c @@ -26,6 +26,7 @@ #include "mmc-twl4030.h" #include "omap3-opp.h" +#include "sdram-micron-mt46h32m32lf-6.h" /* Zoom2 has Qwerty keyboard*/ static int board_keymap[] = { @@ -214,8 +215,9 @@ static void __init omap_zoom2_init_irq(v { omap_board_config = zoom2_config; omap_board_config_size = ARRAY_SIZE(zoom2_config); - omap2_init_common_hw(NULL, NULL, omap3_mpu_rate_table, - omap3_dsp_rate_table, omap3_l3_rate_table); + omap2_init_common_hw(mt46h32m32lf6_sdrc_params, + mt46h32m32lf6_sdrc_params, omap3_mpu_rate_table, + omap3_dsp_rate_table, omap3_l3_rate_table); omap_init_irq(); omap_gpio_init(); } -- 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