Skip to content

Commit

Permalink
mips: dts: ralink: mt7621: change phy-mode of gmac1 to rgmii
Browse files Browse the repository at this point in the history
Change phy-mode of gmac1 to rgmii on mt7621.dtsi. Same code path is
followed for delayed rgmii and rgmii phy-mode on mtk_eth_soc.c.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
arinc9 authored and davem330 committed Sep 23, 2022
1 parent 08b9eaf commit 97721e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/ralink/mt7621.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
compatible = "mediatek,eth-mac";
reg = <1>;
status = "disabled";
phy-mode = "rgmii-rxid";
phy-mode = "rgmii";
};

mdio: mdio-bus {
Expand Down

0 comments on commit 97721e8

Please sign in to comment.