Skip to content

Commit

Permalink
net/phy/realtek: 8211f disable eee led indication
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-liberman authored and Portisch committed May 23, 2020
1 parent 6154dbf commit b6f1207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/phy/realtek.c
Expand Up @@ -189,6 +189,7 @@ static int rtl8211f_config_init(struct phy_device *phydev)
#endif
phy_write(phydev, RTL8211F_PAGE_SELECT, 0xd04); /*set page 0xd04*/
phy_write(phydev, RTL821x_LCR, 0XC171); /*led configuration*/
phy_write(phydev, RTL821x_PHYSR, 0); /*disable eee led indication*/

/* restore to default page 0 */
phy_write(phydev, RTL8211F_PAGE_SELECT, 0x0);
Expand Down

0 comments on commit b6f1207

Please sign in to comment.