diff options
author | Jai Luthra <j-luthra@ti.com> | 2023-03-20 04:12:15 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-20 16:45:07 -0500 |
commit | 4c79989bf54ed33018da74f3f90d1a5bdfac199c (patch) | |
tree | 9ce09e20800d4d4c7d43b4374129992e6ae86761 /meta-ti-bsp/conf | |
parent | a5f695cddd3ee978ed3aee200e017c13138705c3 (diff) | |
download | meta-ti-4c79989bf54ed33018da74f3f90d1a5bdfac199c.tar.gz |
conf: machine: am62axx: Add camera overlays for AM62A SK
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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am62axx-evm.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
6 | 6 | ||
7 | KERNEL_DEVICETREE = " \ | 7 | KERNEL_DEVICETREE = " \ |
8 | ti/k3-am62a7-sk.dtb \ | 8 | ti/k3-am62a7-sk.dtb \ |
9 | ti/k3-am62a7-fpdlink-ov2312-0-0.dtbo \ | ||
10 | ti/k3-am62a7-fpdlink-ov2312-0-1.dtbo \ | ||
11 | ti/k3-am62a7-fpdlink-ov2312-0-2.dtbo \ | ||
12 | ti/k3-am62a7-fpdlink-ov2312-0-3.dtbo \ | ||
13 | ti/k3-am62a7-fpdlink-sk-fusion.dtbo \ | ||
14 | ti/k3-am62a7-sk-csi2-imx219.dtbo \ | ||
9 | " | 15 | " |
10 | 16 | ||
11 | UBOOT_MACHINE = "am62ax_evm_a53_defconfig" | 17 | UBOOT_MACHINE = "am62ax_evm_a53_defconfig" |