[openwrt/openwrt] zynq: disable unused Vitesse PHY

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 8 05:22:43 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ea002c077d3addf38cfe4cace7e072e2648b24c1

commit ea002c077d3addf38cfe4cace7e072e2648b24c1
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Sep 6 22:19:22 2025 +0200

    zynq: disable unused Vitesse PHY
    
    All devices supported by the Zynq target have either a Realtek or Marvell
    PHY. The Vitesse PHY was enabled when the target was created (2d45ad07fc64).
    It's not used here, so it's safe to disable it.
    
    Ethernet PHYs used by individual devices are listed below.
    
    Device                  PHY
    AVNET ZedBoard          Marvell 88E1518
    Digilent Zybo           Realtek RTL8211E
    Digilent Zybo Z7        Realtek RTL8211E or RTL8211F
    Xilinx ZC702            Marvell 88E1116R
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/19969
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/zynq/config-6.6 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/zynq/config-6.6 b/target/linux/zynq/config-6.6
index 6036792451..7674e0b82c 100644
--- a/target/linux/zynq/config-6.6
+++ b/target/linux/zynq/config-6.6
@@ -535,7 +535,6 @@ CONFIG_VGA_ARB=y
 CONFIG_VGA_ARB_MAX_GPUS=16
 CONFIG_VIDEO_CMDLINE=y
 CONFIG_VIDEO_NOMODESET=y
-CONFIG_VITESSE_PHY=y
 CONFIG_VM_EVENT_COUNTERS=y
 CONFIG_VT=y
 CONFIG_VT_CONSOLE=y




More information about the lede-commits mailing list