[master,21/26] conf: machine: am62xx Add missing dtbo file

Message ID 20220502145120.726632-22-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series sync up with dunfell | expand

Commit Message

Denys Dmytriyenko May 2, 2022, 2:51 p.m. UTC
From: Ryan Eatmon <reatmon@ti.com>

Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/am62xx-evm.conf | 1 +
 1 file changed, 1 insertion(+)

Comments

Devarsh Thakkar May 13, 2022, 2:19 p.m. UTC | #1
On 02/05/22 20:21, Denys Dmytriyenko wrote:
> From: Ryan Eatmon <reatmon@ti.com>
>
> Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay.
>
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
>  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 \
>  "
I think, this should have been compiled and packaged as dtbo instead of dtb.
>  
>  UBOOT_MACHINE = "am62x_evm_a53_defconfig"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#14668): https://lists.yoctoproject.org/g/meta-ti/message/14668
> Mute This Topic: https://lists.yoctoproject.org/mt/90836882/6740599
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [devarsht@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

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"