From: Padmarao Begari Date: Tue, 24 Jun 2025 08:46:45 +0000 (+0530) Subject: xilinx: zynqmp: Enable xilinx ethernet phy X-Git-Tag: v2025.10-rc1~131^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8510df627771d44155676bbe920f565adab7059;p=thirdparty%2Fu-boot.git xilinx: zynqmp: Enable xilinx ethernet phy Enable xilinx ethernet phy on ZynqMP by default. Signed-off-by: Padmarao Begari Link: https://lore.kernel.org/r/20250624084645.1185428-1-padmarao.begari@amd.com Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index a0067793a41..c6eae387b92 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -182,6 +182,7 @@ CONFIG_PHY_NATSEMI=y CONFIG_PHY_REALTEK=y CONFIG_PHY_TI_DP83867=y CONFIG_PHY_VITESSE=y +CONFIG_PHY_XILINX=y CONFIG_PHY_XILINX_GMII2RGMII=y CONFIG_PHY_FIXED=y CONFIG_DM_ETH_PHY=y