ARM: tegra: cpufreq: Take an extra reference to pllx
[deliverable/linux.git] / arch / arm / mach-tegra / cpu-tegra.c
index cda03f11550e2864adb08f3e578d9dbcb8f92695..f02ba603ceb75d40dc94cce70dabb282ae0517be 100644 (file)
@@ -173,6 +173,8 @@ static int tegra_cpu_init(struct cpufreq_policy *policy)
        if (IS_ERR(cpu_clk))
                return PTR_ERR(cpu_clk);
 
+       clk_enable(cpu_clk);
+
        cpufreq_frequency_table_cpuinfo(policy, freq_table);
        cpufreq_frequency_table_get_attr(freq_table, policy->cpu);
        policy->cur = tegra_getspeed(policy->cpu);
This page took 0.026052 seconds and 5 git commands to generate.