Skip to content

Commit 5490b87

Browse files
atenartdavem330
authored andcommitted
phy: add 2.5G SGMII mode to the phy_mode enum
This patch adds one more generic PHY mode to the phy_mode enum, to allow configuring generic PHYs to the 2.5G SGMII mode by using the set_mode callback. Signed-off-by: Antoine Tenart <[email protected]> Acked-by: Kishon Vijay Abraham I <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 4bb0432 commit 5490b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/phy/phy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ enum phy_mode {
3636
PHY_MODE_USB_DEVICE_SS,
3737
PHY_MODE_USB_OTG,
3838
PHY_MODE_SGMII,
39+
PHY_MODE_2500SGMII,
3940
PHY_MODE_10GKR,
4041
PHY_MODE_UFS_HS_A,
4142
PHY_MODE_UFS_HS_B,

0 commit comments

Comments
 (0)