summaryrefslogtreecommitdiffstats
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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c
index 87538182d3da..43142cfbb7cd 100644
--- a/arch/arm/mach-kirkwood/board-dt.c
+++ b/arch/arm/mach-kirkwood/board-dt.c
@@ -84,6 +84,9 @@ static void __init kirkwood_dt_init(void)
if (of_machine_is_compatible("seagate,goflexnet"))
goflexnet_init();
+ if (of_machine_is_compatible("buffalo,lsxl"))
+ lsxl_init();
+
of_platform_populate(NULL, kirkwood_dt_match_table,
kirkwood_auxdata_lookup, NULL);
}
@@ -96,6 +99,7 @@ static const char *kirkwood_dt_board_compat[] = {
"raidsonic,ib-nas62x0",
"qnap,ts219",
"seagate,goflexnet",
+ "buffalo,lsxl",
NULL
};
OpenPOWER on IntegriCloud