summaryrefslogtreecommitdiff
path: root/configs/uDPU_defconfig
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2022-05-06 14:54:43 +0300
committerStefan Roese <sr@denx.de>2022-05-17 07:44:06 +0300
commitc7111e6ffd4b4f8fefd31044d2e042f910f54775 (patch)
tree7e8feb7a090c5d43430976f951a61a97f00c87d1 /configs/uDPU_defconfig
parent29dd6e475a1551d8dab6231147c7120547099392 (diff)
downloadu-boot-c7111e6ffd4b4f8fefd31044d2e042f910f54775.tar.xz
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>
Diffstat (limited to 'configs/uDPU_defconfig')
-rw-r--r--configs/uDPU_defconfig1
1 files changed, 1 insertions, 0 deletions
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