aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap1/clock_data.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
index 1297bb58869c..3f305610efa0 100644
--- a/arch/arm/mach-omap1/clock_data.c
+++ b/arch/arm/mach-omap1/clock_data.c
@@ -930,6 +930,9 @@ void __init omap1_clk_late_init(void)
930 if (ck_dpll1.rate >= OMAP1_DPLL1_SANE_VALUE) 930 if (ck_dpll1.rate >= OMAP1_DPLL1_SANE_VALUE)
931 return; 931 return;
932 932
933 /* System booting at unusable rate, force reprogramming of DPLL1 */
934 ck_dpll1_p->rate = 0;
935
933 /* Find the highest supported frequency and enable it */ 936 /* Find the highest supported frequency and enable it */
934 if (omap1_select_table_rate(&virtual_ck_mpu, ~0)) { 937 if (omap1_select_table_rate(&virtual_ck_mpu, ~0)) {
935 pr_err("System frequencies not set, using default. Check your config.\n"); 938 pr_err("System frequencies not set, using default. Check your config.\n");