diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2021-01-16 02:36:39 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-29 09:49:50 +0300 |
commit | 22171213e503edce38f249cff82b9ad3775b9026 (patch) | |
tree | 71c4d6d8136d626333a5b5cbcf7043f5c2c6ba65 /arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi | |
parent | c0b70f05c87f3b09b391027c6f056d0facf331ef (diff) | |
download | linux-22171213e503edce38f249cff82b9ad3775b9026.tar.xz |
arm64: dts: lx2160a-cex7: increase at8035 PHY gigabit Tw parameter
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi index 49fcf025494f..459dccad8326 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi @@ -40,6 +40,7 @@ rgmii_phy1: ethernet-phy@1 { reg = <1>; + qca,smarteee-tw-us-1g = <24>; }; }; |