aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts
diff options
context:
space:
mode:
authorArınç ÜNAL <arinc.unal@arinc9.com>2022-11-29 00:33:37 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2023-02-03 14:11:19 +0100
commit5155200f97adaeaaac7b752b5a6a5e41cba3db6a (patch)
tree410cd31b06a11f6e1c17930a77cd041b20d4441e /target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts
parent3cd882744d8ee347e7b55f113a95f93cfe7175cd (diff)
downloadupstream-5155200f97adaeaaac7b752b5a6a5e41cba3db6a.tar.gz
upstream-5155200f97adaeaaac7b752b5a6a5e41cba3db6a.tar.bz2
upstream-5155200f97adaeaaac7b752b5a6a5e41cba3db6a.zip
ramips: mt7621-dts: fix phy-mode of external phy on GB-PC2
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>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts b/target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts
index 6199511cff..c18f102502 100644
--- 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 = <&ethphy5>;
nvmem-cells = <&macaddr_factory_e000>;
@@ -127,7 +128,6 @@
&mdio {
ethphy5: ethernet-phy@5 {
reg = <5>;
- phy-mode = "rgmii-rxid";
};
};