]> git.karo-electronics.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 14:53:03 +0000 (07:53 -0700)
commit7901d43578f09b7648deed2f137269a5e18183fb
treefc1a4a4b2ef96ae5263478417858a43f3be957d2
parent7238feb0348d3a080d5b55e33fba676fe8a29aed
ARM: imx: enable emi_slow_gate clock for imx5

commit 68b0562df90a76ba964423986b2472c7e791729a upstream.

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.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-imx/clk-imx51-imx53.c