[openwrt/openwrt] ramips: mt7621-dts: change phy-mode of gmac1 to rgmii
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 18 03:24:13 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c77858aa79265a3fb57800bf147e2c6efacdb7f7
commit c77858aa79265a3fb57800bf147e2c6efacdb7f7
Author: Arınç ÜNAL <arinc.unal at arinc9.com>
AuthorDate: Wed Sep 14 21:31:00 2022 +0300
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 at arinc9.com>
---
target/linux/ramips/dts/mt7621.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi
index c9f50a62f3..0eae4bb871 100644
--- a/target/linux/ramips/dts/mt7621.dtsi
+++ b/target/linux/ramips/dts/mt7621.dtsi
@@ -505,7 +505,7 @@
compatible = "mediatek,eth-mac";
reg = <1>;
status = "disabled";
- phy-mode = "rgmii-rxid";
+ phy-mode = "rgmii";
};
mdio: mdio-bus {
More information about the lede-commits
mailing list