summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2022-10-10 21:00:56 +0530
committerLCPD Automation Script <lcpdbld@list.ti.com>2022-10-10 19:06:23 -0500
commita6a78217d4afb607dda4ed1980833861992b6b5d (patch)
tree062f7d8a153e370e739a89d8dda9fc487e30d28d
parent3a4fffef169bd3f8d62ad4f1b89b3884dab0ee16 (diff)
downloadmeta-ti-a6a78217d4afb607dda4ed1980833861992b6b5d.tar.gz
conf: machine: j784s4: Add OP-TEE flavour
Add the new OP-TEE flavour for J784S4 instead of default k3-j721e. The TI-SCI ID for MCU domain sa2ul/sa3ul are not the same for J721E and J784S4. So a new flavour is added in upstream OP-TEE. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--conf/machine/j784s4-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/j784s4-evm.conf b/conf/machine/j784s4-evm.conf
index 278b393c..96acca13 100644
--- a/conf/machine/j784s4-evm.conf
+++ b/conf/machine/j784s4-evm.conf
@@ -9,6 +9,7 @@ MACHINE_FEATURES += "gpu"
9SERIAL_CONSOLES = "115200;ttyS2" 9SERIAL_CONSOLES = "115200;ttyS2"
10SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 10SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
11TFA_K3_USART = "0x8" 11TFA_K3_USART = "0x8"
12OPTEEMACHINE = "k3-j784s4"
12OPTEE_K3_USART = "0x8" 13OPTEE_K3_USART = "0x8"
13 14
14KERNEL_DEVICETREE = " \ 15KERNEL_DEVICETREE = " \