All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][kirkstone][PATCH v2] conf: machine: am57xx: export ov10635 camera device tree overlay
@ 2024-03-12 17:11 Udit Kumar
  2024-03-12 21:50 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Udit Kumar @ 2024-03-12 17:11 UTC (permalink / raw)
  To: meta-ti; +Cc: sbellary, sinthu.raja, reatmon, Udit Kumar


Signed-off-by: Udit Kumar <u-kumar1@ti.com>
---
Changelog:
Changes in v2:
1) Updated subject of patch
2) moved overlay to KERNEL_DEVICETREE_PREFIX
link to v1:
https://lore.kernel.org/all/20240311111359.1556157-1-u-kumar1@ti.com/

 meta-ti-bsp/conf/machine/am57xx-evm.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf
index 43a6a833..8bcf20ea 100644
--- a/meta-ti-bsp/conf/machine/am57xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf
@@ -10,6 +10,7 @@ SERIAL_CONSOLES = "115200;ttyS2"
 
 KERNEL_DEVICETREE_PREFIX = " \
     am57 \
+    ov10635 \
     ti/am57 \
     ti/lcd \
     ti/ov10635 \
-- 
2.34.1



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

* Re: [meta-ti][kirkstone][PATCH v2] conf: machine: am57xx: export ov10635 camera device tree overlay
  2024-03-12 17:11 [meta-ti][kirkstone][PATCH v2] conf: machine: am57xx: export ov10635 camera device tree overlay Udit Kumar
@ 2024-03-12 21:50 ` Denys Dmytriyenko
  2024-03-13  4:43   ` Kumar, Udit
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2024-03-12 21:50 UTC (permalink / raw)
  To: u-kumar1; +Cc: meta-ti, sbellary, sinthu.raja, reatmon

On Tue, Mar 12, 2024 at 10:41:32PM +0530, Udit Kumar via lists.yoctoproject.org wrote:
> 
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> ---
> Changelog:
> Changes in v2:
> 1) Updated subject of patch
> 2) moved overlay to KERNEL_DEVICETREE_PREFIX
> link to v1:
> https://lore.kernel.org/all/20240311111359.1556157-1-u-kumar1@ti.com/
> 
>  meta-ti-bsp/conf/machine/am57xx-evm.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf
> index 43a6a833..8bcf20ea 100644
> --- a/meta-ti-bsp/conf/machine/am57xx-evm.conf
> +++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf
> @@ -10,6 +10,7 @@ SERIAL_CONSOLES = "115200;ttyS2"
>  
>  KERNEL_DEVICETREE_PREFIX = " \
>      am57 \


> +    ov10635 \
>      ti/ov10635 \

What is the difference between these 2 entries? Which one is correct?

-- 
Denys


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

* Re: [meta-ti][kirkstone][PATCH v2] conf: machine: am57xx: export ov10635 camera device tree overlay
  2024-03-12 21:50 ` Denys Dmytriyenko
@ 2024-03-13  4:43   ` Kumar, Udit
  2024-03-14 18:30     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Kumar, Udit @ 2024-03-13  4:43 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti, sbellary, sinthu.raja, reatmon


On 3/13/2024 3:20 AM, Denys Dmytriyenko wrote:
> On Tue, Mar 12, 2024 at 10:41:32PM +0530, Udit Kumar via lists.yoctoproject.org wrote:
>> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
>> ---
>> Changelog:
>> Changes in v2:
>> 1) Updated subject of patch
>> 2) moved overlay to KERNEL_DEVICETREE_PREFIX
>> link to v1:
>> https://lore.kernel.org/all/20240311111359.1556157-1-u-kumar1@ti.com/
>>
>>   meta-ti-bsp/conf/machine/am57xx-evm.conf | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf
>> index 43a6a833..8bcf20ea 100644
>> --- a/meta-ti-bsp/conf/machine/am57xx-evm.conf
>> +++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf
>> @@ -10,6 +10,7 @@ SERIAL_CONSOLES = "115200;ttyS2"
>>   
>>   KERNEL_DEVICETREE_PREFIX = " \
>>       am57 \
>
>> +    ov10635 \
>>       ti/ov10635 \
> What is the difference between these 2 entries? Which one is correct?


Kernel 5.10 is hosting inside ti folder (arch/arm/boot/dts/ti/ov10635.dts)

whereas in 6.1 moved to base folder. (./arch/arm/boot/dts/ov10635.dtso)



>


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

* Re: [meta-ti][kirkstone][PATCH v2] conf: machine: am57xx: export ov10635 camera device tree overlay
  2024-03-13  4:43   ` Kumar, Udit
@ 2024-03-14 18:30     ` Denys Dmytriyenko
  2024-03-14 18:51       ` Ryan Eatmon
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2024-03-14 18:30 UTC (permalink / raw)
  To: Kumar, Udit; +Cc: meta-ti, sbellary, sinthu.raja, reatmon

On Wed, Mar 13, 2024 at 10:13:47AM +0530, Kumar, Udit wrote:
> 
> On 3/13/2024 3:20 AM, Denys Dmytriyenko wrote:
> >On Tue, Mar 12, 2024 at 10:41:32PM +0530, Udit Kumar via lists.yoctoproject.org wrote:
> >>Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> >>---
> >>Changelog:
> >>Changes in v2:
> >>1) Updated subject of patch
> >>2) moved overlay to KERNEL_DEVICETREE_PREFIX
> >>link to v1:
> >>https://lore.kernel.org/all/20240311111359.1556157-1-u-kumar1@ti.com/
> >>
> >>  meta-ti-bsp/conf/machine/am57xx-evm.conf | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >>diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf
> >>index 43a6a833..8bcf20ea 100644
> >>--- a/meta-ti-bsp/conf/machine/am57xx-evm.conf
> >>+++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf
> >>@@ -10,6 +10,7 @@ SERIAL_CONSOLES = "115200;ttyS2"
> >>  KERNEL_DEVICETREE_PREFIX = " \
> >>      am57 \
> >
> >>+    ov10635 \
> >>      ti/ov10635 \
> >What is the difference between these 2 entries? Which one is correct?
> 
> 
> Kernel 5.10 is hosting inside ti folder (arch/arm/boot/dts/ti/ov10635.dts)
> 
> whereas in 6.1 moved to base folder. (./arch/arm/boot/dts/ov10635.dtso)

There's no 5.10 kernel in meta-ti any more.

-- 
Denys


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

* Re: [meta-ti][kirkstone][PATCH v2] conf: machine: am57xx: export ov10635 camera device tree overlay
  2024-03-14 18:30     ` Denys Dmytriyenko
@ 2024-03-14 18:51       ` Ryan Eatmon
  0 siblings, 0 replies; 5+ messages in thread
From: Ryan Eatmon @ 2024-03-14 18:51 UTC (permalink / raw)
  To: Denys Dmytriyenko, Kumar, Udit; +Cc: meta-ti, sbellary, sinthu.raja


On 3/14/24 13:30, Denys Dmytriyenko wrote:
> On Wed, Mar 13, 2024 at 10:13:47AM +0530, Kumar, Udit wrote:
>> On 3/13/2024 3:20 AM, Denys Dmytriyenko wrote:
>>> On Tue, Mar 12, 2024 at 10:41:32PM +0530, Udit Kumar via lists.yoctoproject.org wrote:
>>>> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
>>>> ---
>>>> Changelog:
>>>> Changes in v2:
>>>> 1) Updated subject of patch
>>>> 2) moved overlay to KERNEL_DEVICETREE_PREFIX
>>>> link to v1:
>>>> https://lore.kernel.org/all/20240311111359.1556157-1-u-kumar1@ti.com/
>>>>
>>>>   meta-ti-bsp/conf/machine/am57xx-evm.conf | 1 +
>>>>   1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf
>>>> index 43a6a833..8bcf20ea 100644
>>>> --- a/meta-ti-bsp/conf/machine/am57xx-evm.conf
>>>> +++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf
>>>> @@ -10,6 +10,7 @@ SERIAL_CONSOLES = "115200;ttyS2"
>>>>   KERNEL_DEVICETREE_PREFIX = " \
>>>>       am57 \
>>>> +    ov10635 \
>>>>       ti/ov10635 \
>>> What is the difference between these 2 entries? Which one is correct?
>>
>> Kernel 5.10 is hosting inside ti folder (arch/arm/boot/dts/ti/ov10635.dts)
>>
>> whereas in 6.1 moved to base folder. (./arch/arm/boot/dts/ov10635.dtso)
> There's no 5.10 kernel in meta-ti any more.
>
That is very true.  I need to go through all of the machines and see if 
we can clean up anything as we move through the kernels. I'll take a 
note to do that next week.


-- 
Ryan Eatmon reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS



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

end of thread, other threads:[~2024-03-14 18:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12 17:11 [meta-ti][kirkstone][PATCH v2] conf: machine: am57xx: export ov10635 camera device tree overlay Udit Kumar
2024-03-12 21:50 ` Denys Dmytriyenko
2024-03-13  4:43   ` Kumar, Udit
2024-03-14 18:30     ` Denys Dmytriyenko
2024-03-14 18:51       ` Ryan Eatmon

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.