From d590ddc71edd22c637493efaa7cdf293a2b086e9 Mon Sep 17 00:00:00 2001 From: Anurag Dutta Date: Wed, 5 Feb 2025 13:02:51 +0530 Subject: conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX Add the overlay "k3-j7200-evm-mcspi-loopback.dtso" to the j722s configuration so that SPI loopback tests can be carried out successfully. Signed-off-by: Anurag Dutta Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/j722s-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf index 2af0981e..8f42866c 100644 --- a/meta-ti-bsp/conf/machine/j722s-evm.conf +++ b/meta-ti-bsp/conf/machine/j722s-evm.conf @@ -7,6 +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-v3link \ " -- cgit v1.2.3-54-g00ecf