
16 Jan
2025
16 Jan
'25
6:43 a.m.
When taken in use U-Boot v2023.04 one our board's ethernet stop to work in U-Boot, which was working in v2022.01.
In v2022.01 the gmii2rgmii was called before PHY was created.
This patch change back the order and fix the problem. Also the ethernet-phy-id driver is taken in use in gmii2rgmii driver.
Tapio Reijonen (2): net: phy: Let gmiitorgmii converter create additional PHY net: phy: gmii2rgmii: Add support for phy ethernet id configuration
drivers/net/phy/phy.c | 8 ++++---- drivers/net/phy/xilinx_gmii2rgmii.c | 11 ++++++++--- 2 files changed, 12 insertions(+), 7 deletions(-)
--
2.39.5