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)
commit5a269d22848777ad088e2d7883861cedc64972cf
treee2a8bd5f28bbb39649fb451d7cb74267179368f3
parentfffb7f345679d44947d4470765ddb77f62268819
ARM: imx: remove mxc_iomux_v3_init() call from imx53_init_early()

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>
arch/arm/mach-imx/mm-imx5.c