···101101102102 tegra_clk_init_from_table(tegra_dt_clk_init_table);103103104104+ /*105105+ * Finished with the static registrations now; fill in the missing106106+ * devices107107+ */108108+ of_platform_populate(NULL, tegra_dt_match_table,109109+ tegra20_auxdata_lookup, NULL);110110+104111 for (i = 0; i < ARRAY_SIZE(pinmux_configs); i++) {105112 if (of_machine_is_compatible(pinmux_configs[i].machine)) {106113 pinmux_configs[i].init();···117110118111 WARN(i == ARRAY_SIZE(pinmux_configs),119112 "Unknown platform! Pinmuxing not initialized\n");120120-121121- /*122122- * Finished with the static registrations now; fill in the missing123123- * devices124124- */125125- of_platform_populate(NULL, tegra_dt_match_table, tegra20_auxdata_lookup, NULL);126113}127114128115static const char * tegra_dt_board_compat[] = {