diff mbox series

[kirkstone,28/54] conf: machine: am62axx: Add camera overlays for AM62A SK

Message ID 20230320033840.1193963-29-denis@denix.org
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series 2023.03 sync up with Dunfell | expand

Commit Message

Denys Dmytriyenko March 20, 2023, 3:38 a.m. UTC
From: Jai Luthra <j-luthra@ti.com>

Add the following overlay files on AM62A SK:

1. Fusion board (For FPDLink-III cameras)
2. OV2312 FPDLink camera module
3. IMX219 RPi-compatible camera module

Signed-off-by: Jai Luthra <j-luthra@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/am62axx-evm.conf | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf
index 5e11d19b..12492095 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf
@@ -6,6 +6,12 @@  require conf/machine/include/am62axx.inc
 
 KERNEL_DEVICETREE = " \
     ti/k3-am62a7-sk.dtb \
+    ti/k3-am62a7-fpdlink-ov2312-0-0.dtbo \
+    ti/k3-am62a7-fpdlink-ov2312-0-1.dtbo \
+    ti/k3-am62a7-fpdlink-ov2312-0-2.dtbo \
+    ti/k3-am62a7-fpdlink-ov2312-0-3.dtbo \
+    ti/k3-am62a7-fpdlink-sk-fusion.dtbo \
+    ti/k3-am62a7-sk-csi2-imx219.dtbo \
 "
 
 UBOOT_MACHINE = "am62ax_evm_a53_defconfig"