From 851c1e87c0cb16b087887a4d71869410ed56b792 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 7 Jun 2010 20:47:33 -0700 Subject: [PATCH] HACK: [ARM] tegra: stingray: Initialize emc clock to 600MHz Change-Id: I3a7df1165b2bc8de1982b26980697bc461932e2e Signed-off-by: Colin Cross --- arch/arm/mach-tegra/board-stingray.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index 9f61ef6d9d83..e66028952a30 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -348,6 +348,9 @@ static struct tegra_sdhci_platform_data stingray_sdhci_platform_data4 = { static __initdata struct tegra_clk_init_table stingray_clk_init_table[] = { /* name parent rate enabled */ { "uartb", "clk_m", 26000000, true}, + { "emc", "pll_p", 0, true}, + { "pll_m", NULL, 600000000, true}, + { "emc", "pll_m", 600000000, false}, { "host1x", "pll_m", 100000000, true}, { "2d", "pll_m", 100000000, true}, { "epp", "pll_m", 100000000, true}, -- 2.34.1