commit | a95a9322df400b5b4a9dc49dffbb30742ecc5497 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Sep 19 04:37:20 2016 +0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Sep 20 22:35:08 2016 +0800 |
tree | fd0f59578bb2f8e08ddf4ddb367114ea83d8af58 | |
parent | c5f9cfe60bd4763432e78780174fa6b6c5e82336 [diff] |
ARM: imx legacy: armadillo5x0: 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>