aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-kirkwood/board-dt.c
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2012-07-17 07:25:55 +0200
committerAndrew Lunn <andrew@lunn.ch>2012-07-27 16:49:10 +0200
commit4aff38a3db1f63494812834f1fbbdb1f00579c66 (patch)
tree05b34f783f378d6e9d7c0a9ab0dfccdce6992a0b /arch/arm/mach-kirkwood/board-dt.c
parent5136b2aa622844fcff9fecf1f2c57670b890227f (diff)
ARM: kirkwood: Add LS-XHL and LS-CHLv2 support
Add support for Buffalo Linkstation LS-XHL and LS-CHLv2 using the device tree where possible. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
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
};