arm: octeontx2: cn9130-crb.dtsi: Disable eth2 for now
authorStefan Roese <sr@denx.de>
Tue, 27 Apr 2021 09:05:09 +0000 (11:05 +0200)
committerStefan Roese <sr@denx.de>
Thu, 29 Apr 2021 05:45:23 +0000 (07:45 +0200)
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 <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>
arch/arm/dts/cn9130-crb.dtsi

index 1cc17ea..b229725 100644 (file)
 };
 
 &cp0_eth0 {
-       /* Disable it for now, as mainline does not support this IF yet */
        status = "okay";
        phy-mode = "sfi";
 };
 
 &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";
 };