arch: arm: dts: k3-am62a7-phyboard-lyra-rdk-u-boot: Disable Ethernet2
authorDaniel Schultz <d.schultz@phytec.de>
Tue, 25 Mar 2025 03:58:20 +0000 (04:58 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 21:03:32 +0000 (15:03 -0600)
Don't initialize Ethernet2 in SPL. We cannot boot from that source anyways
and it throws an error during boot.

This will remove following error message during network boot:

Error: ethernet@8000000port@2 No valid MAC address found.ethernet@8000000port@1
Waiting for PHY auto negotiation to complete....... done

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi

index 41692c8..e2a086e 100644 (file)
@@ -66,7 +66,7 @@
 };
 
 &cpsw_port2 {
-       bootph-all;
+       status = "disabled";
 };
 
 &dmsc {