From: Andy Duan <fugang.duan@nxp.com>
To: "shawnguo@kernel.org" <shawnguo@kernel.org>,
"festevam@gmail.com" <festevam@gmail.com>
Cc: Andy Duan <fugang.duan@nxp.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: [PATCH 1/1] ARM: dts: imx6sx: select rgmii-id phy mode
Date: Tue, 9 Apr 2019 03:39:18 +0000 [thread overview]
Message-ID: <1554781105-3514-1-git-send-email-fugang.duan@nxp.com> (raw)
The PHY AR8031 must add both tx and rx delay. But PHY driver
disable tx/rx delay by default in Commit 6d4cd041f0af(net: phy:
at803x: disable delay only for RGMII mode), which brokes i.MX6SX
sdb board networking.
So enable rgmii-txid phy mode to enable the tx/rx delay.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
---
arch/arm/boot/dts/imx6sx-sdb.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi
index 08ede56..865528b 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dtsi
+++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi
@@ -191,7 +191,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet1>;
phy-supply = <®_enet_3v3>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
phy-handle = <ðphy1>;
phy-reset-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>;
status = "okay";
@@ -213,7 +213,7 @@
&fec2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet2>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
phy-handle = <ðphy2>;
status = "okay";
};
--
2.7.4
next reply other threads:[~2019-04-09 3:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-09 3:39 Andy Duan [this message]
2019-04-11 7:07 ` [PATCH 1/1] ARM: dts: imx6sx: select rgmii-id phy mode Shawn Guo
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=1554781105-3514-1-git-send-email-fugang.duan@nxp.com \
--to=fugang.duan@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=shawnguo@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).