summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Pedro Paredes Caballero2025-01-26 19:23:09 +0000
committerÁlvaro Fernández Rojas2025-01-31 09:46:26 +0000
commitdcc5587374ace475cc2f2a94afd1c51e10946c3d (patch)
treeaf393cdc9e50ed25df0b51ad59ee9da52a30180c
parentc87a767801ef375feadb0a5c41d5a674ad3a7d2c (diff)
downloadopenwrt-dcc5587374ace475cc2f2a94afd1c51e10946c3d.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>
-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 3b858f7638..71760b2088 100644
--- a/target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts
+++ b/target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts
@@ -160,7 +160,7 @@
};
phy6: ethernet-phy@6 {
- compatible = "ethernet-phy-ieee802.3-c22";
+ compatible = "ethernet-phy-ieee802.3-c45";
reg = <6>;
reset-assert-us = <100000>;
reset-deassert-us = <100000>;