ARM: imx legacy: mx31-3ds: move peripheral initialization to .init_late
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 19 Sep 2016 01:37:18 +0000 (04:37 +0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 20 Sep 2016 14:35:00 +0000 (22:35 +0800)
commitce689b0de5ec225e04eb9074888c3f2b16398c69
tree90531f4bb3bfcf70c03eccb898c7c2b584f72827
parent347aa6c41317157b8f8333d058ca02e156748666
ARM: imx legacy: mx31-3ds: 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-mx31_3ds.c