ARM: imx: add always-on clock array for i.mx6sl to maintain correct usecount
authorAnson Huang <b20788@freescale.com>
Wed, 22 Jan 2014 07:14:47 +0000 (15:14 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:35:14 +0000 (10:35 +0800)
IPG, ARM and MMDC's clock should be enabled during kernel boot up,
so we need to maintain their usecount, otherwise, they may be
disabled unexpectedly if their children's clock are turned off, and
caused their parent PLLs also get disabled, which is incorrect.

Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found