Skip to content

Commit 82e918f

Browse files
arinc9tsbogend
authored andcommitted
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: Petr Louda <[email protected]> Signed-off-by: Arınç ÜNAL <[email protected]> Acked-by: Sergio Paracuellos <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent c5ed1fe commit 82e918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@
113113

114114
&gmac1 {
115115
status = "okay";
116+
phy-mode = "rgmii-rxid";
116117
phy-handle = <&ethphy5>;
117118
};
118119

119120
&mdio {
120121
ethphy5: ethernet-phy@5 {
121122
reg = <5>;
122-
phy-mode = "rgmii-rxid";
123123
};
124124
};
125125

0 commit comments

Comments
 (0)