[openwrt/openwrt] ramips: mt76x8: drop AT803X phy driver

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 12 00:50:10 PST 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4a3beb3ae7cad76ff509ce8acecc2981e85a8328

commit 4a3beb3ae7cad76ff509ce8acecc2981e85a8328
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Sat Feb 10 11:30:54 2024 +0800

    ramips: mt76x8: drop AT803X phy driver
    
    This Qualcomm Gigabit phy driver was mistakenly added because
    MT76x8 does not support external phy, and it only supports max
    100M full duplex speed.
    
    Fixes: cadf5171074f ("ralink: add support for mt7628")
    Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
---
 target/linux/ramips/mt76x8/config-5.15 | 1 -
 target/linux/ramips/mt76x8/config-6.1  | 2 --
 2 files changed, 3 deletions(-)

diff --git a/target/linux/ramips/mt76x8/config-5.15 b/target/linux/ramips/mt76x8/config-5.15
index 6d6759a7c5..fc9aebc46a 100644
--- a/target/linux/ramips/mt76x8/config-5.15
+++ b/target/linux/ramips/mt76x8/config-5.15
@@ -4,7 +4,6 @@ CONFIG_ARCH_KEEP_MEMBLOCK=y
 CONFIG_ARCH_MMAP_RND_BITS_MAX=15
 CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=15
 CONFIG_ARCH_SUSPEND_POSSIBLE=y
-CONFIG_AT803X_PHY=y
 CONFIG_BLK_MQ_PCI=y
 CONFIG_CEVT_R4K=y
 CONFIG_CEVT_SYSTICK_QUIRK=y
diff --git a/target/linux/ramips/mt76x8/config-6.1 b/target/linux/ramips/mt76x8/config-6.1
index a1ae10c926..be779b03d8 100644
--- a/target/linux/ramips/mt76x8/config-6.1
+++ b/target/linux/ramips/mt76x8/config-6.1
@@ -4,7 +4,6 @@ CONFIG_ARCH_KEEP_MEMBLOCK=y
 CONFIG_ARCH_MMAP_RND_BITS_MAX=15
 CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=15
 CONFIG_ARCH_SUSPEND_POSSIBLE=y
-CONFIG_AT803X_PHY=y
 CONFIG_BLK_MQ_PCI=y
 CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
 CONFIG_CC_NO_ARRAY_BOUNDS=y
@@ -166,7 +165,6 @@ CONFIG_PINCTRL_RALINK=y
 # CONFIG_PINCTRL_SINGLE is not set
 CONFIG_PREEMPT_NONE_BUILD=y
 CONFIG_PTP_1588_CLOCK_OPTIONAL=y
-CONFIG_QCOM_NET_PHYLIB=y
 CONFIG_RALINK=y
 # CONFIG_RALINK_WDT is not set
 CONFIG_RANDSTRUCT_NONE=y




More information about the lede-commits mailing list