X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fphy%2Fphy.c;h=f8c54814777882e83d17e8ad22b69abcd047f42f;hb=f485c8a35b38356a473208bec5ed786792c1eafe;hp=d0ed7666ed98cbeccee364b38dc31f77cd6ce0d5;hpb=f6f86a64ac00980ba6066417bb54f39e39d29703;p=karo-tx-uboot.git diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index d0ed7666ed..f8c5481477 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -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