aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/board-dt.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-kirkwood/board-dt.c')
-rw-r--r--arch/arm/mach-kirkwood/board-dt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c
index f7fe1b9f3170..3ade0ec20c9f 100644
--- a/arch/arm/mach-kirkwood/board-dt.c
+++ b/arch/arm/mach-kirkwood/board-dt.c
@@ -56,11 +56,16 @@ static void __init kirkwood_dt_init(void)
56 if (of_machine_is_compatible("globalscale,dreamplug")) 56 if (of_machine_is_compatible("globalscale,dreamplug"))
57 dreamplug_init(); 57 dreamplug_init();
58 58
59 if (of_machine_is_compatible("dlink,dns-kirkwood"))
60 dnskw_init();
61
59 of_platform_populate(NULL, kirkwood_dt_match_table, NULL, NULL); 62 of_platform_populate(NULL, kirkwood_dt_match_table, NULL, NULL);
60} 63}
61 64
62static const char *kirkwood_dt_board_compat[] = { 65static const char *kirkwood_dt_board_compat[] = {
63 "globalscale,dreamplug", 66 "globalscale,dreamplug",
67 "dlink,dns-320",
68 "dlink,dns-325",
64 NULL 69 NULL
65}; 70};
66 71