]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode
authorMichael Walle <mwalle@kernel.org>
Mon, 17 Jun 2024 09:13:29 +0000 (11:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 27 Jun 2024 07:24:28 +0000 (15:24 +0800)
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>
arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi

index 85aeebc9485dd31b63fdf418d140551682b0c270..d8c1dfb8c9abb3a5c096ee77eafcf8368ca6d69e 100644 (file)
 &fec {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet>;
-       phy-mode = "rgmii";
+       phy-connection-type = "rgmii-id";
        phy-handle = <&ethphy>;
 
        mdio {