mbox series

[RFC,0/2] DP83867/DP83869 Ethernet PHY workaround/fix

Message ID 20230425054429.3956535-1-s-vadapalli@ti.com (mailing list archive)
Headers show
Series DP83867/DP83869 Ethernet PHY workaround/fix | expand

Message

Siddharth Vadapalli April 25, 2023, 5:44 a.m. UTC
Hello,

This series adds a workaround for the DP83867 Ethernet PHY to fix packet
errors observed with short cables, when both ends of the link use the
DP83867 Ethernet PHY. This issue is described in Section 3.8 at [0].

Also, for the DP83869 Ethernet PHY which supports both RGMII and MII
modes of operation, support is added to allow switching to MII mode by
configuring the OP_MODE_DECODE Register in Section 9.6.1.65 at [1].

Regards,
Siddharth.

---
[0]: https://www.ti.com/lit/an/snla246b/snla246b.pdf
[1]: https://www.ti.com/lit/ds/symlink/dp83869hm.pdf

Grygorii Strashko (2):
  net: phy: dp83867: add w/a for packet errors seen with short cables
  net: phy: dp83869: fix mii mode when rgmii strap cfg is used

 drivers/net/phy/dp83867.c | 15 ++++++++++++++-
 drivers/net/phy/dp83869.c |  5 ++++-
 2 files changed, 18 insertions(+), 2 deletions(-)