1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 11:20:45 +00:00

conf: Sync KERNEL_DEVICETREE(_PREFIX) with upstream

Some of the settings for KERNEL_DEVICETREE_PREFIX were missed in the
first pass.  Additionally, some new dts files that were not present in
upstream are now there and can be updated in KERNEL_DEVICETREE.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2023-05-09 12:06:06 -05:00
parent f22ea63f66
commit 917989fe75
3 changed files with 13 additions and 2 deletions
+5 -1
View File
@@ -7,9 +7,13 @@ require conf/machine/include/j721s2.inc
TFA_K3_USART = "0x8"
OPTEE_K3_USART = "0x8"
KERNEL_DEVICETREE_PREFIX = " \
ti/k3-j721s2 \
ti/k3-j7200-mcspi-loopback \
"
KERNEL_DEVICETREE = " \
ti/k3-j721s2-common-proc-board.dtb \
ti/k3-j721s2-gesi-exp-board.dtbo \
"
UBOOT_MACHINE = "j721s2_hs_evm_a72_defconfig"
+3 -1
View File
@@ -12,7 +12,9 @@ KERNEL_DEVICETREE_PREFIX = " \
ti/k3-j7200-mcspi-loopback \
"
KERNEL_DEVICETREE = ""
KERNEL_DEVICETREE = " \
ti/k3-j784s4-evm.dtb \
"
UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
@@ -8,6 +8,11 @@ TFA_K3_USART = "0x8"
OPTEEMACHINE = "k3-j784s4"
OPTEE_K3_USART = "0x8"
KERNEL_DEVICETREE_PREFIX = " \
ti/k3-j784s4 \
ti/k3-j7200-mcspi-loopback \
"
KERNEL_DEVICETREE = " \
ti/k3-j784s4-evm.dtb \
"