From: Oleksij Rempel Date: Tue, 3 Mar 2020 07:44:14 +0000 (+0100) Subject: net: dsa: sja1105: add 100baseT1_Full support X-Git-Tag: v5.7-rc1~146^2~264 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca68e1384fd1c807e65c8f93d70f55690563e3cf;p=thirdparty%2Fkernel%2Flinux.git net: dsa: sja1105: add 100baseT1_Full support Validate 100baseT1_Full to make this driver work with TJA1102 PHY. Signed-off-by: Oleksij Rempel Acked-by: Vladimir Oltean Signed-off-by: David S. Miller --- diff --git a/drivers/net/dsa/sja1105/sja1105_main.c b/drivers/net/dsa/sja1105/sja1105_main.c index c27cc7b374407..6fe679143216f 100644 --- a/drivers/net/dsa/sja1105/sja1105_main.c +++ b/drivers/net/dsa/sja1105/sja1105_main.c @@ -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);