diff options
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
-rw-r--r-- | arch/arm/mach-tegra/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index e96900418682..a4fba8835136 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c | |||
@@ -87,7 +87,7 @@ static __initdata struct tegra_clk_init_table tegra20_clk_init_table[] = { | |||
87 | { "pll_c_out1", "pll_c", 120000000, true }, | 87 | { "pll_c_out1", "pll_c", 120000000, true }, |
88 | { "sclk", "pll_c_out1", 120000000, true }, | 88 | { "sclk", "pll_c_out1", 120000000, true }, |
89 | { "hclk", "sclk", 120000000, true }, | 89 | { "hclk", "sclk", 120000000, true }, |
90 | { "pclk", "hclk", 54000000, true }, | 90 | { "pclk", "hclk", 60000000, true }, |
91 | { "csite", NULL, 0, true }, | 91 | { "csite", NULL, 0, true }, |
92 | { "emc", NULL, 0, true }, | 92 | { "emc", NULL, 0, true }, |
93 | { "cpu", NULL, 0, true }, | 93 | { "cpu", NULL, 0, true }, |