commit | 782a8ee8b90a5996308a673836e0f89e566a2edc | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Sep 19 04:37:28 2016 +0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Sep 20 22:39:06 2016 +0800 |
tree | bfdf08fdad98c47663793301db0440a343d38d19 | |
parent | c217147b9374e68dd5d127b293c63ed5676db172 [diff] |
ARM: imx legacy: pcm043: 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>