[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1352252861-18384-3-git-send-email-jemele@gmail.com>
Date: Tue, 6 Nov 2012 17:47:39 -0800
From: Joshua Emele <jemele@...il.com>
To: Kevin Hilman <khilman@...com>, "Rafael J. Wysocki" <rjw@...k.pl>,
linux-omap@...r.kernel.org, cpufreq@...r.kernel.org,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Joshua Emele <jemele@...il.com>
Subject: [PATCH 2/4] cpufreq: OMAP: for omap3 devices, specify the iva clock name
Signed-off-by: Joshua Emele <jemele@...il.com>
---
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists