From: Stefan Roese Date: Tue, 27 Apr 2021 09:05:09 +0000 (+0200) Subject: arm: octeontx2: cn9130-crb.dtsi: Disable eth2 for now X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=1c817c27e66fb17448a71f59fc70b182f0795ce0;p=u-boot.git 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: Stefan Roese Cc: Konstantin Porotchkin Cc: Stefan Chulski Cc: Nadav Haklai Cc: Marek Behun --- diff --git a/arch/arm/dts/cn9130-crb.dtsi b/arch/arm/dts/cn9130-crb.dtsi index 1cc17eaab5..b229725184 100644 --- a/arch/arm/dts/cn9130-crb.dtsi +++ b/arch/arm/dts/cn9130-crb.dtsi @@ -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"; };