Skip to content

Commit 2029e71

Browse files
chintanv133vinodkoul
authored andcommitted
phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J784S4
Enable full rate divider configuration support for J784S4_WIZ_10G for SGMII. Signed-off-by: Chintan Vankar <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent d719915 commit 2029e71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/phy/ti/phy-j721e-wiz.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ static int wiz_phy_fullrt_div(struct wiz *wiz, int lane)
12401240
case J721E_WIZ_10G:
12411241
case J7200_WIZ_10G:
12421242
case J721S2_WIZ_10G:
1243+
case J784S4_WIZ_10G:
12431244
if (wiz->lane_phy_type[lane] == PHY_TYPE_SGMII)
12441245
return regmap_field_write(wiz->p0_fullrt_div[lane], 0x2);
12451246
break;

0 commit comments

Comments
 (0)