[meta-ti,dunfell] conf: machine: am62xx Fix overlay extension

Message ID 20220513165509.14281-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,dunfell] conf: machine: am62xx Fix overlay extension | expand

Commit Message

Ryan Eatmon May 13, 2022, 4:55 p.m. UTC
The file extension for the overlay needs to be .dtbo.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 conf/machine/am62xx-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bajjuri, Praneeth May 13, 2022, 7:15 p.m. UTC | #1
On 5/13/2022 11:55 AM, Ryan Eatmon wrote:
> The file extension for the overlay needs to be .dtbo.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>

Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>


> ---
>   conf/machine/am62xx-evm.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf
> index 44f46d78..195cb90c 100644
> --- a/conf/machine/am62xx-evm.conf
> +++ b/conf/machine/am62xx-evm.conf
> @@ -8,7 +8,7 @@ MACHINE_FEATURES += "gpu"
>   
>   KERNEL_DEVICETREE = " \
>       ti/k3-am625-sk.dtb \
> -    ti/k3-am625-sk-csi2-ov5640.dtb \
> +    ti/k3-am625-sk-csi2-ov5640.dtbo \
>   "
>   
>   UBOOT_MACHINE = "am62x_evm_a53_defconfig"

Patch

diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf
index 44f46d78..195cb90c 100644
--- a/conf/machine/am62xx-evm.conf
+++ b/conf/machine/am62xx-evm.conf
@@ -8,7 +8,7 @@  MACHINE_FEATURES += "gpu"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am625-sk.dtb \
-    ti/k3-am625-sk-csi2-ov5640.dtb \
+    ti/k3-am625-sk-csi2-ov5640.dtbo \
 "
 
 UBOOT_MACHINE = "am62x_evm_a53_defconfig"