Skip to content
Snippets Groups Projects
Commit dcc55873 authored by Juan Pedro Paredes Caballero's avatar Juan Pedro Paredes Caballero Committed by Álvaro Fernández Rojas
Browse files

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: 9d66b8b3 ("mediatek: filogic: Add support for cudy wr3000h")
Signed-off-by: default avatarJuan Pedro Paredes Caballero <juanpedro.paredes@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17739


[reword commit description]
Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
parent c87a7678
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment