diff mbox series

[meta-ti,dunfell,V2] conf: machine: j721s2: Fix DTB overlay extension for OV5640

Message ID 20230126120504.11845-1-sinthu.raja@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,dunfell,V2] conf: machine: j721s2: Fix DTB overlay extension for OV5640 | expand

Commit Message

Sinthu Raja M Jan. 26, 2023, 12:05 p.m. UTC
From: Sinthu Raja <sinthu.raja@ti.com>

The extension for OV5640 overlay is incorrect. Therefore, update the
correct extension to build the overlay with .dtbo

Fixes: f67e9805 ("conf: machine: j721s2: Add AM68 SK specific dtb and dtbo to KERNEL_DEVICETREE")
Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
---

Changes in V2:
=============
Address review comments
- Update $Subject, remove the master branch entry from the subject.

V1: https://patchwork.yoctoproject.org/project/ti/patch/20230125080136.8308-1-sinthu.raja@ti.com/

 conf/machine/j721s2-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf
index 1ed693c5..9fce4d59 100644
--- a/conf/machine/j721s2-evm.conf
+++ b/conf/machine/j721s2-evm.conf
@@ -14,7 +14,7 @@  OPTEE_K3_USART = "0x8"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am68-sk-base-board.dtb \
-    ti/k3-am68-sk-bb-csi2-ov5640.dtb \
+    ti/k3-am68-sk-bb-csi2-ov5640.dtbo \
     ti/k3-am68-sk-bb-rpi-cam-imx219.dtbo \
     ti/k3-am68-sk-som-ddr_mem_carveout.dtbo \
     ti/k3-j721s2-common-proc-board.dtb \