diff options
author | Yemike Abhilash Chandra <y-abhilashchandra@ti.com> | 2025-02-26 18:37:16 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-02-26 08:44:55 -0600 |
commit | f6f3048a6fbcc70eb8b19b4522f7571b43401907 (patch) | |
tree | b99bdf2c0eb7b8a93602ceb10d45e13f643f9a87 | |
parent | f32ca2de5a0e24144742e76cbc069734c7a8d007 (diff) | |
download | meta-ti-f6f3048a6fbcc70eb8b19b4522f7571b43401907.tar.gz |
conf: machine: j721s2/j784s4: Pick overlays for DS90UB954
DS90UB954-Q1EVM can be used to connect FPDLink-III based sensors to
TI EVMs. So pick the DS90UB954-Q1EVM overlay.
Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/j721s2-evm.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/j784s4-evm.conf | 1 |
2 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 5cb28309..f0600f33 100644 --- a/meta-ti-bsp/conf/machine/j721s2-evm.conf +++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf | |||
@@ -20,6 +20,7 @@ KERNEL_DEVICETREE = " \ | |||
20 | ti/k3-j721s2-common-proc-board.dtb \ | 20 | ti/k3-j721s2-common-proc-board.dtb \ |
21 | ti/k3-j721s2-evm-gesi-exp-board.dtbo \ | 21 | ti/k3-j721s2-evm-gesi-exp-board.dtbo \ |
22 | ti/k3-j721s2-evm-pcie1-ep.dtbo \ | 22 | ti/k3-j721s2-evm-pcie1-ep.dtbo \ |
23 | ti/k3-j721s2-evm-ub954.dtbo \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | UBOOT_MACHINE = "j721s2_evm_a72_defconfig" | 26 | UBOOT_MACHINE = "j721s2_evm_a72_defconfig" |
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf index e1443ef5..3940a95f 100644 --- a/meta-ti-bsp/conf/machine/j784s4-evm.conf +++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf | |||
@@ -23,6 +23,7 @@ KERNEL_DEVICETREE = " \ | |||
23 | ti/k3-j784s4-evm-quad-port-eth-exp1.dtbo \ | 23 | ti/k3-j784s4-evm-quad-port-eth-exp1.dtbo \ |
24 | ti/k3-j784s4-evm-usxgmii-exp1-exp2.dtbo \ | 24 | ti/k3-j784s4-evm-usxgmii-exp1-exp2.dtbo \ |
25 | ti/k3-j784s4-evm.dtb \ | 25 | ti/k3-j784s4-evm.dtb \ |
26 | ti/k3-j721s2-evm-ub954.dtbo \ | ||
26 | " | 27 | " |
27 | 28 | ||
28 | UBOOT_MACHINE = "j784s4_evm_a72_defconfig" | 29 | UBOOT_MACHINE = "j784s4_evm_a72_defconfig" |