[PATCH v2 0/2] Fix bridge gmii2rgmii

Tapio Reijonen tapio.reijonen at vaisala.com
Wed Jan 22 10:22:48 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.

(no changes since v1)

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 | 12 +++++++++---
 2 files changed, 13 insertions(+), 7 deletions(-)

-- 
2.39.5



More information about the U-Boot mailing list