ramips: fix WHR-1166D WAN port
By adding the ICPlus IP1001 phy driver an already set RGMII delay mode is reset during driver load. Set the rgmii rx delay to fix corrupt/no packages in case the WAN port negotiates to 1000MBit. Fixes: FS#670 Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
889638c8bf
commit
ff414fb575
@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
phy5: ethernet-phy@5 {
|
phy5: ethernet-phy@5 {
|
||||||
reg = <5>;
|
reg = <5>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii-rxid";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user