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:
parent
32139c25e4
commit
af2d3c91d8
@ -160,7 +160,7 @@
|
|||||||
&fec1 {
|
&fec1 {
|
||||||
fsl,magic-packet;
|
fsl,magic-packet;
|
||||||
phy-handle = <ðphy0>;
|
phy-handle = <ðphy0>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii-id";
|
||||||
phy-supply = <®_ethphy>;
|
phy-supply = <®_ethphy>;
|
||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
pinctrl-0 = <&pinctrl_fec1>;
|
pinctrl-0 = <&pinctrl_fec1>;
|
||||||
|
Loading…
Reference in New Issue
Block a user