summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2012-08-15 20:53:15 -0500
committerNancy Chen <Nancy.Chen@freescale.com>2012-08-15 20:54:58 -0500
commit13cb1da51c62cc36e17e493b65bfac2c77fdb1cc (patch)
tree00907df44fc5d34267c2be8d6814ae203f63e856 /arch
parent692b4ca63b17df45af386b89ad6a31cf11fc17cb (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>
Diffstat (limited to 'arch')
-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 83310c436d54..95edf0065207 100644
--- a/arch/arm/mach-mx6/bus_freq.c
+++ b/arch/arm/mach-mx6/bus_freq.c
@@ -134,6 +134,7 @@ static void reduce_bus_freq_handler(struct work_struct *work)
clk_disable(pll2_400);
clk_disable(pll3);
+ med_bus_freq_mode = 0;
} else {
arm_mem_clked_in_wait = true;