]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/phy/phy.c
phy: add support for ET1011C phys
[karo-tx-uboot.git] / drivers / net / phy / phy.c
index d0ed7666ed98cbeccee364b38dc31f77cd6ce0d5..f8c54814777882e83d17e8ad22b69abcd047f42f 100644 (file)
@@ -430,6 +430,9 @@ int phy_init(void)
 #ifdef CONFIG_PHY_DAVICOM
        phy_davicom_init();
 #endif
+#ifdef CONFIG_PHY_ET1011C
+       phy_et1011c_init();
+#endif
 #ifdef CONFIG_PHY_LXT
        phy_lxt_init();
 #endif