All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] net: dsa: sja1105: add 100baseT1_Full support
@ 2020-03-03  7:44 Oleksij Rempel
  2020-03-03 10:04 ` Vladimir Oltean
  2020-03-03 22:54 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksij Rempel @ 2020-03-03  7:44 UTC (permalink / raw)
  To: mkl, Vladimir Oltean, Andrew Lunn, Vivien Didelot, Florian Fainelli
  Cc: Oleksij Rempel, kernel, netdev, linux-kernel, david

Validate 100baseT1_Full to make this driver work with TJA1102 PHY.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 drivers/net/dsa/sja1105/sja1105_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/dsa/sja1105/sja1105_main.c b/drivers/net/dsa/sja1105/sja1105_main.c
index 34544b1c30dc..7b5a80ba12bd 100644
--- a/drivers/net/dsa/sja1105/sja1105_main.c
+++ b/drivers/net/dsa/sja1105/sja1105_main.c
@@ -866,6 +866,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);
 
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-03 22:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03  7:44 [PATCH v1] net: dsa: sja1105: add 100baseT1_Full support Oleksij Rempel
2020-03-03 10:04 ` Vladimir Oltean
2020-03-03 13:44   ` Russell King - ARM Linux admin
2020-03-03 22:54 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.