We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daa955 commit d719915Copy full SHA for d719915
drivers/phy/ti/phy-gmii-sel.c
@@ -247,7 +247,7 @@ static const
247
struct phy_gmii_sel_soc_data phy_gmii_sel_cpsw9g_soc_j784s4 = {
248
.use_of_data = true,
249
.regfields = phy_gmii_sel_fields_am654,
250
- .extra_modes = BIT(PHY_INTERFACE_MODE_QSGMII) |
+ .extra_modes = BIT(PHY_INTERFACE_MODE_QSGMII) | BIT(PHY_INTERFACE_MODE_SGMII) |
251
BIT(PHY_INTERFACE_MODE_USXGMII),
252
.num_ports = 8,
253
.num_qsgmii_main_ports = 2,
0 commit comments