mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-13 10:21:04 +00:00
ramips: mt7621-dts: 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>
This commit is contained in:
parent
2a6ef7f53d
commit
c77858aa79
@ -505,7 +505,7 @@
|
||||
compatible = "mediatek,eth-mac";
|
||||
reg = <1>;
|
||||
status = "disabled";
|
||||
phy-mode = "rgmii-rxid";
|
||||
phy-mode = "rgmii";
|
||||
};
|
||||
|
||||
mdio: mdio-bus {
|
||||
|
Loading…
Reference in New Issue
Block a user