ARM: imx: improve status check of clock gate
authorAnson Huang <b20788@freescale.com>
Tue, 24 Dec 2013 19:21:27 +0000 (14:21 -0500)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 01:36:46 +0000 (09:36 +0800)
commitb4e844f019aa6b46601ef3d04af645b36dffaa0d
tree7361c69dbfb1f8cd1d87cb6b168013c1eb9edb10
parentadf15fa59695f383067e70d151b131fdeafcb489
ARM: imx: improve status check of clock gate

For ccm clock gate, both 2b'11 and 2b'01 should be treated
as clock enabled, see below description in CCM, whenver CPU
trys to check clock gate's status, system will be in run mode.

2b'00: clock is off during all modes;
2b'01: clock is on in run mode, but off in wait and stop mode;
2b'10: Not applicable;
2b'11: clock is on during all modes, except stop mode.

Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-gate2.c