From: Siva Durga Prasad Paladugu Date: Sat, 16 Mar 2019 12:21:26 +0000 (+0530) Subject: arm64: zynqmp: Enable Micrel phy support for xilinx zc1275 revB X-Git-Tag: v2020.01-rc1~8^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6452fb36a4c5d0b00608193b45b4899cc2430713;p=oweals%2Fu-boot.git arm64: zynqmp: Enable Micrel phy support for xilinx zc1275 revB This patch enables Micrel phy support for Xilinx ZynqMP zc1275 revB board. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_zcu1275_revB_defconfig b/configs/xilinx_zynqmp_zcu1275_revB_defconfig index 957b883abd..aa24e3444a 100644 --- a/configs/xilinx_zynqmp_zcu1275_revB_defconfig +++ b/configs/xilinx_zynqmp_zcu1275_revB_defconfig @@ -46,6 +46,10 @@ CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_WINBOND=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_PHY_MARVELL=y +CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ90X1=y +CONFIG_PHY_XILINX_GMII2RGMII=y +CONFIG_MII=y CONFIG_ZYNQ_GEM=y CONFIG_DEBUG_UART_ZYNQ=y CONFIG_DEBUG_UART_ANNOUNCE=y