diff options
author | Weijie Gao | 2023-07-19 17:17:18 +0800 |
---|---|---|
committer | Tom Rini | 2023-08-03 09:40:50 -0400 |
commit | aef54ea16cacbbdb83ae5615b11964f15d006f75 (patch) | |
tree | 842c4f4715fc3fb276d12bddc7953b8b4790a7dd /arch/arm/dts/mt7986a-rfb.dts | |
parent | bd70f3cea3533b46759eef351c5e1759051db0d8 (diff) |
arm: dts: medaitek: convert gmac link mode to 2500base-x
Now that individual 2.5Gbps SGMII support has been added to
mtk-eth, all boards that use 2.5Gbps link with mt7531 must be
converted to use "2500base-x" instead of "sgmii".
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'arch/arm/dts/mt7986a-rfb.dts')
-rw-r--r-- | arch/arm/dts/mt7986a-rfb.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/mt7986a-rfb.dts b/arch/arm/dts/mt7986a-rfb.dts index dce85d82772..e5c9be7da82 100644 --- a/arch/arm/dts/mt7986a-rfb.dts +++ b/arch/arm/dts/mt7986a-rfb.dts @@ -55,12 +55,12 @@ ð { status = "okay"; mediatek,gmac-id = <0>; - phy-mode = "sgmii"; + phy-mode = "2500base-x"; mediatek,switch = "mt7531"; reset-gpios = <&gpio 5 GPIO_ACTIVE_HIGH>; fixed-link { - speed = <1000>; + speed = <2500>; full-duplex; }; }; |