summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnurag Dutta <a-dutta@ti.com>2025-02-11 11:25:30 +0530
committerRyan Eatmon <reatmon@ti.com>2025-02-13 13:42:33 -0600
commit272870dd268b3093ceb3c58dba20e2e8ea4b2e3a (patch)
treecfbf9ae1334aa0cbc9be29c434ab3ca6ca08d50f
parent4aa400f2bc526ef52788b254d9fac7194e42a7eb (diff)
downloadmeta-ti-272870dd268b3093ceb3c58dba20e2e8ea4b2e3a.tar.gz
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 <a-dutta@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/j722s-evm.conf2
1 files changed, 1 insertions, 1 deletions
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
7KERNEL_DEVICETREE_PREFIX = " \ 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-j722s \ 8 ti/k3-j722s \
9 ti/k3-fpdlink \ 9 ti/k3-fpdlink \
10 ti/k3-j7200-evm-mcspi-loopback \ 10 ti/k3-am625-sk-mcspi-loopback \
11 ti/k3-v3link \ 11 ti/k3-v3link \
12" 12"
13 13