From 388ec17ac7bb9c9b93190af15711e4b6c9f9cc7f Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Mon, 6 May 2024 08:48:13 +0200 Subject: arm: mach-k3: j784s4: enable probe of msmc and ddrss using relevant config msmc and ddrss probes do not depends on specific target boards but on K3_J721E_DDRSS configuration. So enable probe using this configuration. Upstream-Status: Inappropriate Upstream already probes these drivers using K3_J721E_DDRSS configuration. Signed-off-by: Emanuele Ghidoli --- arch/arm/mach-k3/j784s4_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-k3/j784s4_init.c b/arch/arm/mach-k3/j784s4_init.c index a9c3f52394..7d99ae28ea 100644 --- a/arch/arm/mach-k3/j784s4_init.c +++ b/arch/arm/mach-k3/j784s4_init.c @@ -222,7 +222,7 @@ void board_init_f(ulong dummy) pr_err("AVS init failed: %d\n", ret); } - if (IS_ENABLED(CONFIG_TARGET_J784S4_R5_EVM)) { + if (IS_ENABLED(CONFIG_K3_J721E_DDRSS)) { ret = uclass_get_device_by_name(UCLASS_MISC, "msmc", &dev); if (ret) panic("Probe of msmc failed: %d\n", ret); -- cgit v1.2.3