meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-ti][dunfell][PATCH] conf: machine: am62xx Fix overlay extension
@ 2022-05-13 16:55 Ryan Eatmon
  2022-05-13 19:15 ` Bajjuri, Praneeth
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2022-05-13 16:55 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

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(-)

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"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-ti][dunfell][PATCH] conf: machine: am62xx Fix overlay extension
  2022-05-13 16:55 [meta-ti][dunfell][PATCH] conf: machine: am62xx Fix overlay extension Ryan Eatmon
@ 2022-05-13 19:15 ` Bajjuri, Praneeth
  0 siblings, 0 replies; 2+ messages in thread
From: Bajjuri, Praneeth @ 2022-05-13 19:15 UTC (permalink / raw)
  To: Ryan Eatmon, Denys Dmytriyenko, meta-ti



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"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-13 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 16:55 [meta-ti][dunfell][PATCH] conf: machine: am62xx Fix overlay extension Ryan Eatmon
2022-05-13 19:15 ` Bajjuri, Praneeth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).