aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap2plus-cpufreq.c
diff options
context:
space:
mode:
authorTaras Kondratiuk <taras@ti.com>2011-11-11 10:25:46 +0200
committerZiyann <jaraidaniel@gmail.com>2014-10-01 12:55:18 +0200
commitd572cb3aaddcbff40c03bbae1c7fe4ab61395872 (patch)
tree6c42d35aade1ac873af33257af8d80fe16f4ba16 /arch/arm/mach-omap2/omap2plus-cpufreq.c
parent8969ce0ad20cf8b318594d79085de9a8d2e461a5 (diff)
downloadkernel_samsung_tuna-d572cb3aaddcbff40c03bbae1c7fe4ab61395872.zip
kernel_samsung_tuna-d572cb3aaddcbff40c03bbae1c7fe4ab61395872.tar.gz
kernel_samsung_tuna-d572cb3aaddcbff40c03bbae1c7fe4ab61395872.tar.bz2
OMAP4: clock: Reuse 4460 MPU clock for 4470
OMAP4470 has the same MPU clock scheme as OMAP4460. Reuse virt_dpll_mpu_ck clock for 4470. Change-Id: Id3f992d1595c5cc02d316199ad999a084f623b1f Signed-off-by: Taras Kondratiuk <taras@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap2plus-cpufreq.c')
-rwxr-xr-xarch/arm/mach-omap2/omap2plus-cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap2plus-cpufreq.c b/arch/arm/mach-omap2/omap2plus-cpufreq.c
index 90ee37d..3b367d9 100755
--- a/arch/arm/mach-omap2/omap2plus-cpufreq.c
+++ b/arch/arm/mach-omap2/omap2plus-cpufreq.c
@@ -572,7 +572,7 @@ static int __init omap_cpufreq_init(void)
mpu_clk_name = "dpll1_ck";
else if (cpu_is_omap443x())
mpu_clk_name = "dpll_mpu_ck";
- else if (cpu_is_omap446x())
+ else if (cpu_is_omap446x() || cpu_is_omap447x())
mpu_clk_name = "virt_dpll_mpu_ck";
if (!mpu_clk_name) {