On 06.05.22 13:54, Robert Marko wrote:
uDPU relies on using fixed-phy for the SFP support, and since the
fixed-phy parsing was moved to the generic driver instead of mvneta
networking stopped working on uDPU with:
uDPU>> dhcp
dm_eth_phy_connect failed

This is due to the conversion commit not enabling fixed-phy support
in defconfig like it did for other boards.

Fixes: 77fcf3cf1251 ("net: mvneta: Convert to use PHY_FIXED for fixed-link")
Signed-off-by: Robert Marko <robert.ma...@sartura.hr>

Applied to u-boot-marvell/master

Thanks,
Stefan

---
  configs/uDPU_defconfig | 1 +
  1 file changed, 1 insertion(+)

diff --git a/configs/uDPU_defconfig b/configs/uDPU_defconfig
index f2852ad29b..f7cd1a0589 100644
--- a/configs/uDPU_defconfig
+++ b/configs/uDPU_defconfig
@@ -70,6 +70,7 @@ CONFIG_SPI_FLASH_STMICRO=y
  CONFIG_SPI_FLASH_MTD=y
  CONFIG_PHYLIB_10G=y
  CONFIG_PHY_MARVELL=y
+CONFIG_PHY_FIXED=y
  CONFIG_PHY_GIGE=y
  CONFIG_E1000=y
  CONFIG_MVNETA=y

Viele Grüße,
Stefan Roese

--
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: s...@denx.de

Reply via email to