public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] net: phy: mscc: allow RGMII with internal delay for the VSC8541
@ 2026-02-03 19:01 Charles Perry
  0 siblings, 0 replies; only message in thread
From: Charles Perry @ 2026-02-03 19:01 UTC (permalink / raw)
  To: u-boot
  Cc: Charles Perry, Joe Hershberger, Ramon Fried, Jerome Forissier,
	Tom Rini, John Haechten

Add the missing RGMII modes with internal delay for the VSC8541.

Fixes: a5fd13ad1913 ("net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541")
Signed-off-by: Charles Perry <charles.perry@microchip.com>
---
 drivers/net/phy/mscc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/phy/mscc.c b/drivers/net/phy/mscc.c
index bd9cd952975..7263887b9ce 100644
--- a/drivers/net/phy/mscc.c
+++ b/drivers/net/phy/mscc.c
@@ -1371,6 +1371,9 @@ static int vsc8541_config(struct phy_device *phydev)
 	case PHY_INTERFACE_MODE_GMII:
 	case PHY_INTERFACE_MODE_RMII:
 	case PHY_INTERFACE_MODE_RGMII:
+	case PHY_INTERFACE_MODE_RGMII_TXID:
+	case PHY_INTERFACE_MODE_RGMII_RXID:
+	case PHY_INTERFACE_MODE_RGMII_ID:
 		retval = vsc8531_vsc8541_mac_config(phydev);
 		if (retval != 0)
 			return retval;
-- 
2.47.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-03 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 19:01 [PATCH] net: phy: mscc: allow RGMII with internal delay for the VSC8541 Charles Perry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox