]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00220297 [MX6SL]: Fix AHB clock not correct after kernel boot
authorNancy Chen <Nancy.Chen@freescale.com>
Tue, 14 Aug 2012 14:49:05 +0000 (09:49 -0500)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:42 +0000 (14:12 +0200)
commit287e78bf2a4b41cebbef2368d69df6e38da9cbf9
tree64c589226935c54b3a34856f1e3526e766128100
parent05881886fa1b885c4de4bd591359af2ebb0a2919
ENGR00220297 [MX6SL]: Fix AHB clock not correct after kernel boot

1. Fix AHB_CLK is not right after system up. ahb_clk is 49.5MHz
after system up. It should be 132MHz.
2. Remove the voltage changes for VDDSOC_CAP since there are vddarm
voltage changed in CPUFREQ and vddsoc voltage and vddarm voltage
should meet the constraint condition: VDDSOC > VDDARM - 50mV. Therefore
VDDSOC voltage changes will be implemented in CPUFREQ.

Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
arch/arm/mach-mx6/bus_freq.c
arch/arm/mach-mx6/clock_mx6sl.c