commit | 4ed9bb21847b9459cdc16a4027b6058d0540dcc8 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Sep 19 04:37:14 2016 +0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Sep 20 22:34:47 2016 +0800 |
tree | 7aaf8bae6246b222943e463100ded2a739521162 | |
parent | 4bc2e627c5aa3b69e1a549f71792c738ce220b1c [diff] |
ARM: imx legacy: mx31lite: 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>