diff mbox series

[meta-ti,dunfell] conf: machine: am62axx: Add camera overlays for AM62A SK

Message ID 20230104100958.31125-1-j-luthra@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,dunfell] conf: machine: am62axx: Add camera overlays for AM62A SK | expand

Commit Message

Jai Luthra Jan. 4, 2023, 10:09 a.m. UTC
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>
---
 conf/machine/am62axx-evm.conf | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/conf/machine/am62axx-evm.conf b/conf/machine/am62axx-evm.conf
index 4eb179f3..897d2278 100644
--- a/conf/machine/am62axx-evm.conf
+++ b/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"