ARM: dts: imx8mm-verdin: Set PHY mode to RGMII-ID

Since c6df0e2ffd ("net: phy: micrel: add support for DLL setup on ksz9131")
the Micrel PHY driver correctly configures the delay register. The Verdin PHY
is RGMII-ID, so reflect that in DT, otherwise the ethernet no longer works.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Max Krummenacher <max.krummenacher@toradex.com>
Cc: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
This commit is contained in:
Marek Vasut 2021-09-12 00:43:18 +02:00 committed by Stefano Babic
parent 32139c25e4
commit af2d3c91d8

View File

@ -160,7 +160,7 @@
&fec1 { &fec1 {
fsl,magic-packet; fsl,magic-packet;
phy-handle = <&ethphy0>; phy-handle = <&ethphy0>;
phy-mode = "rgmii"; phy-mode = "rgmii-id";
phy-supply = <&reg_ethphy>; phy-supply = <&reg_ethphy>;
pinctrl-names = "default", "sleep"; pinctrl-names = "default", "sleep";
pinctrl-0 = <&pinctrl_fec1>; pinctrl-0 = <&pinctrl_fec1>;