From: Ashok Reddy Soma Date: Thu, 20 Apr 2023 08:56:45 +0000 (-0600) Subject: arm64: versal: Enable ADIN ethernet phy X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=04d66e76d1624ce0dcc184a007eb2c1583a164e1;p=u-boot.git arm64: versal: Enable ADIN ethernet phy Versal VEK280 board has Analog Devices ethernet phy. So, enable CONFIG_PHY_ADIN config in Versal defconfig. Signed-off-by: Ashok Reddy Soma Link: https://lore.kernel.org/r/20230420085645.21260-3-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index 28fef84c6a..a1feafc49b 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -99,6 +99,7 @@ CONFIG_SPI_FLASH_SST=y CONFIG_SPI_FLASH_WINBOND=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_SPI_FLASH_MTD=y +CONFIG_PHY_ADIN=y CONFIG_PHY_MARVELL=y CONFIG_PHY_NATSEMI=y CONFIG_PHY_REALTEK=y