Skip to content

Commit e846be0

Browse files
danish-tikuba-moo
authored andcommitted
net: ti: icssg-prueth: Fix 10M Link issue on AM64x
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: b256e13 ("net: ti: icssg-prueth: Add AM64x icssg support") Signed-off-by: MD Danish Anwar <danishanwar@ti.com> Reviewed-by: Roger Quadros <rogerq@kernel.org> Link: https://patch.msgid.link/20240823120412.1262536-1-danishanwar@ti.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent a699781 commit e846be0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/ethernet/ti/icssg/icssg_prueth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,7 @@ static const struct prueth_pdata am654_icssg_pdata = {
14521452

14531453
static const struct prueth_pdata am64x_icssg_pdata = {
14541454
.fdqring_mode = K3_RINGACC_RING_MODE_RING,
1455+
.quirk_10m_link_issue = 1,
14551456
.switch_mode = 1,
14561457
};
14571458

0 commit comments

Comments
 (0)