From: Michael Walle <mwalle@kernel.org>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Li Yang <leoyang.li@nxp.com>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>, Priit Laes <plaes@plaes.org>,
Michael Grzeschik <m.grzeschik@pengutronix.de>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
Michael Walle <mwalle@kernel.org>
Subject: [PATCH 01/10] ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode
Date: Tue, 4 Jun 2024 15:59:25 +0200 [thread overview]
Message-ID: <20240604135934.1951189-2-mwalle@kernel.org> (raw)
In-Reply-To: <20240604135934.1951189-1-mwalle@kernel.org>
The iMX.6 cannot add any RGMII delays. The PHY has to add both the RX
and TX delays on the RGMII interface. Fix the interface mode. While at
it, use the new phy-connection-type property name.
Fixes: 5694eed98cca ("ARM: dts: imx6qdl-kontron-samx6i: move phy reset into phy-node")
Signed-off-by: Michael Walle <mwalle@kernel.org>
---
arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
index 85aeebc9485d..d8c1dfb8c9ab 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
@@ -259,7 +259,7 @@ smarc_flash: flash@0 {
&fec {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
- phy-mode = "rgmii";
+ phy-connection-type = "rgmii-id";
phy-handle = <ðphy>;
mdio {
--
2.39.2
next prev parent reply other threads:[~2024-06-04 13:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-04 13:59 [PATCH 00/10] ARM: dts: kontron-samx6i: various fixes Michael Walle
2024-06-04 13:59 ` Michael Walle [this message]
2024-06-04 13:59 ` [PATCH 02/10] ARM: dts: imx6qdl-kontron-samx6i: fix PHY reset Michael Walle
2024-06-04 13:59 ` [PATCH 03/10] ARM: dts: imx6qdl-kontron-samx6i: fix board reset Michael Walle
2024-06-04 13:59 ` [PATCH 04/10] ARM: dts: imx6qdl-kontron-samx6i: cleanup the PMIC node Michael Walle
2024-06-04 13:59 ` [PATCH 05/10] ARM: dts: imx6qdl-kontron-samx6i: fix SPI0 chip selects Michael Walle
2024-06-04 13:59 ` [PATCH 06/10] ARM: dts: imx6qdl-kontron-samx6i: fix product name Michael Walle
2024-06-04 13:59 ` [PATCH 07/10] ARM: dts: imx6qdl-kontron-samx6i: always enable eMMC Michael Walle
2024-06-04 13:59 ` [PATCH 08/10] ARM: dts: imx6qdl-kontron-samx6i: add SDIO_PWR_EN support Michael Walle
2024-06-04 13:59 ` [PATCH 09/10] dt-bindings: arm: fsl: document Kontron SMARC-sAMX6i boards Michael Walle
2024-06-04 15:42 ` Krzysztof Kozlowski
2024-06-04 13:59 ` [PATCH 10/10] ARM: dts: imx6qdl-kontron-samx6i: add actual device trees Michael Walle
2024-06-04 15:28 ` [PATCH 00/10] ARM: dts: kontron-samx6i: various fixes Rob Herring (Arm)
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=20240604135934.1951189-2-mwalle@kernel.org \
--to=mwalle@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.grzeschik@pengutronix.de \
--cc=plaes@plaes.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--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