diff options
| author | Anurag Dutta <a-dutta@ti.com> | 2025-11-12 11:47:42 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-11-17 13:50:55 -0600 |
| commit | 20f7b83e1cdb353f94fe758cd34582e042baff3b (patch) | |
| tree | df29f771a680d3a17af5489a8442a37e182ad554 /meta-ti-bsp/conf | |
| parent | de5d6d7e35c720970f6d0c91ccec376e0e8837d2 (diff) | |
| download | meta-ti-20f7b83e1cdb353f94fe758cd34582e042baff3b.tar.gz | |
conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX
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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
| -rw-r--r-- | meta-ti-bsp/conf/machine/j722s-evm.conf | 2 |
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 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 | |||
| 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-am625-sk-mcspi-loopback \ | 10 | ti/k3-am62x-sk-mcspi-loopback \ |
| 11 | ti/k3-v3link \ | 11 | ti/k3-v3link \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
