summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2010-10-01 20:01:42 -0700
committerDima Zavin <dima@android.com>2010-10-01 20:18:09 -0700
commita7a17412fa78be86dc6cca193341f30aae433603 (patch)
treebeecc10ec678e6114bc7234d35601f6682fcbd3c
parent5d2878808d3adc124541333c243e6af87ed0f926 (diff)
downloadtegra-a7a17412fa78be86dc6cca193341f30aae433603.tar.gz
ARM: tegra: parent sclk on pll_m_out1 so it can run @ 240Mhz
Since sclk no longer needs pll_p_out4, don't explicitly enable it. Change-Id: I47debdd3402e02967f77ebd4c3b8c4594ece4083 Signed-off-by: Dima Zavin <dima@android.com>
-rw-r--r--arch/arm/mach-tegra/common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c
index d5852042123a..d8adca772d6b 100644
--- a/arch/arm/mach-tegra/common.c
+++ b/arch/arm/mach-tegra/common.c
@@ -42,10 +42,10 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = {
{ "pll_p_out1", "pll_p", 28800000, true },
{ "pll_p_out2", "pll_p", 48000000, true },
{ "pll_p_out3", "pll_p", 72000000, true },
- { "pll_p_out4", "pll_p", 108000000, true },
- { "sclk", "pll_p_out4", 108000000, true },
- { "hclk", "sclk", 108000000, true },
- { "pclk", "hclk", 54000000, true },
+ { "pll_m_out1", "pll_m", 240000000, true },
+ { "sclk", "pll_m_out1", 240000000, true },
+ { "hclk", "sclk", 240000000, true },
+ { "pclk", "hclk", 120000000, true },
{ "pll_u", "clk_m", 480000000, false },
{ "sdmmc1", "pll_p", 48000000, false},
{ "sdmmc2", "pll_p", 48000000, false},