Signed-off-by: Joshua Emele <jemele@xxxxxxxxx> --- drivers/cpufreq/omap-cpufreq.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/cpufreq/omap-cpufreq.c b/drivers/cpufreq/omap-cpufreq.c index 1621208..d8a751f 100644 --- a/drivers/cpufreq/omap-cpufreq.c +++ b/drivers/cpufreq/omap-cpufreq.c @@ -335,9 +335,10 @@ static int __init omap_cpufreq_init(void) { if (cpu_is_omap24xx()) mpu_clk_name = "virt_prcm_set"; - else if (cpu_is_omap34xx()) + else if (cpu_is_omap34xx()) { mpu_clk_name = "dpll1_ck"; - else if (cpu_is_omap44xx()) + iva_clk_name = "dpll2_ck"; + } else if (cpu_is_omap44xx()) mpu_clk_name = "dpll_mpu_ck"; if (!mpu_clk_name) { -- 1.7.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html