X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fnet%2Fphy%2Fphy.c;h=69acb694606193adfc3aeb6559d0df5c8427c639;hb=3ef2050a6a121d9b3cb3490695c8f863b72095e9;hp=ed197fa46d737593cf65439a00873d30f9b3dc6e;hpb=1311dd37ecf476be041d0452d4ee38619aadd5de;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index ed197fa..69acb69 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -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