Skip to content

Commit

Permalink
ARM: dts: am335x-baltos: disable EEE for Atheros 8035 PHY
Browse files Browse the repository at this point in the history
Though cpsw doesn't support EEE feature, Atheros 8035 provides
automatic EEE support that is enabled by default. This causes
occasional link drops when link partner also announces EEE support.
These link drops occur on both 100Mbit/s and 1000Mbit/s speeds.
So disable EEE advertising completely.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Yegor Yefremov authored and Tony Lindgren committed Mar 23, 2017
1 parent 06e1a5c commit ce28994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/am335x-baltos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@

phy1: ethernet-phy@1 {
reg = <7>;
eee-broken-100tx;
eee-broken-1000t;
};
};

Expand Down

0 comments on commit ce28994

Please sign in to comment.