summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2024-05-06 08:48:13 +0200
committerEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2024-05-06 09:43:31 +0200
commit388ec17ac7bb9c9b93190af15711e4b6c9f9cc7f (patch)
treec18b954d8ed9273692d7cf949ec2011e12c809b1
parent858fc64d422dea150b519075e452b55c18639c23 (diff)
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 <emanuele.ghidoli@toradex.com>
-rw-r--r--arch/arm/mach-k3/j784s4_init.c2
1 files changed, 1 insertions, 1 deletions
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);