net: phy: Add support for Texas Instruments DP83867
[platform/kernel/u-boot.git] / drivers / net / phy / phy.c
index d7364ff..5633ec2 100644 (file)
@@ -484,6 +484,9 @@ int phy_init(void)
 #ifdef CONFIG_PHY_TERANETICS
        phy_teranetics_init();
 #endif
+#ifdef CONFIG_PHY_TI
+       phy_ti_init();
+#endif
 #ifdef CONFIG_PHY_VITESSE
        phy_vitesse_init();
 #endif