diff options
author | Stefan Roese <sr@denx.de> | 2021-04-27 11:05:09 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-04-29 07:45:23 +0200 |
commit | 1c817c27e66fb17448a71f59fc70b182f0795ce0 (patch) | |
tree | 76071598208d13c91ac78a753f5d1344bce43ebd /arch | |
parent | c405226c344049191a9e29333b491decc0dc9067 (diff) | |
download | u-boot-1c817c27e66fb17448a71f59fc70b182f0795ce0.zip u-boot-1c817c27e66fb17448a71f59fc70b182f0795ce0.tar.gz u-boot-1c817c27e66fb17448a71f59fc70b182f0795ce0.tar.bz2 |
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 <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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/cn9130-crb.dtsi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/dts/cn9130-crb.dtsi b/arch/arm/dts/cn9130-crb.dtsi index 1cc17ea..b229725 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"; }; |