arm: dts: medaitek: fix internal switch link speed of mt7988

The CPU port of mt7988 internal switch uses 10Gb link speed.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
Weijie Gao
2025-01-17 17:18:22 +08:00
committed by Tom Rini
parent 4064eb22e2
commit 4a85182570
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
mediatek,switch = "mt7988";
fixed-link {
speed = <1000>;
speed = <10000>;
full-duplex;
pause;
};

View File

@@ -48,7 +48,7 @@
mediatek,switch = "mt7988";
fixed-link {
speed = <1000>;
speed = <10000>;
full-duplex;
pause;
};