• Shawn Guo's avatar
    ARM: imx: call mxc_device_init() in soc specific function · 69ac71d3
    Shawn Guo authored
    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>
    69ac71d3
common.h 5.11 KB