[PATCH v1 0/2] Fix bridge gmii2rgmii

Tapio Reijonen tapio.reijonen at vaisala.com
Thu Jan 16 06:43:22 CET 2025


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



More information about the U-Boot mailing list