diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2012-08-14 16:43:41 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-09-21 11:12:59 -0400 |
commit | dd88db78daafb008b8e732dc1224812c93dc228a (patch) | |
tree | 8db5b99bd20e45240f6e6d1c987dc333e763f4fe /arch/arm/mach-kirkwood/board-dt.c | |
parent | 4f48b7fc5ab6286ab4a9522928aa1acc163a4bf3 (diff) |
ARM: kirkwood: DT board setup for Seagate FreeAgent Dockstar
This add a DT compatible board specific setup for the Seagate
FreeAgent Dockstar.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-dt.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dt.c | 4 |
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 9b3ec175e40b..30a4caa2b76c 100644 --- a/arch/arm/mach-kirkwood/board-dt.c +++ b/arch/arm/mach-kirkwood/board-dt.c | |||
@@ -81,6 +81,9 @@ static void __init kirkwood_dt_init(void) | |||
81 | if (of_machine_is_compatible("qnap,ts219")) | 81 | if (of_machine_is_compatible("qnap,ts219")) |
82 | qnap_dt_ts219_init(); | 82 | qnap_dt_ts219_init(); |
83 | 83 | ||
84 | if (of_machine_is_compatible("seagate,dockstar")) | ||
85 | dockstar_dt_init(); | ||
86 | |||
84 | if (of_machine_is_compatible("seagate,goflexnet")) | 87 | if (of_machine_is_compatible("seagate,goflexnet")) |
85 | goflexnet_init(); | 88 | goflexnet_init(); |
86 | 89 | ||
@@ -101,6 +104,7 @@ static const char *kirkwood_dt_board_compat[] = { | |||
101 | "iom,iconnect", | 104 | "iom,iconnect", |
102 | "raidsonic,ib-nas62x0", | 105 | "raidsonic,ib-nas62x0", |
103 | "qnap,ts219", | 106 | "qnap,ts219", |
107 | "seagate,dockstar", | ||
104 | "seagate,goflexnet", | 108 | "seagate,goflexnet", |
105 | "buffalo,lsxl", | 109 | "buffalo,lsxl", |
106 | "iom,ix2-200", | 110 | "iom,ix2-200", |