]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitc7111e6ffd4b4f8fefd31044d2e042f910f54775
tree7e8feb7a090c5d43430976f951a61a97f00c87d1
parent29dd6e475a1551d8dab6231147c7120547099392
mvebu: uDPU: include fixed-phy support

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.marko@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/uDPU_defconfig