diff options
| author | Roland Reinl | 2025-01-06 07:33:36 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-12 19:21:46 +0000 |
| commit | 0d1568246f6834e4b593b23d43524d4c16a29e82 (patch) | |
| tree | b474d7635a7c3cdb128c2546b069b9722a1b854b | |
| parent | 9a0f0611d2022fb21c400abfcf51c67493b5265a (diff) | |
| download | openwrt-0d1568246f6834e4b593b23d43524d4c16a29e82.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17430
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts | 3 |
1 files changed, 1 insertions, 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@6 { - compatible = "maxlinear,gpy211", "ethernet-phy-ieee802.3-c45"; + compatible = "ethernet-phy-ieee802.3-c45"; reg = <6>; - phy-mode = "2500base-x"; }; switch@1f { |