commit | 7880dcb25958a80f7afb5dff1b024fd22dfdfde8 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Sep 19 04:37:16 2016 +0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Sep 20 22:34:54 2016 +0800 |
tree | 17ac1f12a8816ba715334dbaff552a463d8b3bd0 | |
parent | 894b7cbedf54a9eb0b41bce9c555f2afd944910f [diff] |
ARM: imx legacy: mx31lilly: 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>