From: Frank Wunderlich <linux@fw-web.de>
To: u-boot@lists.denx.de
Cc: Frank Wunderlich <frank-w@public-files.de>,
Weijie Gao <weijie.gao@mediatek.com>,
Daniel Golle <daniel@makrotopia.org>
Subject: [PATCH] arm: dts: mediatek: convert gmac link mode to 2500base-x for r3
Date: Thu, 3 Aug 2023 18:52:58 +0200 [thread overview]
Message-ID: <20230803165258.14744-1-linux@fw-web.de> (raw)
From: Frank Wunderlich <frank-w@public-files.de>
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>
---
arch/arm/dts/mt7986a-bpi-r3-sd.dts | 4 ++--
1 file 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 15256302b86b..c156a8136343 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;
};
};
--
2.34.1
next reply other threads:[~2023-08-03 16:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 16:52 Frank Wunderlich [this message]
2023-08-04 9:48 ` [PATCH] arm: dts: mediatek: convert gmac link mode to 2500base-x for r3 Weijie Gao (高惟杰)
2023-08-18 17:49 ` Tom Rini
2023-08-18 18:45 ` Frank Wunderlich
2023-08-18 18:47 ` Tom Rini
2023-08-29 14:09 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230803165258.14744-1-linux@fw-web.de \
--to=linux@fw-web.de \
--cc=daniel@makrotopia.org \
--cc=frank-w@public-files.de \
--cc=u-boot@lists.denx.de \
--cc=weijie.gao@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.