if (soc != NULL)
                soc_dev = soc_device_to_device(soc);
 
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, soc_dev);
+       of_platform_default_populate(NULL, NULL, soc_dev);
 
        at91rm9200_pm_init();
 }
 
        if (soc != NULL)
                soc_dev = soc_device_to_device(soc);
 
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, soc_dev);
+       of_platform_default_populate(NULL, NULL, soc_dev);
 }
 
 static void __init at91sam9_dt_device_init(void)
 
        if (soc != NULL)
                soc_dev = soc_device_to_device(soc);
 
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, soc_dev);
+       of_platform_default_populate(NULL, NULL, soc_dev);
        sama5_pm_init();
 }
 
 
 
        pm_power_off = cns3xxx_power_off;
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                        cns3xxx_auxdata, NULL);
+       of_platform_default_populate(NULL, cns3xxx_auxdata, NULL);
 }
 
 static const char *const cns3xxx_dt_compat[] __initconst = {
 
 
        imx6q_enet_phy_init();
 
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, parent);
+       of_platform_default_populate(NULL, NULL, parent);
 
        imx_anatop_init();
        cpu_is_imx6q() ?  imx6q_pm_init() : imx6dl_pm_init();
 
        if (parent == NULL)
                pr_warn("failed to initialize soc device\n");
 
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, parent);
+       of_platform_default_populate(NULL, NULL, parent);
 
        imx6sl_fec_init();
        imx_anatop_init();
 
        if (parent == NULL)
                pr_warn("failed to initialize soc device\n");
 
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, parent);
+       of_platform_default_populate(NULL, NULL, parent);
 
        imx6sx_enet_init();
        imx_anatop_init();
 
        if (!ebi_base)
                return;
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                       ap_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, ap_auxdata_lookup, NULL);
 
        sc_dec = readl(ap_syscon_base + INTEGRATOR_SC_DEC_OFFSET);
        for (i = 0; i < 4; i++) {
 
        if (!intcp_con_base)
                return;
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                            intcp_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, intcp_auxdata_lookup, NULL);
 }
 
 static const char * intcp_dt_board_compat[] = {
 
                LPC32XX_CLKPWR_TESTCLK_TESTCLK2_EN,
                LPC32XX_CLKPWR_TEST_CLK_SEL);
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                            lpc32xx_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, lpc32xx_auxdata_lookup, NULL);
 }
 
 static const char *const lpc32xx_dt_compat[] __initconst = {
 
        kirkwood_pm_init();
        kirkwood_dt_eth_fixup();
 
-       of_platform_populate(NULL, of_default_bus_match_table, auxdata, NULL);
+       of_platform_default_populate(NULL, auxdata, NULL);
 }
 
 static const char * const kirkwood_dt_board_compat[] __initconst = {
 
        else if (of_machine_is_compatible("msr,m28cu3"))
                m28cu3_init();
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                            NULL, parent);
+       of_platform_default_populate(NULL, NULL, parent);
 
        mxs_restart_init();
 
 
 
 static void __init nspire_init(void)
 {
-       of_platform_populate(NULL, of_default_bus_match_table,
-                       nspire_auxdata, NULL);
+       of_platform_default_populate(NULL, nspire_auxdata, NULL);
 }
 
 static void nspire_restart(enum reboot_mode mode, const char *cmd)
 
        if (of_machine_is_compatible("maxtor,shared-storage-2"))
                mss2_init();
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                            orion5x_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, orion5x_auxdata_lookup, NULL);
 }
 
 static const char *orion5x_dt_compat[] = {
 
        pl080_plat_data.slave_channels = spear300_dma_info;
        pl080_plat_data.num_slave_channels = ARRAY_SIZE(spear300_dma_info);
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                       spear300_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, spear300_auxdata_lookup, NULL);
 }
 
 static const char * const spear300_dt_board_compat[] = {
 
        pl080_plat_data.slave_channels = spear310_dma_info;
        pl080_plat_data.num_slave_channels = ARRAY_SIZE(spear310_dma_info);
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                       spear310_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, spear310_auxdata_lookup, NULL);
 }
 
 static const char * const spear310_dt_board_compat[] = {
 
        pl080_plat_data.slave_channels = spear320_dma_info;
        pl080_plat_data.num_slave_channels = ARRAY_SIZE(spear320_dma_info);
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                       spear320_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, spear320_auxdata_lookup, NULL);
 }
 
 static const char * const spear320_dt_board_compat[] = {
 
 
 static void __init spear600_dt_init(void)
 {
-       of_platform_populate(NULL, of_default_bus_match_table,
-                       spear6xx_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, spear6xx_auxdata_lookup, NULL);
 }
 
 static const char *spear600_dt_board_compat[] = {
 
         * devices
         */
 out:
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, parent);
+       of_platform_default_populate(NULL, NULL, parent);
 }
 
 static void __init paz00_init(void)
 
        pinctrl_register_mappings(u300_pinmux_map,
                                  ARRAY_SIZE(u300_pinmux_map));
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                       u300_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, u300_auxdata_lookup, NULL);
 
        /* Enable SEMI self refresh */
        val = readw(syscon_base + U300_SYSCON_SMCR) |
 
 
        versatile_dt_pci_init();
 
-       of_platform_populate(NULL, of_default_bus_match_table,
-                            versatile_auxdata_lookup, NULL);
+       of_platform_default_populate(NULL, versatile_auxdata_lookup, NULL);
 }
 
 static const char *const versatile_dt_match[] __initconst = {
 
         * Finished with the static registrations now; fill in the missing
         * devices
         */
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, parent);
+       of_platform_default_populate(NULL, NULL, parent);
 
        platform_device_register(&zynq_cpuidle_device);
 }