]> Git Repo - linux.git/commitdiff
net: ti: icssg-prueth: Fix 10M Link issue on AM64x
authorMD Danish Anwar <[email protected]>
Fri, 23 Aug 2024 12:04:12 +0000 (17:34 +0530)
committerJakub Kicinski <[email protected]>
Mon, 26 Aug 2024 22:20:33 +0000 (15:20 -0700)
Crash is seen on AM64x 10M link when connecting / disconnecting multiple
times.

The fix for this is to enable quirk_10m_link_issue for AM64x.

Fixes: b256e13378a9 ("net: ti: icssg-prueth: Add AM64x icssg support")
Signed-off-by: MD Danish Anwar <[email protected]>
Reviewed-by: Roger Quadros <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
drivers/net/ethernet/ti/icssg/icssg_prueth.c

index 3e51b3a9b0a57f3bcc74c6cf4d5c205f5018e5bb..e3451beed323859d289765dae62ff4ed7d442f7e 100644 (file)
@@ -1452,6 +1452,7 @@ static const struct prueth_pdata am654_icssg_pdata = {
 
 static const struct prueth_pdata am64x_icssg_pdata = {
        .fdqring_mode = K3_RINGACC_RING_MODE_RING,
+       .quirk_10m_link_issue = 1,
        .switch_mode = 1,
 };
 
This page took 0.059109 seconds and 4 git commands to generate.