summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJai Luthra <j-luthra@ti.com>2024-02-29 13:42:01 +0530
committerRyan Eatmon <reatmon@ti.com>2024-02-29 09:02:52 -0600
commit4768f79792c0f8ad5a249eb315c03d5bd777aa05 (patch)
tree6ba1819f2175a9b1a5a137ee66fc0826b9091d3a
parent35e9ea852f5dc9ccb2a87903dfb05bebf84cebfa (diff)
downloadmeta-ti-4768f79792c0f8ad5a249eb315c03d5bd777aa05.tar.gz
conf: machine: am62axx: Pick overlays for V3Link cameras
The new V3Link camera fusion board [1] comes with a CSI to FPDLink serializer board, which allows interfacing multiple 22-pin FFC compatible sensors with SK-AM62A. Currently overlays for interfacing IMX219 sensor with V3Link are built as part of the TI linux kernel, so pick these in the BSP filesystem. [1]: https://www.arducam.com/fpd-link-3-cameras/ Signed-off-by: Jai Luthra <j-luthra@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf
index 22f61401..238718d0 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf
@@ -8,6 +8,7 @@ KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am62a7 \ 8 ti/k3-am62a7 \
9 ti/k3-am62x-sk \ 9 ti/k3-am62x-sk \
10 ti/k3-fpdlink \ 10 ti/k3-fpdlink \
11 ti/k3-v3link \
11" 12"
12 13
13KERNEL_DEVICETREE = " \ 14KERNEL_DEVICETREE = " \