projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd8827
)
ramips: mt7621-dts: fix phy-mode of external phy on GB-PC2
author
Arınç ÜNAL
<arinc.unal@arinc9.com>
Mon, 28 Nov 2022 21:33:37 +0000
(
00:33
+0300)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 3 Feb 2023 13:11:19 +0000
(14:11 +0100)
The phy-mode property must be defined on the MAC instead of the PHY. Define
phy-mode under gmac1 which the external phy is connected to.
Tested-by: Petr Louda <petr.louda@outlook.cz>
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts
b/target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts
index 6199511cff8359b924cdcc9ea28a8c36d80a8f46..c18f10250226de57e50fe13491aa1e9bb81021f0 100644
(file)
--- a/
target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts
+++ b/
target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts
@@
-118,6
+118,7
@@
&gmac1 {
status = "okay";
label = "ethyellow";
+ phy-mode = "rgmii-rxid";
phy-handle = <ðphy5>;
nvmem-cells = <&macaddr_factory_e000>;
@@
-127,7
+128,6
@@
&mdio {
ethphy5: ethernet-phy@5 {
reg = <5>;
- phy-mode = "rgmii-rxid";
};
};