mediatek: filogic: fix 2.5G phy compatible for WR3000H
authorJuan Pedro Paredes Caballero <juanpedro.paredes@gmail.com>
Sun, 26 Jan 2025 19:23:09 +0000 (20:23 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 31 Jan 2025 09:46:26 +0000 (10:46 +0100)
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>
target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts

index 3b858f76386183fa518c60a0dc627f5014dc12bf..71760b2088c3a0067bf545c0c25d0ca2053ac995 100644 (file)
        };
 
        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>;