uboot-mediatek: Sync phy-mode for Xiaomi Redmi Router AX6000
authorFurong Xu <xfr@outlook.com>
Fri, 27 Oct 2023 15:22:49 +0000 (23:22 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 28 Oct 2023 21:25:31 +0000 (23:25 +0200)
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>
package/boot/uboot-mediatek/patches/431-add-xiaomi_redmi-ax6000.patch

index 070456b2ee88627002a790756c3871202ee1bbbb..88b2c63632d4c1c07752f5a13f5c5f726f106491 100644 (file)
 +&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;
 +      };
 +};