From 17626b7cfc56afe1cd3f279ae0e243ddbfcf2cfc Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Wed, 22 Jan 2014 15:14:47 +0800 Subject: [PATCH] ARM: imx: add always-on clock array for i.mx6sl to maintain correct usecount 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 Signed-off-by: Shawn Guo --- Reading git-format-patch failed