Skip to content

Commit ca68e13

Browse files
oleremdavem330
authored andcommitted
net: dsa: sja1105: add 100baseT1_Full support
Validate 100baseT1_Full to make this driver work with TJA1102 PHY. Signed-off-by: Oleksij Rempel <[email protected]> Acked-by: Vladimir Oltean <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d2f7e56 commit ca68e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/dsa/sja1105/sja1105_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ static void sja1105_phylink_validate(struct dsa_switch *ds, int port,
824824
phylink_set(mask, MII);
825825
phylink_set(mask, 10baseT_Full);
826826
phylink_set(mask, 100baseT_Full);
827+
phylink_set(mask, 100baseT1_Full);
827828
if (mii->xmii_mode[port] == XMII_MODE_RGMII)
828829
phylink_set(mask, 1000baseT_Full);
829830

0 commit comments

Comments
 (0)