summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.c
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2010-10-01 20:01:42 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:35:52 -0800
commitf221dfb4f0a1ef2354c55ec2395e4270cb96fd0b (patch)
tree7d1053e6fede0667cf869c773a5eb52fa9af3ea5 /arch/arm/mach-tegra/common.c
parent66917c086ee30d5472e86bf0ed33459fa878ab70 (diff)
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>
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
-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 bdf841609dae..11f55994fa59 100644
--- a/arch/arm/mach-tegra/common.c
+++ b/arch/arm/mach-tegra/common.c
@@ -60,10 +60,10 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = {
{ "pll_p_out2", "pll_p", 48000000, true },
{ "pll_p_out3", "pll_p", 72000000, true },
{ "pll_p_out4", "pll_p", 108000000, true },
- { "pll_m_out1", NULL, 0, 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 },
{ "csite", NULL, 0, true },
{ "emc", NULL, 0, true },
{ "cpu", NULL, 0, true },