Skip to content
Commit 69ac71d3 authored by Shawn Guo's avatar Shawn Guo
Browse files

ARM: imx: call mxc_device_init() in soc specific function



mxc_device_init() is a core_initcall function used to register devices
for mxc_aips_bus and mxc_ahb_bus, which are needed by gpio and dma
device registration.

Instead of being a core_initcall function, we have it called in soc
specific initialization function before gpio and dma devices get
registered, so that it will not be called for other platforms when
we enable multi-platform support for imx.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 1e66210a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment