ARM: imx: remove mxc_iomux_v3_init() call from imx53_init_early()
authorShawn Guo <shawn.guo@linaro.org>
Fri, 1 Nov 2013 08:39:28 +0000 (16:39 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 9 Dec 2013 05:18:24 +0000 (13:18 +0800)
Today, imx53 handles iomux configuration using pinctrl driver, so
mxc_iomux_v3_init() call in imx53_init_early() is there for nothing.
Remove the call from there.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found