All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti] [master/scarthgap][PATCH] conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX
@ 2025-11-12  6:17 Anurag Dutta
  2025-11-12  6:20 ` PRC Automation
  2025-11-12 10:43 ` Hari Prasath
  0 siblings, 2 replies; 3+ messages in thread
From: Anurag Dutta @ 2025-11-12  6:17 UTC (permalink / raw)
  To: meta-ti, denis, reatmon; +Cc: u-kumar1, gehariprasath, a-dutta

Currently, the overlay mentioned in KERNEL_DEVICETREE_PREFIX in case
of j722s is "k3-am625-sk-mcspi-loopback" which is incorrect as it has
been renamed recently. Change the overlay to "k3-am62x-sk-mcspi-loopback"
in order to carry out SPI loopback tests successfully.

Fixes: 3b2097d72758 ("conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX")
Signed-off-by: Anurag Dutta <a-dutta@ti.com>
---
 meta-ti-bsp/conf/machine/j722s-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf
index 52a6cfbd..8d69a23e 100644
--- a/meta-ti-bsp/conf/machine/j722s-evm.conf
+++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
@@ -7,7 +7,7 @@ require conf/machine/include/j722s.inc
 KERNEL_DEVICETREE_PREFIX = " \
     ti/k3-j722s \
     ti/k3-fpdlink \
-    ti/k3-am625-sk-mcspi-loopback \
+    ti/k3-am62x-sk-mcspi-loopback \
     ti/k3-v3link \
 "
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-13 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12  6:17 [meta-ti] [master/scarthgap][PATCH] conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX Anurag Dutta
2025-11-12  6:20 ` PRC Automation
2025-11-12 10:43 ` Hari Prasath

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.