mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
b7e9445d6d
Import pending patches adding support for MT7988 and provide builds for the reference board for all possible boot media. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
215 lines
4.9 KiB
Diff
215 lines
4.9 KiB
Diff
From 64ef7e977767e3b1305fb94a5169d8b7d3b19b6c Mon Sep 17 00:00:00 2001
|
|
From: Weijie Gao <weijie.gao@mediatek.com>
|
|
Date: Wed, 19 Jul 2023 17:17:18 +0800
|
|
Subject: [PATCH 21/29] arm: dts: mediatek: 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>
|
|
[also convert BPi-R3]
|
|
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
---
|
|
arch/arm/dts/mt7622-bananapi-bpi-r64.dts | 4 ++--
|
|
arch/arm/dts/mt7622-rfb.dts | 4 ++--
|
|
arch/arm/dts/mt7629-rfb.dts | 4 ++--
|
|
arch/arm/dts/mt7981-emmc-rfb.dts | 4 ++--
|
|
arch/arm/dts/mt7981-rfb.dts | 4 ++--
|
|
arch/arm/dts/mt7981-sd-rfb.dts | 4 ++--
|
|
arch/arm/dts/mt7986a-bpi-r3-sd.dts | 4 ++--
|
|
arch/arm/dts/mt7986a-rfb.dts | 4 ++--
|
|
arch/arm/dts/mt7986a-sd-rfb.dts | 4 ++--
|
|
arch/arm/dts/mt7986b-rfb.dts | 4 ++--
|
|
arch/arm/dts/mt7986b-sd-rfb.dts | 4 ++--
|
|
11 files changed, 22 insertions(+), 22 deletions(-)
|
|
|
|
--- a/arch/arm/dts/mt7622-bananapi-bpi-r64.dts
|
|
+++ b/arch/arm/dts/mt7622-bananapi-bpi-r64.dts
|
|
@@ -224,12 +224,12 @@
|
|
ð {
|
|
status = "okay";
|
|
mediatek,gmac-id = <0>;
|
|
- phy-mode = "sgmii";
|
|
+ phy-mode = "2500base-x";
|
|
mediatek,switch = "mt7531";
|
|
reset-gpios = <&gpio 54 GPIO_ACTIVE_HIGH>;
|
|
|
|
fixed-link {
|
|
- speed = <1000>;
|
|
+ speed = <2500>;
|
|
full-duplex;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7622-rfb.dts
|
|
+++ b/arch/arm/dts/mt7622-rfb.dts
|
|
@@ -240,12 +240,12 @@
|
|
ð {
|
|
status = "okay";
|
|
mediatek,gmac-id = <0>;
|
|
- phy-mode = "sgmii";
|
|
+ phy-mode = "2500base-x";
|
|
mediatek,switch = "mt7531";
|
|
reset-gpios = <&gpio 54 GPIO_ACTIVE_HIGH>;
|
|
|
|
fixed-link {
|
|
- speed = <1000>;
|
|
+ speed = <2500>;
|
|
full-duplex;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7629-rfb.dts
|
|
+++ b/arch/arm/dts/mt7629-rfb.dts
|
|
@@ -25,12 +25,12 @@
|
|
ð {
|
|
status = "okay";
|
|
mediatek,gmac-id = <0>;
|
|
- phy-mode = "sgmii";
|
|
+ phy-mode = "2500base-x";
|
|
mediatek,switch = "mt7531";
|
|
reset-gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
|
|
|
|
fixed-link {
|
|
- speed = <1000>;
|
|
+ speed = <2500>;
|
|
full-duplex;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7981-emmc-rfb.dts
|
|
+++ b/arch/arm/dts/mt7981-emmc-rfb.dts
|
|
@@ -46,12 +46,12 @@
|
|
ð {
|
|
status = "okay";
|
|
mediatek,gmac-id = <0>;
|
|
- phy-mode = "sgmii";
|
|
+ phy-mode = "2500base-x";
|
|
mediatek,switch = "mt7531";
|
|
reset-gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
|
|
|
|
fixed-link {
|
|
- speed = <1000>;
|
|
+ speed = <2500>;
|
|
full-duplex;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7981-rfb.dts
|
|
+++ b/arch/arm/dts/mt7981-rfb.dts
|
|
@@ -37,12 +37,12 @@
|
|
ð {
|
|
status = "okay";
|
|
mediatek,gmac-id = <0>;
|
|
- phy-mode = "sgmii";
|
|
+ phy-mode = "2500base-x";
|
|
mediatek,switch = "mt7531";
|
|
reset-gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
|
|
|
|
fixed-link {
|
|
- speed = <1000>;
|
|
+ speed = <2500>;
|
|
full-duplex;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7981-sd-rfb.dts
|
|
+++ b/arch/arm/dts/mt7981-sd-rfb.dts
|
|
@@ -46,12 +46,12 @@
|
|
ð {
|
|
status = "okay";
|
|
mediatek,gmac-id = <0>;
|
|
- phy-mode = "sgmii";
|
|
+ phy-mode = "2500base-x";
|
|
mediatek,switch = "mt7531";
|
|
reset-gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
|
|
|
|
fixed-link {
|
|
- speed = <1000>;
|
|
+ speed = <2500>;
|
|
full-duplex;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7986a-bpi-r3-sd.dts
|
|
+++ b/arch/arm/dts/mt7986a-bpi-r3-sd.dts
|
|
@@ -76,12 +76,12 @@
|
|
ð {
|
|
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;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7986a-rfb.dts
|
|
+++ b/arch/arm/dts/mt7986a-rfb.dts
|
|
@@ -55,12 +55,12 @@
|
|
ð {
|
|
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;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7986a-sd-rfb.dts
|
|
+++ b/arch/arm/dts/mt7986a-sd-rfb.dts
|
|
@@ -47,12 +47,12 @@
|
|
ð {
|
|
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;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7986b-rfb.dts
|
|
+++ b/arch/arm/dts/mt7986b-rfb.dts
|
|
@@ -46,12 +46,12 @@
|
|
ð {
|
|
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;
|
|
};
|
|
};
|
|
--- a/arch/arm/dts/mt7986b-sd-rfb.dts
|
|
+++ b/arch/arm/dts/mt7986b-sd-rfb.dts
|
|
@@ -47,12 +47,12 @@
|
|
ð {
|
|
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;
|
|
};
|
|
};
|