From 1ab0aec473ec353cd67443af8c5cbe8a7df23b8b Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Mon, 2 May 2022 14:51:15 +0000 Subject: [PATCH] conf: machine: am62xx Add missing dtbo file Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay. Signed-off-by: Ryan Eatmon Reviewed-by: Praneeth Bajjuri Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62xx-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf index eb1563f8..44f46d78 100644 --- a/meta-ti-bsp/conf/machine/am62xx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf @@ -8,6 +8,7 @@ MACHINE_FEATURES += "gpu" KERNEL_DEVICETREE = " \ ti/k3-am625-sk.dtb \ + ti/k3-am625-sk-csi2-ov5640.dtb \ " UBOOT_MACHINE = "am62x_evm_a53_defconfig"