diff mbox series

xilinx: versal: Enable AXI ethernet driver

Message ID f0167597765a5c99f16cba8135b0048f78e7a883.1600076583.git.michal.simek@xilinx.com
State Accepted
Commit 2783e02da846e54387a022043f5880684dfd5e5e
Delegated to: Michal Simek
Headers show
Series xilinx: versal: Enable AXI ethernet driver | expand

Commit Message

Michal Simek Sept. 14, 2020, 9:43 a.m. UTC
From: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>

Enable AXI ethernet driver for Versal platforms.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Based on https://lists.denx.de/pipermail/u-boot/2020-September/426436.html
---
 configs/xilinx_versal_virt_defconfig | 2 +-
 configs/xilinx_zynqmp_virt_defconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Michal Simek Sept. 23, 2020, 12:09 p.m. UTC | #1
po 14. 9. 2020 v 11:43 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
>
> Enable AXI ethernet driver for Versal platforms.
>
> Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> Based on https://lists.denx.de/pipermail/u-boot/2020-September/426436.html
> ---
>  configs/xilinx_versal_virt_defconfig | 2 +-
>  configs/xilinx_zynqmp_virt_defconfig | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
> index c84bf2ead6ea..b764cf24d92a 100644
> --- a/configs/xilinx_versal_virt_defconfig
> +++ b/configs/xilinx_versal_virt_defconfig
> @@ -75,7 +75,7 @@ CONFIG_PHY_TI_DP83867=y
>  CONFIG_PHY_VITESSE=y
>  CONFIG_PHY_FIXED=y
>  CONFIG_PHY_GIGE=y
> -CONFIG_MII=y
> +CONFIG_XILINX_AXIEMAC=y
>  CONFIG_ZYNQ_GEM=y
>  CONFIG_ARM_DCC=y
>  CONFIG_PL01X_SERIAL=y
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index 2f72d04f477a..fe4b39a9bca0 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -118,7 +118,7 @@ CONFIG_PHY_TI_DP83867=y
>  CONFIG_PHY_VITESSE=y
>  CONFIG_PHY_XILINX_GMII2RGMII=y
>  CONFIG_PHY_FIXED=y
> -CONFIG_MII=y
> +CONFIG_XILINX_AXIEMAC=y
>  CONFIG_ZYNQ_GEM=y
>  CONFIG_SCSI=y
>  CONFIG_DM_SCSI=y
> --
> 2.28.0
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index c84bf2ead6ea..b764cf24d92a 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -75,7 +75,7 @@  CONFIG_PHY_TI_DP83867=y
 CONFIG_PHY_VITESSE=y
 CONFIG_PHY_FIXED=y
 CONFIG_PHY_GIGE=y
-CONFIG_MII=y
+CONFIG_XILINX_AXIEMAC=y
 CONFIG_ZYNQ_GEM=y
 CONFIG_ARM_DCC=y
 CONFIG_PL01X_SERIAL=y
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index 2f72d04f477a..fe4b39a9bca0 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -118,7 +118,7 @@  CONFIG_PHY_TI_DP83867=y
 CONFIG_PHY_VITESSE=y
 CONFIG_PHY_XILINX_GMII2RGMII=y
 CONFIG_PHY_FIXED=y
-CONFIG_MII=y
+CONFIG_XILINX_AXIEMAC=y
 CONFIG_ZYNQ_GEM=y
 CONFIG_SCSI=y
 CONFIG_DM_SCSI=y