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

* Re: [meta-ti][master/dunfell][PATCH] conf: machine: j721s2: Fix DTB overlay extension for OV5640
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2023-01-25 23:18 UTC (permalink / raw)
  To: sinthu.raja; +Cc: reatmon, denys, detheridge, meta-ti, Sinthu Raja

The only minor issue is that this only applies to dunfell and won't apply to 
master due to the layer restructure. Otherwise looks fine to me.


On Wed, Jan 25, 2023 at 01:31:36PM +0530, Sinthu Raja M via lists.yoctoproject.org wrote:
> 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	[flat|nested] 3+ messages in thread

* Re: [meta-ti][master/dunfell][PATCH] conf: machine: j721s2: Fix DTB overlay extension for OV5640
  2023-01-25 23:18 ` Denys Dmytriyenko
@ 2023-01-26  5:45   ` Sinthu Raja M
  0 siblings, 0 replies; 3+ messages in thread
From: Sinthu Raja M @ 2023-01-26  5:45 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: reatmon, denys, detheridge, meta-ti, Sinthu Raja

On Thu, Jan 26, 2023 at 4:48 AM Denys Dmytriyenko <denis@denix.org> wrote:
>
> The only minor issue is that this only applies to dunfell and won't apply to
> master due to the layer restructure. Otherwise looks fine to me.

I will send out a separate patch for the master branch. Do I need to
send another version with the subject change.

>
>
> On Wed, Jan 25, 2023 at 01:31:36PM +0530, Sinthu Raja M via https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.yoctoproject.org&c=E,1,XoeNd_k-NnR7e3sL9mgqs-1sBdpiQC_hgK0kbjqFH89ByeUNIYTa2JmcBHcgFGhAHBsUccnR5iW-EVLPrb7ko7KufCB8i29ZwW9tN1Cp&typo=1 wrote:
> > 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



--
With Regards
Sinthu Raja


^ permalink raw reply	[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.