diff options
author | Anurag Dutta <a-dutta@ti.com> | 2025-02-05 13:02:51 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-02-05 08:47:20 -0600 |
commit | d590ddc71edd22c637493efaa7cdf293a2b086e9 (patch) | |
tree | 8f7e3aca80282506af2dfe8074554aaa9bd8402f | |
parent | 17a32b9eb04080cbbdcc57f442f2676fb7b53a4b (diff) | |
download | meta-ti-d590ddc71edd22c637493efaa7cdf293a2b086e9.tar.gz |
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 <a-dutta@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/j722s-evm.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
7 | KERNEL_DEVICETREE_PREFIX = " \ | 7 | KERNEL_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-v3link \ | 11 | ti/k3-v3link \ |
11 | " | 12 | " |
12 | 13 | ||