commit | 23fe1fd01c1e065907fdcd5cbfd35c02e5a418a2 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Sep 19 04:37:31 2016 +0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Sep 20 22:39:07 2016 +0800 |
tree | 1bfa34ee921a640ca03e7d324bfee30fab534702 | |
parent | f0ebbdc423296934ac284da6baf2267cabab0e43 [diff] |
ARM: imx legacy: pca100: 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>