diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-03-08 10:41:24 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-24 08:18:46 +0100 |
commit | 12758b6906963aa6c43f06f21c8fede67c6ffd8e (patch) | |
tree | d4b59ab5e3575d3ac4cf8ea0d31f985182b21e04 /target/linux/mvebu/base-files | |
parent | 3965dda0fa70dc9408f1a2e55a3ddefde78bd50e (diff) | |
download | upstream-12758b6906963aa6c43f06f21c8fede67c6ffd8e.tar.gz upstream-12758b6906963aa6c43f06f21c8fede67c6ffd8e.tar.bz2 upstream-12758b6906963aa6c43f06f21c8fede67c6ffd8e.zip |
sunxi: cortexa7: fix ethernet link detection on a20-olinuxino-lime2
a20-olinuxino-lime2 is currently having hard time with link detection of
certain 1000Mbit partners due to usage of generic PHY driver, probably
due to following missing workaround introduced in upstream in commit
3aed3e2a143c ("net: phy: micrel: add Asym Pause workaround"):
The Micrel KSZ9031 PHY may fail to establish a link when the Asymmetric
Pause capability is set. This issue is described in a Silicon Errata
(DS80000691D or DS80000692D), which advises to always disable the
capability. This patch implements the workaround by defining a KSZ9031
specific get_feature callback to force the Asymmetric Pause capability
bit to be cleared.
This fixes issues where the link would not come up at boot time, or when
the Asym Pause bit was set later on.
As a20-olinuxino-lime2 has Micrel KSZ9031RNXCC-TR Gigabit PHY since
revision H, so we need to use Micrel PHY driver on those devices.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit ffa1088f63267f817a3adf34c84b8e8089b1a938)
Diffstat (limited to 'target/linux/mvebu/base-files')
0 files changed, 0 insertions, 0 deletions