ARM: imx legacy: imx27-visstrim-m10: move peripheral initialization to .init_late
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 19 Sep 2016 01:37:23 +0000 (04:37 +0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 20 Sep 2016 14:35:17 +0000 (22:35 +0800)
commit598b2505b1b960e49ab050d61804566716818a6d
tree5657e96c8a5fab3ae422c5d77d3adb473eeb2f09
parent8f39bd1553965f052a9ed84ef7da289b47e96c19
ARM: imx legacy: imx27-visstrim-m10: move peripheral initialization to .init_late

The change moves some of peripheral registrations and initializations
(all peripherals dependent on GPIOs) from .init_machine to .init_late
level, this allows to safely shift the shared GPIO controller driver
initialization level after init level of i.MX IOMUXC driver.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx27_visstrim_m10.c