diff mbox

[U-Boot] ARM64: zynqmp: Enable Vitesse and RealTek ethernet phys

Message ID ba87de33ef409d3d1b49091c9b04ac5476a242bb.1464596103.git.michal.simek@xilinx.com
State Accepted
Commit a1a6af82e2c7be4ef34e38e2d01dd337e8b32903
Delegated to: Michal Simek
Headers show

Commit Message

Michal Simek May 30, 2016, 8:15 a.m. UTC
Phys are available on zc1751-dc4 that's why enable them.

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

 include/configs/xilinx_zynqmp.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index cf7627b76a12..2b5588c4bc6a 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -190,6 +190,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