summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChintan Vankar <[email protected]>2025-07-31 13:29:38 +0530
committerTom Rini <[email protected]>2025-08-20 11:06:18 -0600
commit3967d64740b69cda6b2642036bfb9269b05a7e35 (patch)
tree47fa0a7fff6ff12d9eab9e3f68f9e43e45c9f8fc
parent50ededad3204072a5fe6b8ee49826643e7c8e7aa (diff)
Revert "mach-k3: am642_init: Probe AM65 CPSW NUSS for R5/A53 SPL"
This reverts commit 93c43a8365fae0f188ac091d129542470ddaf62d. Bind method of "am65_cpsw_nuss" driver will ensure binding of it's child driver "am65_cpsw_nuss_ports", and there is no need to probe CPSW driver explicitly. Signed-off-by: Chintan Vankar <[email protected]>
-rw-r--r--arch/arm/mach-k3/am64x/am642_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-k3/am64x/am642_init.c b/arch/arm/mach-k3/am64x/am642_init.c
index 41812b7dbf7..219798315db 100644
--- a/arch/arm/mach-k3/am64x/am642_init.c
+++ b/arch/arm/mach-k3/am64x/am642_init.c
@@ -263,13 +263,6 @@ void board_init_f(ulong dummy)
if (ret)
panic("DRAM init failed: %d\n", ret);
#endif
- if (IS_ENABLED(CONFIG_SPL_ETH) && IS_ENABLED(CONFIG_TI_AM65_CPSW_NUSS) &&
- spl_boot_device() == BOOT_DEVICE_ETHERNET) {
- struct udevice *cpswdev;
-
- if (uclass_get_device_by_driver(UCLASS_MISC, DM_DRIVER_GET(am65_cpsw_nuss), &cpswdev))
- printf("Failed to probe am65_cpsw_nuss driver\n");
- }
}
u32 spl_mmc_boot_mode(struct mmc *mmc, const u32 boot_device)