Skip to content

Commit

Permalink
ARM: imx: remove mxc_iomux_v3_init() call from imx53_init_early()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Guo committed Dec 9, 2013
1 parent fffb7f3 commit 5a269d2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/arm/mach-imx/mm-imx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,7 @@ void __init imx51_init_early(void)

void __init imx53_init_early(void)
{
struct device_node *np;
void __iomem *base;

mxc_set_cpu_type(MXC_CPU_MX53);

np = of_find_compatible_node(NULL, NULL, "fsl,imx53-iomuxc");
base = of_iomap(np, 0);
WARN_ON(!base);
mxc_iomux_v3_init(base);
imx_src_init();
}

Expand Down

0 comments on commit 5a269d2

Please sign in to comment.