[openwrt/openwrt] mediatek: D-Link AQUILA PRO AI M60 A1: Fixed phy6 DTS settings

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 12 11:22:24 PST 2025


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

commit 0d1568246f6834e4b593b23d43524d4c16a29e82
Author: Roland Reinl <reinlroland+github at gmail.com>
AuthorDate: Mon Jan 6 08:33:36 2025 +0100

    mediatek: D-Link AQUILA PRO AI M60 A1: Fixed phy6 DTS settings
    
    Settings for phy6 can be simplified in the DTS
    
    Signed-off-by: Roland Reinl <reinlroland+github at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17430
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts b/target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts
index e805554a13..81634c7c08 100644
--- a/target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts
+++ b/target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts
@@ -87,9 +87,8 @@
 		reset-post-delay-us = <1000000>;
 
 		phy6: phy at 6 {
-			compatible = "maxlinear,gpy211", "ethernet-phy-ieee802.3-c45";
+			compatible = "ethernet-phy-ieee802.3-c45";
 			reg = <6>;
-			phy-mode = "2500base-x";
 		};
 
 		switch at 1f {




More information about the lede-commits mailing list