[PATCH 3/4] net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG

2023-10-16 Thread sbabic
> Add support for the RTL8211F(D)(I)-VD-CG PHY present on the i.MX93 EVK > board. > Signed-off-by: Sébastien Szymanski Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[PATCH 3/4] net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG

2023-07-27 Thread 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 --- 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..7e1036b2271