From: Weijie Gao Date: Fri, 17 Jan 2025 09:18:22 +0000 (+0800) Subject: arm: dts: medaitek: fix internal switch link speed of mt7988 X-Git-Tag: v2025.04-rc1~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a85182570200bf5e87e2a9920e9d28e968bc6e0;p=pandora-u-boot.git 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 --- diff --git a/arch/arm/dts/mt7988-rfb.dts b/arch/arm/dts/mt7988-rfb.dts index 14274e2375f..f013e3e33c5 100644 --- a/arch/arm/dts/mt7988-rfb.dts +++ b/arch/arm/dts/mt7988-rfb.dts @@ -57,7 +57,7 @@ mediatek,switch = "mt7988"; fixed-link { - speed = <1000>; + speed = <10000>; full-duplex; pause; }; diff --git a/arch/arm/dts/mt7988-sd-rfb.dts b/arch/arm/dts/mt7988-sd-rfb.dts index 9aa198b84ab..fd199308da2 100644 --- a/arch/arm/dts/mt7988-sd-rfb.dts +++ b/arch/arm/dts/mt7988-sd-rfb.dts @@ -48,7 +48,7 @@ mediatek,switch = "mt7988"; fixed-link { - speed = <1000>; + speed = <10000>; full-duplex; pause; };