Skip to content

Commit

Permalink
imx8mp-var-dart: Disable second ethernet on DART-MX8M-PLUS and VAR-SO…
Browse files Browse the repository at this point in the history
…M-MX8M-PLUS

This avoids u-boot crashes on DART-MX8M-PLUS and VAR-SOM-MX8M-PLUS without
ethernet PHY. Second ethernet shares MDIO bus with the first one. When PHY
on SOM is not available shared MDIO bus cannot be accessed.
  • Loading branch information
Felix Radensky committed Apr 12, 2021
1 parent 24f0547 commit 06b434e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/dts/imx8mp-var-dart-dt8mcustomboard.dts
Expand Up @@ -56,7 +56,7 @@
pinctrl-0 = <&pinctrl_fec>;
phy-mode = "rgmii";
phy-handle = <&ethphy1>;
status = "okay";
status = "disabled";
};

&iomuxc {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/dts/imx8mp-var-som-symphony.dts
Expand Up @@ -157,7 +157,7 @@
pinctrl-0 = <&pinctrl_fec>;
phy-mode = "rgmii";
phy-handle = <&ethphy1>;
status = "okay";
status = "disabled";
};

&iomuxc {
Expand Down

0 comments on commit 06b434e

Please sign in to comment.