mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-02 01:19:27 +00:00
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: 13b691a9bc ("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>
19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J722S EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J722S EVM
|
|
|
|
require conf/machine/include/j722s.inc
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/k3-j722s \
|
|
ti/k3-fpdlink \
|
|
ti/k3-am625-sk-mcspi-loopback \
|
|
ti/k3-v3link \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-j722s-evm.dtb \
|
|
"
|
|
|
|
UBOOT_MACHINE = "j722s_evm_a53_defconfig"
|