]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx5: move init hooks into mach-imx5x.c
authorShawn Guo <shawn.guo@freescale.com>
Tue, 20 May 2014 07:34:06 +0000 (15:34 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Thu, 22 May 2014 01:01:57 +0000 (09:01 +0800)
commit76f9e431af0e387f29ae02cbae2ab9eb4ae7dc38
tree896ab239dff555e84c35095670ace1f46cab0fc1
parent23b9733005551f1c09432ad749da3f4b2aa9e29c
ARM: imx5: move init hooks into mach-imx5x.c

These imx5 init_early[late] hooks are called only from mach-imx5x.c.
Let's move them into mach-imx5x.c.

While at it, replace the static mapping in imx51_ipu_mipi_setup() with
dynamic mapping.  Also this function and imx_src_init() do not
necessarily to be called at .init_early hook, so move them into
.init_machine.

The mxc_iomux_v3_init() is dropped from imx51_init_early() in the
moving, since it's only needed by non-DT boot.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/common.h
arch/arm/mach-imx/mach-imx51.c
arch/arm/mach-imx/mach-imx53.c
arch/arm/mach-imx/mm-imx5.c