summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2011-03-10 23:20:05 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:53:54 -0700
commita9e6fb2e3188624487148c63fbd6b4736a7674b1 (patch)
treec0b4dd129b1bc0e440f959be8f89b6e785038d02 /arch/arm/mach-tegra/common.c
parent8dd14e9a28d7fcc216c036223b4416c36c7afcbb (diff)
ARM: tegra: clock: Increase system bus/AVP frequencies
Configure PLLC at 624MHz and increase system bus/AHB/AVP frequencies to 312MHz, and APB frequency to 156MHz. Original-Change-Id: Ie9c614f130f64a8c3bbb5e2bf1cb1892f10bb9cc Reviewed-on: http://git-master/r/22660 Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Tested-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Change-Id: I6da1eae4b6340fe84a5faae1ed25dea25ce2d171
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
-rw-r--r--arch/arm/mach-tegra/common.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c
index 32633892c365..258e7b9f708c 100644
--- a/arch/arm/mach-tegra/common.c
+++ b/arch/arm/mach-tegra/common.c
@@ -71,11 +71,11 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = {
{ "pll_p_out3", "pll_p", 72000000, true },
#ifdef CONFIG_ARCH_TEGRA_3x_SOC
{ "pll_m_out1", "pll_m", 275000000, true },
- { "pll_c", NULL, 416000000, true },
- { "pll_c_out1", "pll_c", 278000000, true },
- { "sclk", "pll_c_out1", 278000000, true },
- { "hclk", "sclk", 275000000, true },
- { "pclk", "hclk", 70000000, true },
+ { "pll_c", NULL, 624000000, true },
+ { "pll_c_out1", "pll_c", 312000000, true },
+ { "sclk", "pll_c_out1", 312000000, true },
+ { "hclk", "sclk", 312000000, true },
+ { "pclk", "hclk", 156000000, true },
#else
{ "pll_m_out1", "pll_m", 120000000, true },
{ "sclk", "pll_m_out1", 120000000, true },