]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00288133 arm: imx: correct arm clock usecount for i.MX6Q/DL
authorAnson Huang <b20788@freescale.com>
Fri, 15 Nov 2013 14:35:20 +0000 (09:35 -0500)
committerAnson Huang <b20788@freescale.com>
Fri, 15 Nov 2013 14:38:59 +0000 (09:38 -0500)
commit99c624af817a31311f4a73ef4a85f84305ea75b7
tree484cf65e17a1c31261278c9eb8e6c6a8d2725731
parent7d6fa1243c29562461752c2115a25cb54dc49217
ENGR00288133 arm: imx: correct arm clock usecount for i.MX6Q/DL

ARM clock is sourcing from pll1_sw, and pll1_sw can be either
from pll1_sys or step, so we should enable arm clock during
clock initialization instead of pll1_sys, otherwise, arm clock's
usecount would be incorrect and PLL1 will never be disabled even
it is not used.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-imx/clk-imx6q.c