diff options
author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2022-09-20 20:25:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-23 12:24:59 +0300 |
commit | 97721e84f54668a8677dbf928574956b7cf0dd4a (patch) | |
tree | 1a2c410e30e2c9fde47fb85fc2182d49cbc2e499 /arch/mips | |
parent | 08b9eaf454eea6ff3dcd537d65d5b3784155b516 (diff) | |
download | linux-97721e84f54668a8677dbf928574956b7cf0dd4a.tar.xz |
mips: dts: ralink: mt7621: change phy-mode of gmac1 to rgmii
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/boot/dts/ralink/mt7621.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index bcedb84e1618..edb7dd8b34da 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -333,7 +333,7 @@ compatible = "mediatek,eth-mac"; reg = <1>; status = "disabled"; - phy-mode = "rgmii-rxid"; + phy-mode = "rgmii"; }; mdio: mdio-bus { |