public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 3/4] net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG
  2023-07-27  8:33 [PATCH 0/4] imx93: add DWC EQoS MAC driver support Sébastien Szymanski
@ 2023-07-27  8:33 ` Sébastien Szymanski
  0 siblings, 0 replies; 2+ messages in thread
From: Sébastien Szymanski @ 2023-07-27  8:33 UTC (permalink / raw)
  To: u-boot
  Cc: Stefano Babic, Fabio Estevam, NXP i . MX U-Boot Team, Peng Fan,
	Joe Hershberger, Ramon Fried, Sébastien Szymanski

Add support for the RTL8211F(D)(I)-VD-CG PHY present on the i.MX93 EVK
board.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 drivers/net/phy/realtek.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c
index 396cac76d632..7e1036b2271f 100644
--- a/drivers/net/phy/realtek.c
+++ b/drivers/net/phy/realtek.c
@@ -446,6 +446,20 @@ U_BOOT_PHY_DRIVER(rtl8211f) = {
 	.writeext = &rtl8211f_phy_extwrite,
 };
 
+/* Support for RTL8211F-VD PHY */
+U_BOOT_PHY_DRIVER(rtl8211fvd) = {
+	.name = "RealTek RTL8211F-VD",
+	.uid = 0x1cc878,
+	.mask = 0xffffff,
+	.features = PHY_GBIT_FEATURES,
+	.probe = &rtl8211f_probe,
+	.config = &rtl8211f_config,
+	.startup = &rtl8211f_startup,
+	.shutdown = &genphy_shutdown,
+	.readext = &rtl8211f_phy_extread,
+	.writeext = &rtl8211f_phy_extwrite,
+};
+
 /* Support for RTL8201F PHY */
 U_BOOT_PHY_DRIVER(rtl8201f) = {
 	.name = "RealTek RTL8201F 10/100Mbps Ethernet",
-- 
2.41.0


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

* [PATCH 3/4] net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG
@ 2023-10-16 16:45 sbabic
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2023-10-16 16:45 UTC (permalink / raw)
  To: Sébastien Szymanski, u-boot

> Add support for the RTL8211F(D)(I)-VD-CG PHY present on the i.MX93 EVK
> board.
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

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

end of thread, other threads:[~2023-10-16 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 16:45 [PATCH 3/4] net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG sbabic
  -- strict thread matches above, loose matches on Subject: below --
2023-07-27  8:33 [PATCH 0/4] imx93: add DWC EQoS MAC driver support Sébastien Szymanski
2023-07-27  8:33 ` [PATCH 3/4] net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG Sébastien Szymanski

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