Skip to content

Commit ce28994

Browse files
yegorichtmlind
authored andcommitted
ARM: dts: am335x-baltos: disable EEE for Atheros 8035 PHY
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>
1 parent 06e1a5c commit ce28994

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/am335x-baltos.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@
371371

372372
phy1: ethernet-phy@1 {
373373
reg = <7>;
374+
eee-broken-100tx;
375+
eee-broken-1000t;
374376
};
375377
};
376378

0 commit comments

Comments
 (0)