diff options
author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2022-11-29 00:33:37 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-03 14:11:19 +0100 |
commit | 5155200f97adaeaaac7b752b5a6a5e41cba3db6a (patch) | |
tree | 410cd31b06a11f6e1c17930a77cd041b20d4441e /target | |
parent | 3cd882744d8ee347e7b55f113a95f93cfe7175cd (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts | 2 |
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 = <ðphy5>; nvmem-cells = <&macaddr_factory_e000>; @@ -127,7 +128,6 @@ &mdio { ethphy5: ethernet-phy@5 { reg = <5>; - phy-mode = "rgmii-rxid"; }; }; |