arm64: dts: lx2160a-cex7: increase at8035 PHY gigabit Tw parameter
authorRussell King <rmk+kernel@armlinux.org.uk>
Fri, 15 Jan 2021 23:36:39 +0000 (23:36 +0000)
committerShawn Guo <shawnguo@kernel.org>
Fri, 29 Jan 2021 06:49:50 +0000 (14:49 +0800)
Increase the SmartEEE Tw parameter for Atheros PHYs to stop gigabit
links from sporadically dropping. Testing on this platform shows that
a value of 24 results in a stable link, whereas 23 or below has the
occasional drop.

Tested with a Netgear GS116 unmanaged switch link partner with Cat 5e
cabling.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi

index 49fcf025494f01fb4e6bbe1571da31cb978dab0e..459dccad83269cd08cb9c34d959621fb986b4558 100644 (file)
@@ -40,6 +40,7 @@
 
        rgmii_phy1: ethernet-phy@1 {
                reg = <1>;
+               qca,smarteee-tw-us-1g = <24>;
        };
 };