aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFurong Xu <xfr@outlook.com>2023-10-27 23:22:49 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-10-31 00:44:03 +0100
commit620721f642102818e06035720afe8adec9b8836e (patch)
tree4cbb8363aa37d6ada42580af6289bbc00c8dea4a
parent982f85914479570d11afd98a5b2a362661da0e6c (diff)
downloadupstream-620721f642102818e06035720afe8adec9b8836e.tar.gz
upstream-620721f642102818e06035720afe8adec9b8836e.tar.bz2
upstream-620721f642102818e06035720afe8adec9b8836e.zip
uboot-mediatek: Sync phy-mode for Xiaomi Redmi Router AX6000
Commit 572ea6807053 ("uboot-mediatek: add patches for MT7988 and builds for RFB") renamed HSGMII to 2500basex, but forgot to update the dts of Redmi Router AX6000, makes the network unusable. This patch makes the network usable again. Fixes: #13724 Fixes: 572ea6807053 ("uboot-mediatek: add patches for MT7988 and builds for RFB") Signed-off-by: Furong Xu <xfr@outlook.com> (cherry picked from commit 03987d2d11c4954e3e8afa3d44ba6213e774c742)
-rw-r--r--package/boot/uboot-mediatek/patches/431-add-xiaomi_redmi-ax6000.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mediatek/patches/431-add-xiaomi_redmi-ax6000.patch b/package/boot/uboot-mediatek/patches/431-add-xiaomi_redmi-ax6000.patch
index 070456b2ee..88b2c63632 100644
--- a/package/boot/uboot-mediatek/patches/431-add-xiaomi_redmi-ax6000.patch
+++ b/package/boot/uboot-mediatek/patches/431-add-xiaomi_redmi-ax6000.patch
@@ -239,12 +239,12 @@
+&eth {
+ 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;
+ };
+};