提交 82e918f9 编写于 作者: A Arınç ÜNAL 提交者: Thomas Bogendoerfer

mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2

The phy-mode property must be defined on the MAC instead of the PHY. Define
phy-mode under gmac1 which the external phy is connected to.
Tested-by: NPetr Louda <petr.louda@outlook.cz>
Signed-off-by: NArınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: NSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: NThomas Bogendoerfer <tsbogend@alpha.franken.de>
上级 c5ed1fe0
...@@ -113,13 +113,13 @@ ...@@ -113,13 +113,13 @@
&gmac1 { &gmac1 {
status = "okay"; status = "okay";
phy-mode = "rgmii-rxid";
phy-handle = <&ethphy5>; phy-handle = <&ethphy5>;
}; };
&mdio { &mdio {
ethphy5: ethernet-phy@5 { ethphy5: ethernet-phy@5 {
reg = <5>; reg = <5>;
phy-mode = "rgmii-rxid";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册