Skip to content

Commit ec318c5

Browse files
phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721E
Enable full rate divider configuration support for J721E_WIZ_16G for SGMII. Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Reviewed-by: Roger Quadros <rogerq@kernel.org> Link: https://lore.kernel.org/r/20230309092434.443550-1-s-vadapalli@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 73b4646 commit ec318c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,8 @@ static int wiz_phy_fullrt_div(struct wiz *wiz, int lane)
12341234
if (wiz->lane_phy_type[lane] == PHY_TYPE_PCIE)
12351235
return regmap_field_write(wiz->p0_fullrt_div[lane], 0x1);
12361236
break;
1237+
1238+
case J721E_WIZ_16G:
12371239
case J721E_WIZ_10G:
12381240
case J7200_WIZ_10G:
12391241
case J721S2_WIZ_10G:

0 commit comments

Comments
 (0)