summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap2/opp4xxx_data.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
index 8bc9a11b593..9f95290a140 100644
--- a/arch/arm/mach-omap2/opp4xxx_data.c
+++ b/arch/arm/mach-omap2/opp4xxx_data.c
@@ -484,10 +484,8 @@ int __init omap4_opp_init(void)
ARRAY_SIZE(omap446x_opp_def_list));
}
if (!r) {
- if (omap4_has_mpu_1_2ghz())
+ if (omap4_has_mpu_1_2ghz() || omap4_has_mpu_1_5ghz())
omap4_mpu_opp_enable(1200000000);
- if (omap4_has_mpu_1_5ghz())
- omap4_mpu_opp_enable(1500000000);
}
return r;