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 <george.moussalem@outlook.com> Link: https://github.com/openwrt/openwrt/pull/24206 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
e5c7612b16
commit
5f467dc7dd
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user