]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: imx legacy: mx21ads: move peripheral initialization to .init_late
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 19 Sep 2016 01:37:29 +0000 (04:37 +0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 20 Sep 2016 14:39:06 +0000 (22:39 +0800)
commitbfe16c894e9fd920cfca01375bd2e0d5184b4be1
tree8a52fd1aeb60f75dcd8820c65b3fe2efc80cdc49
parent782a8ee8b90a5996308a673836e0f89e566a2edc
ARM: imx legacy: mx21ads: 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-mx21ads.c