net: dsa: sja1105: add 100baseT1_Full support
Validate 100baseT1_Full to make this driver work with TJA1102 PHY. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Acked-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d2f7e56d1e
commit
ca68e1384f
@ -824,6 +824,7 @@ static void sja1105_phylink_validate(struct dsa_switch *ds, int port,
|
||||
phylink_set(mask, MII);
|
||||
phylink_set(mask, 10baseT_Full);
|
||||
phylink_set(mask, 100baseT_Full);
|
||||
phylink_set(mask, 100baseT1_Full);
|
||||
if (mii->xmii_mode[port] == XMII_MODE_RGMII)
|
||||
phylink_set(mask, 1000baseT_Full);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user