diff options
| author | Mathias Kresin | 2017-08-09 18:17:43 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2017-08-11 16:13:38 +0000 |
| commit | ff414fb575a43ada264186fe74e57fb605f20b7f (patch) | |
| tree | 3954576a999b8d8c40f9d2daddc122c7824eeabf | |
| parent | 889638c8bf3c88d0acae2b756aa97d6160579b35 (diff) | |
| download | chunkeey-ff414fb575a43ada264186fe74e57fb605f20b7f.tar.gz | |
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>
| -rw-r--r-- | target/linux/ramips/dts/WHR-1166D.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WHR-1166D.dts b/target/linux/ramips/dts/WHR-1166D.dts index 643729cf4e..66fcc9b683 100644 --- a/target/linux/ramips/dts/WHR-1166D.dts +++ b/target/linux/ramips/dts/WHR-1166D.dts @@ -144,7 +144,7 @@ phy5: ethernet-phy@5 { reg = <5>; - phy-mode = "rgmii"; + phy-mode = "rgmii-rxid"; }; }; }; |