]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: imx: enable emi_slow_gate clock for imx5
authorShawn Guo <shawn.guo@linaro.org>
Thu, 2 Aug 2012 14:28:49 +0000 (22:28 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 3 Aug 2012 14:36:00 +0000 (22:36 +0800)
commit68b0562df90a76ba964423986b2472c7e791729a
tree0b9bc17b1845c0fb9c4abfdc3fd9ab9bbbe31b9b
parent97a7dab42355d1332deef27c18b26cbeb3a2262b
ARM: imx: enable emi_slow_gate clock for imx5

The imx5 common clock migration causes a regression with smsc911x
driver on imx53-ard board, where a smsc lan9220 controller gets
connected on imx53 with EIM interface.  EIM needs clock emi_slow_gate
to be functional.  In the new imx5 clock driver, there is no use count
incremented for the clock by enabling it, so the framework closes the
clock at late init time and makes EIM stop working then.

Enable emi_slow_gate in clock driver initialization to fix the
regression.

Cc: stable@vger.kernel.org
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/clk-imx51-imx53.c