forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
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