mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
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>
This commit is contained in:
parent
c405226c34
commit
1c817c27e6
@ -238,7 +238,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&cp0_eth0 {
|
&cp0_eth0 {
|
||||||
/* Disable it for now, as mainline does not support this IF yet */
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-mode = "sfi";
|
phy-mode = "sfi";
|
||||||
};
|
};
|
||||||
@ -253,7 +252,6 @@
|
|||||||
|
|
||||||
&cp0_eth2 {
|
&cp0_eth2 {
|
||||||
/* Disable it for now, as mainline does not support this IF yet */
|
/* Disable it for now, as mainline does not support this IF yet */
|
||||||
status = "okay";
|
status = "disabled";
|
||||||
phy = <&nbaset_phy0>;
|
phy = <&nbaset_phy0>;
|
||||||
phy-mode = "sgmii-2500";
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user