* Cumulative fixes and updates for MediaTek platform. [1] * Update mt7981 pinctrl driver based on upstream kernel. [2] [1] https://lore.kernel.org/u-boot/cover.1737104723.git.weijie.gao@mediatek.com/ [2] https://lore.kernel.org/u-boot/20250124033902.187796-1-weijie.gao@mediatek.com/ Signed-off-by: Shiji Yang <yangshiji66@qq.com>
37 lines
897 B
Diff
37 lines
897 B
Diff
From 4a85182570200bf5e87e2a9920e9d28e968bc6e0 Mon Sep 17 00:00:00 2001
|
|
From: Weijie Gao <weijie.gao@mediatek.com>
|
|
Date: Fri, 17 Jan 2025 17:18:22 +0800
|
|
Subject: [PATCH 11/15] 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>
|
|
---
|
|
arch/arm/dts/mt7988-rfb.dts | 2 +-
|
|
arch/arm/dts/mt7988-sd-rfb.dts | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- 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;
|
|
};
|
|
--- 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;
|
|
};
|