phy: add nxp tja1103 phy driver
[platform/kernel/u-boot.git] / drivers / net / phy / phy.c
index ed197fa..69acb69 100644 (file)
@@ -529,6 +529,9 @@ int phy_init(void)
 #ifdef CONFIG_PHY_NATSEMI
        phy_natsemi_init();
 #endif
+#ifdef CONFIG_NXP_C45_TJA11XX_PHY
+       phy_nxp_tja11xx_init();
+#endif
 #ifdef CONFIG_PHY_REALTEK
        phy_realtek_init();
 #endif