commit | a8267d42e76d5127c28b58bba02bb65c2bb321af | [log] [tgz] |
---|---|---|
author | Bryan O'Donoghue <bod@denx.de> | Thu Mar 26 03:54:01 2020 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 12 13:17:23 2020 -0400 |
tree | 2172cffc2477cc793128f02f5b9ebb3aad0b1c3c | |
parent | 98c9797c43e2775c335274db43cc62273e4f1870 [diff] |
net: phy: micrel: ksz8061 implement errata 80000688A fix Linux commit 232ba3a51cc2 ('net: phy: Micrel KSZ8061: link failure after cable connect') implements a fix for the above errata. This patch replicates that errata fix in an ksz8061 specific init routine. Signed-off-by: Bryan O'Donoghue <bod@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>