Commits
Bai Ping committed ef9f0601cc0
MLK-9777 cpufreq: imx6: fix the high bus count mismatch Normally, the system is booting up with higher cpufreq. In the cpufreq set_target_index we will release the high bus mode if the target cpu frequency is the lowest. It will release the high bus mode and dcrease the high_bus_count.This will lead to a wrong release of high bus mode. So, in the cpufreq_init function, if the original frequency is not the lowest, we need request high busfreq. Signed-off-by: Bai Ping <b51503@freescale.com> (cherry picked from commit 7df8887a6ddac148d33cd583da31ec72d0ba07da)