Skip to content

Commit 2e20e76

Browse files
Siddharth-Vadapalli-at-TIkuba-moo
authored andcommitted
net: ethernet: ti: am65-cpsw: Enable SGMII mode for J7200
TI's J7200 SoC supports SGMII mode with the CPSW5G instance of the CPSW Ethernet Switch. Thus, enable it by adding SGMII mode to the extra_modes member of the "j7200_cpswxg_pdata" SoC data. Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent e0f72db commit 2e20e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/ti/am65-cpsw-nuss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,7 @@ static const struct am65_cpsw_pdata j7200_cpswxg_pdata = {
27772777
.quirks = 0,
27782778
.ale_dev_id = "am64-cpswxg",
27792779
.fdqring_mode = K3_RINGACC_RING_MODE_RING,
2780-
.extra_modes = BIT(PHY_INTERFACE_MODE_QSGMII),
2780+
.extra_modes = BIT(PHY_INTERFACE_MODE_QSGMII) | BIT(PHY_INTERFACE_MODE_SGMII),
27812781
};
27822782

27832783
static const struct am65_cpsw_pdata j721e_cpswxg_pdata = {

0 commit comments

Comments
 (0)