summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Pedro Paredes Caballero2025-01-26 19:23:09 +0000
committerHauke Mehrtens2025-06-17 21:06:01 +0000
commit72529db50ebddc7fca7a7d5dc35eab4e668544fa (patch)
tree1b0dda69f3b9fe00d09127f3eb29fdc44768a926
parent197c6ee66c8e30ce43074225543bf6bc7047f826 (diff)
downloadopenwrt-72529db50ebddc7fca7a7d5dc35eab4e668544fa.tar.gz
mediatek: filogic: fix 2.5G phy compatible for WR3000H
Following the initial support of the Cudy WR3000H with PHY C22 for the 2.5G WAN interface, several improvements fixing issues with RealTek RTL8221B PHYs have been merged. Therefore we can now bring the DT in line with other equipment and declare the 2.5G WAN PHY as C45. Fixes: 9d66b8b ("mediatek: filogic: Add support for cudy wr3000h") Signed-off-by: Juan Pedro Paredes Caballero <juanpedro.paredes@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17739 [reword commit description] Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit dcc5587374ace475cc2f2a94afd1c51e10946c3d) Link: https://github.com/openwrt/openwrt/pull/19124 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts b/target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts
index 0808eb9557..bdcc4f78ea 100644
--- a/target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts
+++ b/target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts
@@ -174,7 +174,7 @@
interrupts = <38 IRQ_TYPE_LEVEL_HIGH>;
};
phy6: ethernet-phy@6 {
- compatible = "ethernet-phy-ieee802.3-c22"; // [RTL8221B-VB-CG 2.5Gbps PHY (C22)]
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <6>;
phy-mode = "2500base-x";
};