]> git.baikalelectronics.ru Git - uboot.git/commitdiff
mvebu: uDPU: include fixed-phy support
authorRobert Marko <robert.marko@sartura.hr>
Fri, 6 May 2022 11:54:43 +0000 (13:54 +0200)
committerStefan Roese <sr@denx.de>
Tue, 17 May 2022 04:44:06 +0000 (06:44 +0200)
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: 57df7d051d1b ("net: mvneta: Convert to use PHY_FIXED for fixed-link")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/uDPU_defconfig

index f2852ad29bc0507c4cbb1ff87a1b64f7322ff859..f7cd1a0589bc13467b6ef106ec4fc66da7f9cbb3 100644 (file)
@@ -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