aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-kirkwood/board-dt.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c
index e9647b80cb59..a8dae114b537 100644
--- a/arch/arm/mach-kirkwood/board-dt.c
+++ b/arch/arm/mach-kirkwood/board-dt.c
@@ -25,11 +25,6 @@
25#include <plat/common.h> 25#include <plat/common.h>
26#include "common.h" 26#include "common.h"
27 27
28static struct of_device_id kirkwood_dt_match_table[] __initdata = {
29 { .compatible = "simple-bus", },
30 { }
31};
32
33/* 28/*
34 * There are still devices that doesn't know about DT yet. Get clock 29 * There are still devices that doesn't know about DT yet. Get clock
35 * gates here and add a clock lookup alias, so that old platform 30 * gates here and add a clock lookup alias, so that old platform
@@ -159,7 +154,7 @@ static void __init kirkwood_dt_init(void)
159 if (of_machine_is_compatible("usi,topkick")) 154 if (of_machine_is_compatible("usi,topkick"))
160 usi_topkick_init(); 155 usi_topkick_init();
161 156
162 of_platform_populate(NULL, kirkwood_dt_match_table, NULL, NULL); 157 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
163} 158}
164 159
165static const char * const kirkwood_dt_board_compat[] = { 160static const char * const kirkwood_dt_board_compat[] = {