U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: u-boot@lists.denx.de, git@amd.com, Tom Rini <trini@konsulko.com>
Cc: Anshul Dalal <anshuld@ti.com>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Padmarao Begari <padmarao.begari@amd.com>,
	Prasad Kummari <prasad.kummari@amd.com>,
	Tejas Bhumkar <tejas.arvind.bhumkar@amd.com>,
	Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Subject: Re: [PATCH] xilinx: Replace PHY_VITESSE by PHY_MSCC
Date: Thu, 2 Oct 2025 09:23:55 +0200	[thread overview]
Message-ID: <e3470dfd-da37-43e3-a214-9378ccd8d30b@amd.com> (raw)
In-Reply-To: <0a441e488a29bd1c93677a6f63a4a04a3cc1c9f5.1759216164.git.michal.simek@amd.com>



On 9/30/25 09:09, Michal Simek wrote:
> Enable MSCC phy driver instead of VITESSE. Vitesse driver is much older and
> is on the way out that's why switch to MSCC driver which covers VSC8531
> which is used on one Versal board.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   configs/amd_versal2_virt_defconfig       | 2 +-
>   configs/xilinx_versal_net_virt_defconfig | 2 +-
>   configs/xilinx_versal_virt_defconfig     | 2 +-
>   configs/xilinx_zynqmp_virt_defconfig     | 2 +-
>   4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig
> index 4a7bc1951451..aca03ea50f16 100644
> --- a/configs/amd_versal2_virt_defconfig
> +++ b/configs/amd_versal2_virt_defconfig
> @@ -108,10 +108,10 @@ CONFIG_SPI_FLASH_WINBOND=y
>   # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
>   CONFIG_SPI_FLASH_MTD=y
>   CONFIG_PHY_MARVELL=y
> +CONFIG_PHY_MSCC=y
>   CONFIG_PHY_NATSEMI=y
>   CONFIG_PHY_REALTEK=y
>   CONFIG_PHY_TI_DP83867=y
> -CONFIG_PHY_VITESSE=y
>   CONFIG_PHY_FIXED=y
>   CONFIG_DM_ETH_PHY=y
>   CONFIG_PHY_GIGE=y
> diff --git a/configs/xilinx_versal_net_virt_defconfig b/configs/xilinx_versal_net_virt_defconfig
> index 770bd0643c19..192ace8b530c 100644
> --- a/configs/xilinx_versal_net_virt_defconfig
> +++ b/configs/xilinx_versal_net_virt_defconfig
> @@ -111,10 +111,10 @@ CONFIG_SPI_FLASH_WINBOND=y
>   CONFIG_SPI_FLASH_MTD=y
>   CONFIG_PHY_ANEG_TIMEOUT=20000
>   CONFIG_PHY_MARVELL=y
> +CONFIG_PHY_MSCC=y
>   CONFIG_PHY_NATSEMI=y
>   CONFIG_PHY_REALTEK=y
>   CONFIG_PHY_TI_DP83867=y
> -CONFIG_PHY_VITESSE=y
>   CONFIG_PHY_FIXED=y
>   CONFIG_DM_ETH_PHY=y
>   CONFIG_PHY_GIGE=y
> diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
> index ac78dea587cd..18b972f8ba46 100644
> --- a/configs/xilinx_versal_virt_defconfig
> +++ b/configs/xilinx_versal_virt_defconfig
> @@ -120,10 +120,10 @@ CONFIG_SPI_FLASH_MTD=y
>   CONFIG_PHY_ANEG_TIMEOUT=20000
>   CONFIG_PHY_ADIN=y
>   CONFIG_PHY_MARVELL=y
> +CONFIG_PHY_MSCC=y
>   CONFIG_PHY_NATSEMI=y
>   CONFIG_PHY_REALTEK=y
>   CONFIG_PHY_TI_DP83867=y
> -CONFIG_PHY_VITESSE=y
>   CONFIG_PHY_FIXED=y
>   CONFIG_DM_ETH_PHY=y
>   CONFIG_PHY_GIGE=y
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index 6e4ba7269f85..525744b0f61e 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -171,10 +171,10 @@ CONFIG_PHY_ADIN=y
>   CONFIG_PHY_MARVELL=y
>   CONFIG_PHY_MICREL=y
>   CONFIG_PHY_MICREL_KSZ90X1=y
> +CONFIG_PHY_MSCC=y
>   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

Applied.
M

      parent reply	other threads:[~2025-10-02  7:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-30  7:09 [PATCH] xilinx: Replace PHY_VITESSE by PHY_MSCC Michal Simek
2025-09-30 14:37 ` Tom Rini
2025-10-02  7:23 ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e3470dfd-da37-43e3-a214-9378ccd8d30b@amd.com \
    --to=michal.simek@amd.com \
    --cc=anshuld@ti.com \
    --cc=git@amd.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=padmarao.begari@amd.com \
    --cc=prasad.kummari@amd.com \
    --cc=tejas.arvind.bhumkar@amd.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=venkatesh.abbarapu@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox