All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/dunfell][PATCH] conf: machine: j721s2: Fix DTB overlay extension for OV5640
@ 2023-01-25  8:01 Sinthu Raja
  2023-01-25 23:18 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Sinthu Raja @ 2023-01-25  8:01 UTC (permalink / raw)
  To: reatmon, denys, detheridge; +Cc: meta-ti, Sinthu Raja

From: Sinthu Raja <sinthu.raja@ti.com>

The extension for the OV5640 overlay is incorrect. Therefore, update the
correct extension to build the overlay as .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>
---
 conf/machine/j721s2-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf
index 8d3f8db8..488a1140 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 \
-- 
2.36.1



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

end of thread, other threads:[~2023-01-26  5:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25  8:01 [meta-ti][master/dunfell][PATCH] conf: machine: j721s2: Fix DTB overlay extension for OV5640 Sinthu Raja
2023-01-25 23:18 ` Denys Dmytriyenko
2023-01-26  5:45   ` Sinthu Raja M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.