projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6ef7f
)
ramips: mt7621-dts: change phy-mode of gmac1 to rgmii
author
Arınç ÜNAL
<arinc.unal@arinc9.com>
Wed, 14 Sep 2022 18:31:00 +0000
(21:31 +0300)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 18 Sep 2022 09:50:32 +0000
(11:50 +0200)
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>
target/linux/ramips/dts/mt7621.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7621.dtsi
b/target/linux/ramips/dts/mt7621.dtsi
index c9f50a62f3477962988ccf09bc0273afb11d2423..0eae4bb8717cf834757d1c93eeb4a914da41f257 100644
(file)
--- 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 {