summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-07-01 11:01:13 -0500
committerRyan Eatmon <reatmon@ti.com>2022-07-06 11:16:22 -0500
commit3621d7392d5de13512675f05df51a28418b84323 (patch)
treea1b4d3ecdc30a8de3d730a6662e2c8f6c2120242 /conf
parentd3286bcd8bc8ceb9966679cb62e8d8a47d6229f5 (diff)
downloadmeta-ti-3621d7392d5de13512675f05df51a28418b84323.tar.gz
conf: machine: j721s2: add new dtb for GESI
The following commits in ti-linux-5.10.y kernel has introduced a new dtb. commit: 9b05b2a89ff ("arm64: dts: ti: Add overlay for GESI to enable main CPSW2G in J721S2") This patch on j721s2 conf is to include the new dtb. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf')
-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 e5ed0b73..8cf3a414 100644
--- a/conf/machine/j721s2-evm.conf
+++ b/conf/machine/j721s2-evm.conf
@@ -13,6 +13,7 @@ OPTEE_K3_USART = "0x8"
13 13
14KERNEL_DEVICETREE = " \ 14KERNEL_DEVICETREE = " \
15 ti/k3-j721s2-common-proc-board.dtb \ 15 ti/k3-j721s2-common-proc-board.dtb \
16 ti/k3-j721s2-gesi-exp-board.dtbo \
16" 17"
17 18
18UBOOT_MACHINE = "j721s2_evm_a72_defconfig" 19UBOOT_MACHINE = "j721s2_evm_a72_defconfig"