Skip to content

Commit 0b28c41

Browse files
fschrempfShawn Guo
authored andcommitted
arm64: dts: imx8mm-kontron: Fix connection type for VSC8531 RGMII PHY
Previously we falsely relied on the PHY driver to unconditionally enable the internal RX delay. Since the following fix for the PHY driver this is not the case anymore: commit 7b005a1 ("net: phy: mscc: configure both RX and TX internal delays for RGMII") In order to enable the delay we need to set the connection type to "rgmii-rxid". Without the RX delay the ethernet is not functional at all. Fixes: 8668d8b ("arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards") Cc: [email protected] Signed-off-by: Frieder Schrempf <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent ca6f9d8 commit 0b28c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-s.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
&fec1 {
114114
pinctrl-names = "default";
115115
pinctrl-0 = <&pinctrl_enet>;
116-
phy-connection-type = "rgmii";
116+
phy-connection-type = "rgmii-rxid";
117117
phy-handle = <&ethphy>;
118118
status = "okay";
119119

0 commit comments

Comments
 (0)