projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b4646
)
phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721E
author
Siddharth Vadapalli
<s-vadapalli@ti.com>
Thu, 9 Mar 2023 09:24:34 +0000
(14:54 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 12 Apr 2023 16:45:27 +0000
(22:15 +0530)
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>
drivers/phy/ti/phy-j721e-wiz.c
patch
|
blob
|
history
diff --git
a/drivers/phy/ti/phy-j721e-wiz.c
b/drivers/phy/ti/phy-j721e-wiz.c
index d5991845779982bbb590f8a25c791520ef693f3e..d91923799df25496dcf1928be5ddba9218488f26 100644
(file)
--- a/
drivers/phy/ti/phy-j721e-wiz.c
+++ b/
drivers/phy/ti/phy-j721e-wiz.c
@@
-1234,6
+1234,8
@@
static int wiz_phy_fullrt_div(struct wiz *wiz, int lane)
if (wiz->lane_phy_type[lane] == PHY_TYPE_PCIE)
return regmap_field_write(wiz->p0_fullrt_div[lane], 0x1);
break;
+
+ case J721E_WIZ_16G:
case J721E_WIZ_10G:
case J7200_WIZ_10G:
case J721S2_WIZ_10G: