From: Michal Simek <michal.simek@xilinx.com>
Date: Mon, 30 May 2016 08:13:37 +0000 (+0200)
Subject: ARM64: zynqmp: Enable Vitesse and RealTek ethernet phys
X-Git-Tag: v2025.01-rc5-pxa1908~9276^2~10
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=a1a6af82e2c7be4ef34e38e2d01dd337e8b32903;p=u-boot.git

ARM64: zynqmp: Enable Vitesse and RealTek ethernet phys

Phys are available on zc1751-dc4 that's why enable them.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index c2c6eab314..455481dc53 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -189,6 +189,8 @@
 # define CONFIG_PHY_NATSEMI
 # define CONFIG_PHY_TI
 # define CONFIG_PHY_GIGE
+# define CONFIG_PHY_VITESSE
+# define CONFIG_PHY_REALTEK
 # define PHY_ANEG_TIMEOUT       20000
 #endif