MLK-10271 cpufreq: imx6: improve busfreq operation when wehn setpoint lower than...
authorBai Ping <b51503@freescale.com>
Sat, 28 Feb 2015 11:19:56 +0000 (19:19 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:39 +0000 (14:48 -0500)
commit054b019c789430d10ea3d33f665b6e92514825ed
tree198803617ab837442ba1bad338597a61a8e37021
parentd37fe4a81c9c08265d4ead1e30ceb0d770557d44
MLK-10271 cpufreq: imx6: improve busfreq operation when wehn setpoint lower than 396MHz

for i.MX6SX, according to the latest datasheet, added a 198MHz setpoint in cpufreq driver.
The 198MHz setpoint is NOT enough to support playing mp3,the system will stay at a higher
setpoint and high_bus_mode. So when having a setpoint lower than 396MHz, make sure when
the cpufreq is at 396MHz or lower, the busfreq is always in low_bus_mode to save more power.

Signed-off-by: Bai Ping <b51503@freescale.com>
(cherry picked from commit 3ba9548200ffb2c85111dd84946046ae0c7b09c4)
drivers/cpufreq/imx6q-cpufreq.c