aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/mt7986a-rfb.dts
diff options
context:
space:
mode:
authorWeijie Gao2023-07-19 17:17:18 +0800
committerTom Rini2023-08-03 09:40:50 -0400
commitaef54ea16cacbbdb83ae5615b11964f15d006f75 (patch)
tree842c4f4715fc3fb276d12bddc7953b8b4790a7dd /arch/arm/dts/mt7986a-rfb.dts
parentbd70f3cea3533b46759eef351c5e1759051db0d8 (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.dts4
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 @@
&eth {
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;
};
};