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

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

Commit Message

Ryan Eatmon May 13, 2022, 4:51 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(-)

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"