提交 02563a5d 编写于 作者: T Teerth Reddy 提交者: Tony Lindgren

omap: Initialization of SDRC params on Zoom2

This patch initializes the correct SDRC settings required
for DVFS on Zoom2.
Signed-off-by: NTeerth Reddy <teerth@ti.com>
Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 cb3cc45a
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <mach/keypad.h> #include <mach/keypad.h>
#include "mmc-twl4030.h" #include "mmc-twl4030.h"
#include "sdram-micron-mt46h32m32lf-6.h"
/* Zoom2 has Qwerty keyboard*/ /* Zoom2 has Qwerty keyboard*/
static int board_keymap[] = { static int board_keymap[] = {
...@@ -213,7 +214,8 @@ static void __init omap_zoom2_init_irq(void) ...@@ -213,7 +214,8 @@ static void __init omap_zoom2_init_irq(void)
{ {
omap_board_config = zoom2_config; omap_board_config = zoom2_config;
omap_board_config_size = ARRAY_SIZE(zoom2_config); omap_board_config_size = ARRAY_SIZE(zoom2_config);
omap2_init_common_hw(NULL, NULL); omap2_init_common_hw(mt46h32m32lf6_sdrc_params,
mt46h32m32lf6_sdrc_params);
omap_init_irq(); omap_init_irq();
omap_gpio_init(); omap_gpio_init();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册