From 5f467dc7dddec92c55e33171f78c77f9e6ee2985 Mon Sep 17 00:00:00 2001 From: George Moussalem Date: Mon, 13 Jul 2026 09:48:04 +0400 Subject: [PATCH] qualcommax: ipq50xx: enable in-band-status for MXL GPY115C PHY on Linksys MX6200 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 Link: https://github.com/openwrt/openwrt/pull/24206 Signed-off-by: Robert Marko --- target/linux/qualcommax/dts/ipq5018-mx6200.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/qualcommax/dts/ipq5018-mx6200.dts b/target/linux/qualcommax/dts/ipq5018-mx6200.dts index 2d968849a17..5d28c96be9e 100644 --- a/target/linux/qualcommax/dts/ipq5018-mx6200.dts +++ b/target/linux/qualcommax/dts/ipq5018-mx6200.dts @@ -49,12 +49,13 @@ 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"; -- 2.47.3