summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJai Luthra <j-luthra@ti.com>2023-03-20 04:12:17 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-20 16:45:07 -0500
commit54a2da6f3d9de7652c1f7a9f8dada011eab0f73e (patch)
tree750564bae31f8e3e48c3be89ea7cc8c27c1f451d
parent33777b980959b9e37e8b3a2cf5d55462851acd1a (diff)
downloadmeta-ti-54a2da6f3d9de7652c1f7a9f8dada011eab0f73e.tar.gz
conf: machine: am62axx: Add overlays for IMX390 cameras
IMX390 is a 2MP FPDLink-III raw camera. This sensor was originally targeted for J7-based devices, but AM62A can re-use the existing overlays. Both the CM and RCM type of modules are supported. As AM62A only has one CSI-RX port, we only use 4 out of the 8 total FPDLink ports on the fusion board. 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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf
index 12492095..9dcb6e55 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf
@@ -12,6 +12,14 @@ KERNEL_DEVICETREE = " \
12 ti/k3-am62a7-fpdlink-ov2312-0-3.dtbo \ 12 ti/k3-am62a7-fpdlink-ov2312-0-3.dtbo \
13 ti/k3-am62a7-fpdlink-sk-fusion.dtbo \ 13 ti/k3-am62a7-fpdlink-sk-fusion.dtbo \
14 ti/k3-am62a7-sk-csi2-imx219.dtbo \ 14 ti/k3-am62a7-sk-csi2-imx219.dtbo \
15 ti/k3-j721e-fpdlink-imx390-cm-0-0.dtbo \
16 ti/k3-j721e-fpdlink-imx390-cm-0-1.dtbo \
17 ti/k3-j721e-fpdlink-imx390-cm-0-2.dtbo \
18 ti/k3-j721e-fpdlink-imx390-cm-0-3.dtbo \
19 ti/k3-j721e-fpdlink-imx390-rcm-0-0.dtbo \
20 ti/k3-j721e-fpdlink-imx390-rcm-0-1.dtbo \
21 ti/k3-j721e-fpdlink-imx390-rcm-0-2.dtbo \
22 ti/k3-j721e-fpdlink-imx390-rcm-0-3.dtbo \
15" 23"
16 24
17UBOOT_MACHINE = "am62ax_evm_a53_defconfig" 25UBOOT_MACHINE = "am62ax_evm_a53_defconfig"