diff options
author | John Thomson <git@johnthomson.fastmail.com.au> | 2022-11-10 09:55:11 +1000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-06 01:47:36 +0100 |
commit | 7ea965b57803ceec20222279377e611652ac217f (patch) | |
tree | 7880ba4ef01fa3aa126b0f5a4d6220a647b3930a /target/linux | |
parent | 83f20fc9f732cc9eaca7b70b470a28ed6fad8fa6 (diff) | |
download | upstream-7ea965b57803ceec20222279377e611652ac217f.tar.gz upstream-7ea965b57803ceec20222279377e611652ac217f.tar.bz2 upstream-7ea965b57803ceec20222279377e611652ac217f.zip |
ramips: mt7621: mikrotik 760igs (hEX S) fix SFP
This device uses an AR8031/AR8033 chip to convert SoC gmac1
RGMII to 1000base-x or sgmii for the SFP fibre cage.
The SFP cage requires phy-mode rgmii-rxid, and without it will not
recieve any packets: ethtool -S sfp rx_fcs_errors will increase when
packets should be being received, but no other _rx counters will change.
Fixes: c77858aa792 ("ramips: mt7621-dts: change phy-mode of gmac1 to rgmii")
Reviewed-by: Robert Marko <robimarko@gmail.com>
Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/mt7621_mikrotik_routerboard-760igs.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_mikrotik_routerboard-760igs.dts b/target/linux/ramips/dts/mt7621_mikrotik_routerboard-760igs.dts index ed0b4e52cf..8b88cfe0a3 100644 --- a/target/linux/ramips/dts/mt7621_mikrotik_routerboard-760igs.dts +++ b/target/linux/ramips/dts/mt7621_mikrotik_routerboard-760igs.dts @@ -49,6 +49,7 @@ status = "okay"; label = "sfp"; + phy-mode = "rgmii-rxid"; phy-handle = <&ephy7>; }; |