|
@@ -139,11 +139,12 @@ static void __init kirkwood_dt_init(void)
|
|
|
if (of_machine_is_compatible("keymile,km_kirkwood"))
|
|
|
km_kirkwood_init();
|
|
|
|
|
|
- if (of_machine_is_compatible("lacie,inetspace_v2") ||
|
|
|
- of_machine_is_compatible("lacie,netspace_v2") ||
|
|
|
- of_machine_is_compatible("lacie,netspace_max_v2") ||
|
|
|
+ if (of_machine_is_compatible("lacie,cloudbox") ||
|
|
|
+ of_machine_is_compatible("lacie,inetspace_v2") ||
|
|
|
of_machine_is_compatible("lacie,netspace_lite_v2") ||
|
|
|
- of_machine_is_compatible("lacie,netspace_mini_v2"))
|
|
|
+ of_machine_is_compatible("lacie,netspace_max_v2") ||
|
|
|
+ of_machine_is_compatible("lacie,netspace_mini_v2") ||
|
|
|
+ of_machine_is_compatible("lacie,netspace_v2"))
|
|
|
ns2_init();
|
|
|
|
|
|
if (of_machine_is_compatible("mpl,cec4"))
|
|
@@ -174,11 +175,12 @@ static const char * const kirkwood_dt_board_compat[] = {
|
|
|
"buffalo,lsxl",
|
|
|
"iom,ix2-200",
|
|
|
"keymile,km_kirkwood",
|
|
|
+ "lacie,cloudbox",
|
|
|
"lacie,inetspace_v2",
|
|
|
- "lacie,netspace_max_v2",
|
|
|
- "lacie,netspace_v2",
|
|
|
"lacie,netspace_lite_v2",
|
|
|
+ "lacie,netspace_max_v2",
|
|
|
"lacie,netspace_mini_v2",
|
|
|
+ "lacie,netspace_v2",
|
|
|
"mpl,cec4",
|
|
|
"netgear,readynas-duo-v2",
|
|
|
"plathome,openblocks-a6",
|