mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
igb: add i211 to i210 PHY workaround
am: 61229e62c1
Change-Id: I220a4039f9f12fb80644a9761d6aa528c92f7ec3
This commit is contained in:
@@ -78,7 +78,7 @@ s32 igb_get_phy_id(struct e1000_hw *hw)
|
||||
u16 phy_id;
|
||||
|
||||
/* ensure PHY page selection to fix misconfigured i210 */
|
||||
if (hw->mac.type == e1000_i210)
|
||||
if ((hw->mac.type == e1000_i210) || (hw->mac.type == e1000_i211))
|
||||
phy->ops.write_reg(hw, I347AT4_PAGE_SELECT, 0);
|
||||
|
||||
ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
|
||||
|
||||
Reference in New Issue
Block a user