]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: medaitek: fix internal switch link speed of mt7988
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 17 Jan 2025 09:18:22 +0000 (17:18 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jan 2025 18:11:49 +0000 (12:11 -0600)
The CPU port of mt7988 internal switch uses 10Gb link speed.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
arch/arm/dts/mt7988-rfb.dts
arch/arm/dts/mt7988-sd-rfb.dts

index 14274e2375fd55f5910abbb3259b5c53da1bb420..f013e3e33c50e1adf791d0b58185f8da580b96f4 100644 (file)
@@ -57,7 +57,7 @@
        mediatek,switch = "mt7988";
 
        fixed-link {
-               speed = <1000>;
+               speed = <10000>;
                full-duplex;
                pause;
        };
index 9aa198b84ab5384d1f357e16924b62202b813ac7..fd199308da25d129720f9d832eb829ab61938612 100644 (file)
@@ -48,7 +48,7 @@
        mediatek,switch = "mt7988";
 
        fixed-link {
-               speed = <1000>;
+               speed = <10000>;
                full-duplex;
                pause;
        };