commit | 5a269d22848777ad088e2d7883861cedc64972cf | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri Nov 01 16:39:28 2013 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Mon Dec 09 13:18:24 2013 +0800 |
tree | e2a8bd5f28bbb39649fb451d7cb74267179368f3 | |
parent | fffb7f345679d44947d4470765ddb77f62268819 [diff] |
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>