diff options
author | Rishikesh Donadkar <r-donadkar@ti.com> | 2024-11-21 20:41:47 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-11-21 09:41:02 -0600 |
commit | c27866c485292ff6893c468adafaa70967dd43d4 (patch) | |
tree | 7dfdcc439a7f7a085242b5a27a7a711dbc741459 | |
parent | b0a56662ae6aaee0a4fcf12c7072244e24155e71 (diff) | |
download | meta-ti-c27866c485292ff6893c468adafaa70967dd43d4.tar.gz |
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 <r-donadkar@ti.com>
Acked-by: Chirag Shilwant <c-shilwant@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/am62pxx-evm.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
10 | ti/k3-am62x-sk-csi2 \ | 10 | ti/k3-am62x-sk-csi2 \ |
11 | ti/k3-am62x-sk-hdmi \ | 11 | ti/k3-am62x-sk-hdmi \ |
12 | ti/k3-am62x-sk-lpm \ | 12 | ti/k3-am62x-sk-lpm \ |
13 | ti/k3-v3link \ | ||
13 | " | 14 | " |
14 | 15 | ||
15 | KERNEL_DEVICETREE = " \ | 16 | KERNEL_DEVICETREE = " \ |