summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j721s2-evm.conf
diff options
context:
space:
mode:
authorEtheridge, Darren <detheridge@ti.com>2022-05-02 14:51:06 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-02 11:31:08 -0500
commit28fa5882ed43a47a22d24b6df9151f12e32ab6dc (patch)
tree22c5eacc0c9194e58f84ff04c0f72e224a2fd3cd /meta-ti-bsp/conf/machine/j721s2-evm.conf
parent15ae8b802a05cebb6a272047816d82f345703704 (diff)
downloadmeta-ti-28fa5882ed43a47a22d24b6df9151f12e32ab6dc.tar.gz
ti-graphics: gpu enable and move all platforms to ddk 1.15
Enable the GPU for am62xx and j721s2 and use IMG DDK 1.15 Migrate Imagination DDK 1.13 to DDK 1.15 for J721e Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j721s2-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-evm.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/machine/j721s2-evm.conf
index a2c15f74..5d977776 100644
--- a/meta-ti-bsp/conf/machine/j721s2-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/j721s2.inc 5require conf/machine/include/j721s2.inc
6 6
7MACHINE_FEATURES += "gpu"
8
7SERIAL_CONSOLES = "115200;ttyS10" 9SERIAL_CONSOLES = "115200;ttyS10"
8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 10SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
9TFA_K3_USART = "0x8" 11TFA_K3_USART = "0x8"