From 4768f79792c0f8ad5a249eb315c03d5bd777aa05 Mon Sep 17 00:00:00 2001 From: Jai Luthra Date: Thu, 29 Feb 2024 13:42:01 +0530 Subject: 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 Acked-by: Chirag Shilwant Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62axx-evm.conf | 1 + 1 file changed, 1 insertion(+) 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 = " \ ti/k3-am62a7 \ ti/k3-am62x-sk \ ti/k3-fpdlink \ + ti/k3-v3link \ " KERNEL_DEVICETREE = " \ -- cgit v1.2.3-54-g00ecf