summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2022-10-10 21:00:57 +0530
committerLCPD Automation Script <lcpdbld@list.ti.com>2022-10-10 19:06:23 -0500
commit3af00f0c0ffbc2c64cc42918a0097ebd14ebc933 (patch)
tree13d57b8cdf1b8109a37912808f37ddb74738c062
parenta6a78217d4afb607dda4ed1980833861992b6b5d (diff)
downloadmeta-ti-3af00f0c0ffbc2c64cc42918a0097ebd14ebc933.tar.gz
conf: machine: j721s2: Add OP-TEE flavour
Change the OP-TEE flavour from default k3-j721e to k3-j784s4 as sa3ul support for j784s4 is upstreamed in OP-TEE and we can use the same settings in j721s2 to access TRNG. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--conf/machine/j721s2-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf
index 7fe1fb0e..6377c459 100644
--- a/conf/machine/j721s2-evm.conf
+++ b/conf/machine/j721s2-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 = " \