diff options
Diffstat (limited to 'arch/arm/mach-tegra/cpu-tegra.c')
-rw-r--r-- | arch/arm/mach-tegra/cpu-tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra.c b/arch/arm/mach-tegra/cpu-tegra.c index ece29ab15b59..e3d6e15ff188 100644 --- a/arch/arm/mach-tegra/cpu-tegra.c +++ b/arch/arm/mach-tegra/cpu-tegra.c | |||
@@ -265,7 +265,7 @@ static int __init tegra_cpufreq_init(void) | |||
265 | if (IS_ERR(pll_x_clk)) | 265 | if (IS_ERR(pll_x_clk)) |
266 | return PTR_ERR(pll_x_clk); | 266 | return PTR_ERR(pll_x_clk); |
267 | 267 | ||
268 | pll_p_clk = clk_get_sys(NULL, "pll_p"); | 268 | pll_p_clk = clk_get_sys(NULL, "pll_p_cclk"); |
269 | if (IS_ERR(pll_p_clk)) | 269 | if (IS_ERR(pll_p_clk)) |
270 | return PTR_ERR(pll_p_clk); | 270 | return PTR_ERR(pll_p_clk); |
271 | 271 | ||