ARM: imx6q: fix suspend regression caused by common clk migration
authorShawn Guo <shawn.guo@linaro.org>
Tue, 5 Jun 2012 07:16:43 +0000 (15:16 +0800)
committerOlof Johansson <olof@lixom.net>
Sat, 30 Jun 2012 22:25:17 +0000 (15:25 -0700)
commit5ae95aefb73b32ec4e7c46554304042ba82230ca
treed4c4f96fac6878da0f7e14f1796abad7db7bbc39
parente5a5192a5e42edca10c9d5e391e6f9fdd11f28ea
ARM: imx6q: fix suspend regression caused by common clk migration

When moving to common clk framework, the imx6q clks rom and mmdc_ch1_axi
get different on/off states than old clk driver, which breaks suspend
function.  There might be a better way to manage these clocks, but let's
takes the old clk driver approach to fix the regression first.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-imx/clk-imx6q.c