|
@@ -36,11 +36,6 @@
|
|
|
#include "board.h"
|
|
|
#include "clock.h"
|
|
|
|
|
|
-static struct of_device_id tegra_dt_match_table[] __initdata = {
|
|
|
- { .compatible = "simple-bus", },
|
|
|
- {}
|
|
|
-};
|
|
|
-
|
|
|
struct of_dev_auxdata tegra30_auxdata_lookup[] __initdata = {
|
|
|
OF_DEV_AUXDATA("nvidia,tegra20-sdhci", 0x78000000, "sdhci-tegra.0", NULL),
|
|
|
OF_DEV_AUXDATA("nvidia,tegra20-sdhci", 0x78000200, "sdhci-tegra.1", NULL),
|
|
@@ -75,7 +70,7 @@ static void __init tegra30_dt_init(void)
|
|
|
{
|
|
|
tegra_clk_init_from_table(tegra_dt_clk_init_table);
|
|
|
|
|
|
- of_platform_populate(NULL, tegra_dt_match_table,
|
|
|
+ of_platform_populate(NULL, of_default_bus_match_table,
|
|
|
tegra30_auxdata_lookup, NULL);
|
|
|
}
|
|
|
|