summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2012-08-15 20:53:15 -0500
committerXinyu Chen <xinyu.chen@freescale.com>2012-08-22 10:26:33 +0800
commit6dcf59be03029674381b1d3f6c2b632c24512f61 (patch)
treeb2fd13667c3b047fcf138a872a3210b67f6c485f
parentf9bc5a9a152421dfe2f3d29dbe04065f87538f88 (diff)
ENGR00220497 [MX6Q, MX6DL]: Fix not able to set high bus freq
Fix not able to set high bus frequency from low bus frequency. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
-rw-r--r--arch/arm/mach-mx6/bus_freq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/bus_freq.c b/arch/arm/mach-mx6/bus_freq.c
index 51e1d3b14e62..2bb2ca40022f 100644
--- a/arch/arm/mach-mx6/bus_freq.c
+++ b/arch/arm/mach-mx6/bus_freq.c
@@ -137,6 +137,7 @@ static void reduce_bus_freq_handler(struct work_struct *work)
clk_disable(pll2_400);
clk_disable(pll3);
+ med_bus_freq_mode = 0;
} else {
/* Set VDDSOC_CAP to 1.1V */
ret = regulator_set_voltage(vddsoc_cap_regulator, 1100000,