commit | 8f39bd1553965f052a9ed84ef7da289b47e96c19 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Sep 19 04:37:22 2016 +0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Sep 20 22:35:14 2016 +0800 |
tree | 873f8d4f6f741631fd808123b131029bdb2cddca | |
parent | 1cecfa48d98f6b07db8ed0cfda6f18ef3c8f9121 [diff] |
ARM: imx legacy: vpr200: 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>