]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: ipq50xx: enable in-band-status for MXL GPY115C PHY on Linksys MX6200 24206/head
authorGeorge Moussalem <george.moussalem@outlook.com>
Mon, 13 Jul 2026 05:48:04 +0000 (09:48 +0400)
committerRobert Marko <robimarko@gmail.com>
Mon, 13 Jul 2026 08:26:16 +0000 (10:26 +0200)
The MXL GPY115C PHY requires in-band-status to be set properly detect
link status and communicate phy capabilities. So enable in-band-status
in the Linksys MX6200 device tree.

Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/24206
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/dts/ipq5018-mx6200.dts

index 2d968849a17422d4205aea3247484d73504976d8..5d28c96be9e3fa0a1a19dbb846f67d075973f305 100644 (file)
        nvmem-cell-names = "mac-address";
 };
 
-// MAC1 ---SGMII---> QCA8337 SerDes
+// MAC1 ---SGMII---> Maxlinear GPY115C
 &gmac1 {
        status = "okay";
 
        phy-handle = <&gpy115c>;
        phy-mode = "sgmii";
+       managed = "in-band-status";
 
        label = "wan";