summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
diff options
context:
space:
mode:
authorMichael Walle <mwalle@kernel.org>2024-06-17 11:13:29 +0200
committerShawn Guo <shawnguo@kernel.org>2024-06-27 15:24:28 +0800
commit0df3c7d7a73d75153090637392c0b73a63cdc24a (patch)
tree683abd5aa3f90a021583fe813c1da1118a012116 /arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
parente11997428fb3c7efe602eca698c739d186c009cb (diff)
downloadlinux-stable-0df3c7d7a73d75153090637392c0b73a63cdc24a.tar.gz
linux-stable-0df3c7d7a73d75153090637392c0b73a63cdc24a.tar.bz2
linux-stable-0df3c7d7a73d75153090637392c0b73a63cdc24a.zip
ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode
The i.MX6 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> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi')
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi2
1 files changed, 1 insertions, 1 deletions
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 @@
&fec {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
- phy-mode = "rgmii";
+ phy-connection-type = "rgmii-id";
phy-handle = <&ethphy>;
mdio {