public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix bridge gmii2rgmii
@ 2025-01-22  9:22 Tapio Reijonen
  2025-01-22  9:22 ` [PATCH v2 1/2] net: phy: Let gmiitorgmii converter create additional PHY Tapio Reijonen
  2025-01-22  9:22 ` [PATCH v2 2/2] net: phy: gmii2rgmii: Add support for phy ethernet id configuration Tapio Reijonen
  0 siblings, 2 replies; 4+ messages in thread
From: Tapio Reijonen @ 2025-01-22  9:22 UTC (permalink / raw)
  To: u-boot
  Cc: Tapio Reijonen, Eugeniu Rosca, Heinrich Schuchardt, Jacky Chou,
	Joe Hershberger, Marek Vasut, Michal Simek, Ramon Fried,
	T Karthik Reddy, Tom Rini


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


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

end of thread, other threads:[~2025-01-22 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22  9:22 [PATCH v2 0/2] Fix bridge gmii2rgmii Tapio Reijonen
2025-01-22  9:22 ` [PATCH v2 1/2] net: phy: Let gmiitorgmii converter create additional PHY Tapio Reijonen
2025-01-22 13:57   ` Michal Simek
2025-01-22  9:22 ` [PATCH v2 2/2] net: phy: gmii2rgmii: Add support for phy ethernet id configuration Tapio Reijonen

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