From c27866c485292ff6893c468adafaa70967dd43d4 Mon Sep 17 00:00:00 2001 From: Rishikesh Donadkar Date: Thu, 21 Nov 2024 20:41:47 +0530 Subject: conf: machine: am62pxx: Pick overlays for V3Link cameras The V3Link camera fusion board [1] can be used to connect upto 4 OV5640 sensors to SK-AM62A. Overlays for interfacing OV5640 sensor with V3Link are built as part of the TI linux kernel. Pick these in the BSP filesystem. [1]: https://www.arducam.com/product/arducam-v3link-camera-kit-for-ti-development-boards/ Signed-off-by: Rishikesh Donadkar Acked-by: Chirag Shilwant --- meta-ti-bsp/conf/machine/am62pxx-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf index 676e64a4..bb3c34a3 100644 --- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf @@ -10,6 +10,7 @@ KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62x-sk-csi2 \ ti/k3-am62x-sk-hdmi \ ti/k3-am62x-sk-lpm \ + ti/k3-v3link \ " KERNEL_DEVICETREE = " \ -- cgit v1.2.3-54-g00ecf