]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: clk-imx35: Bugfix iomux clock
authorMarkus Pargmann <mpa@pengutronix.de>
Fri, 29 Mar 2013 15:20:09 +0000 (16:20 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 9 Apr 2013 11:46:30 +0000 (19:46 +0800)
commit649588d9643157731202561a478876c963445905
tree843e2c364cf5ef5a00592a605b2794313aa0e914
parentc3ee6b128226812d506bf993ab8048efe80a3fc1
ARM: clk-imx35: Bugfix iomux clock

This patch enables iomuxc_gate clock. It is necessary to be able to
reconfigure iomux pads. Without this clock enabled, the
clk_disable_unused function will disable this clock and the iomux pads
are not configurable anymore. This happens at every boot. After a reboot
(watchdog system reset) the clock is not enabled again, so all iomux pad
reconfigurations in boot code are without effect.

The iomux pads should be always configurable, so this patch always
enables it.

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