OSDN Git Service

arm/dts: OMAP4: Add SPI controller nodes
[uclinux-h8/linux.git] / arch / arm / mach-omap2 / devices.c
index 283d11e..8a489ba 100644 (file)
@@ -725,7 +725,9 @@ static int __init omap2_init_devices(void)
        omap_init_dmic();
        omap_init_camera();
        omap_init_mbox();
-       omap_init_mcspi();
+       /* If dtb is there, the devices will be created dynamically */
+       if (!of_have_populated_dt())
+               omap_init_mcspi();
        omap_init_pmu();
        omap_hdq_init();
        omap_init_sti();