summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schultz <d.schultz@phytec.de>2025-03-25 04:58:20 +0100
committerTom Rini <trini@konsulko.com>2025-04-10 15:03:32 -0600
commit77183dfbbcfa466c9a7a646f9f9468f6276e94e3 (patch)
tree3019a63024ff8e414e9ab206a81b932f2c727de3
parent93d22aca3d3266f759c0f293e96e210ca3fec663 (diff)
arch: arm: dts: k3-am62a7-phyboard-lyra-rdk-u-boot: Disable Ethernet2
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>
-rw-r--r--arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi b/arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi
index 41692c8f670..e2a086e6b90 100644
--- a/arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi
@@ -66,7 +66,7 @@
};
&cpsw_port2 {
- bootph-all;
+ status = "disabled";
};
&dmsc {