From 272870dd268b3093ceb3c58dba20e2e8ea4b2e3a Mon Sep 17 00:00:00 2001 From: Anurag Dutta Date: Tue, 11 Feb 2025 11:25:30 +0530 Subject: conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX Currently, the overlay mentioned in KERNEL_DEVICETREE_PREFIX in case of j722s is "k3-j7200-evm-mcspi-loopback" which is incorrect. Change the overlay to "k3-am625-sk-mcspi-loopback.dtso" in order to carry out SPI loopback tests successfully. Fixes: 13b691a9bc2d ("conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX") Signed-off-by: Anurag Dutta Signed-off-by: Ryan Eatmon --- 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 8f42866c..52a6cfbd 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-j7200-evm-mcspi-loopback \ + ti/k3-am625-sk-mcspi-loopback \ ti/k3-v3link \ " -- cgit v1.2.3-54-g00ecf