diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/board-dt.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dt.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c index e9647b80cb59..f5aed1f4b080 100644 --- a/arch/arm/mach-kirkwood/board-dt.c +++ b/arch/arm/mach-kirkwood/board-dt.c | |||
@@ -147,6 +147,10 @@ static void __init kirkwood_dt_init(void) | |||
147 | of_machine_is_compatible("lacie,netspace_v2")) | 147 | of_machine_is_compatible("lacie,netspace_v2")) |
148 | ns2_init(); | 148 | ns2_init(); |
149 | 149 | ||
150 | if (of_machine_is_compatible("marvell,db-88f6281-bp") || | ||
151 | of_machine_is_compatible("marvell,db-88f6282-bp")) | ||
152 | db88f628x_init(); | ||
153 | |||
150 | if (of_machine_is_compatible("mpl,cec4")) | 154 | if (of_machine_is_compatible("mpl,cec4")) |
151 | mplcec4_init(); | 155 | mplcec4_init(); |
152 | 156 | ||
@@ -181,6 +185,8 @@ static const char * const kirkwood_dt_board_compat[] = { | |||
181 | "lacie,netspace_max_v2", | 185 | "lacie,netspace_max_v2", |
182 | "lacie,netspace_mini_v2", | 186 | "lacie,netspace_mini_v2", |
183 | "lacie,netspace_v2", | 187 | "lacie,netspace_v2", |
188 | "marvell,db-88f6281-bp", | ||
189 | "marvell,db-88f6282-bp", | ||
184 | "mpl,cec4", | 190 | "mpl,cec4", |
185 | "netgear,readynas-duo-v2", | 191 | "netgear,readynas-duo-v2", |
186 | "plathome,openblocks-a6", | 192 | "plathome,openblocks-a6", |