Skip to content
Snippets Groups Projects
Commit 1c817c27 authored by Stefan Roese's avatar Stefan Roese
Browse files

arm: octeontx2: cn9130-crb.dtsi: Disable eth2 for now


Because of the incorrectly supported SGMII_2500 mode, this patch
disables eth2 for now until this issue will be fixed in mainline.

Also fix an incorrect comment.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Chulski <stefanc@marvell.com>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Marek Behun <marek.behun@nic.cz>
parent c405226c
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,6 @@
};
&cp0_eth0 {
/* Disable it for now, as mainline does not support this IF yet */
status = "okay";
phy-mode = "sfi";
};
......@@ -253,7 +252,6 @@
&cp0_eth2 {
/* Disable it for now, as mainline does not support this IF yet */
status = "okay";
status = "disabled";
phy = <&nbaset_phy0>;
phy-mode = "sgmii-2500";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment