hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/mach-orion5x/board-dt.c
....@@ -63,6 +63,9 @@
6363 if (of_machine_is_compatible("maxtor,shared-storage-2"))
6464 mss2_init();
6565
66
+ if (of_machine_is_compatible("lacie,d2-network"))
67
+ d2net_init();
68
+
6669 of_platform_default_populate(NULL, orion5x_auxdata_lookup, NULL);
6770 }
6871