diff options
author | Frank Wunderlich <frank-w@public-files.de> | 2023-08-03 18:52:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-17 16:39:20 -0400 |
commit | 3139a77c6028273a2a9e387285982b3f05cd4ec7 (patch) | |
tree | 10105334e89245bbb4fa051e7c78431d38cb4ec6 /arch | |
parent | ea8ddb7e7cdb60070c0ca3bb3ac01f62a19e6ebb (diff) | |
download | u-boot-3139a77c6028273a2a9e387285982b3f05cd4ec7.tar.gz u-boot-3139a77c6028273a2a9e387285982b3f05cd4ec7.tar.bz2 u-boot-3139a77c6028273a2a9e387285982b3f05cd4ec7.zip |
arm: dts: mediatek: convert gmac link mode to 2500base-x for r3
Ethernet on Bananapi-r3 is broken after
commit bd70f3cea353 ("net: mediatek: add support for SGMII 1Gbps auto-negotiation mode")
because changes from this commit were not applied to bpi-r3 devicetree too:
commit aef54ea16cac ("arm: dts: medaitek: convert gmac link mode to 2500base-x")
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/mt7986a-bpi-r3-sd.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/mt7986a-bpi-r3-sd.dts b/arch/arm/dts/mt7986a-bpi-r3-sd.dts index 15256302b8..c156a81363 100644 --- 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; }; }; |