summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-05-09 10:26:38 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-09 10:37:03 -0500
commit4bb778d47fd8297a29b4dd77ccf4192d92ae003c (patch)
treed78bcff3539d9e8dd3aed698897a3093994afee7 /meta-ti-bsp/conf
parenteef612216b5582eefd77f3a3c938b7ccc6cfbae0 (diff)
downloadmeta-ti-4bb778d47fd8297a29b4dd77ccf4192d92ae003c.tar.gz
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>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-hs-evm.conf6
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm.conf4
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-hs-evm.conf5
3 files changed, 13 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
index 337818a4..2ee1d949 100644
--- a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
@@ -7,9 +7,13 @@ require conf/machine/include/j721s2.inc
7TFA_K3_USART = "0x8" 7TFA_K3_USART = "0x8"
8OPTEE_K3_USART = "0x8" 8OPTEE_K3_USART = "0x8"
9 9
10KERNEL_DEVICETREE_PREFIX = " \
11 ti/k3-j721s2 \
12 ti/k3-j7200-mcspi-loopback \
13"
14
10KERNEL_DEVICETREE = " \ 15KERNEL_DEVICETREE = " \
11 ti/k3-j721s2-common-proc-board.dtb \ 16 ti/k3-j721s2-common-proc-board.dtb \
12 ti/k3-j721s2-gesi-exp-board.dtbo \
13" 17"
14 18
15UBOOT_MACHINE = "j721s2_hs_evm_a72_defconfig" 19UBOOT_MACHINE = "j721s2_hs_evm_a72_defconfig"
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf
index 7971ad73..f0d04a89 100644
--- a/meta-ti-bsp/conf/machine/j784s4-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf
@@ -12,7 +12,9 @@ KERNEL_DEVICETREE_PREFIX = " \
12 ti/k3-j7200-mcspi-loopback \ 12 ti/k3-j7200-mcspi-loopback \
13" 13"
14 14
15KERNEL_DEVICETREE = "" 15KERNEL_DEVICETREE = " \
16 ti/k3-j784s4-evm.dtb \
17"
16 18
17UBOOT_MACHINE = "j784s4_evm_a72_defconfig" 19UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
18 20
diff --git a/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf b/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf
index 123de8c1..89803598 100644
--- a/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf
@@ -8,6 +8,11 @@ TFA_K3_USART = "0x8"
8OPTEEMACHINE = "k3-j784s4" 8OPTEEMACHINE = "k3-j784s4"
9OPTEE_K3_USART = "0x8" 9OPTEE_K3_USART = "0x8"
10 10
11KERNEL_DEVICETREE_PREFIX = " \
12 ti/k3-j784s4 \
13 ti/k3-j7200-mcspi-loopback \
14"
15
11KERNEL_DEVICETREE = " \ 16KERNEL_DEVICETREE = " \
12 ti/k3-j784s4-evm.dtb \ 17 ti/k3-j784s4-evm.dtb \
13" 18"