All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][scarthgap][PATCH] conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX
@ 2025-02-11  5:55 Anurag Dutta
  2025-02-11 20:27 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Anurag Dutta @ 2025-02-11  5:55 UTC (permalink / raw)
  To: reatmon, denys; +Cc: u-kumar1, meta-ti, c-shilwant, a-limaye

Currently, the overlay mentioned in KERNEL_DEVICETREE_PREFIX in case
of j722s is "k3-j7200-evm-mcspi-loopback" which is incorrect. Change
the overlay to "k3-am625-sk-mcspi-loopback.dtso" in order to carry
out SPI loopback tests successfully.

Fixes: 13b691a9bc2d ("conf: machine: j722s: Add overlay to
KERNEL_DEVICETREE_PREFIX")

Signed-off-by: Anurag Dutta <a-dutta@ti.com>
---

Test link: https://gist.github.com/anuragdutta731/f93908b31d524ff0c52c3fd314449948

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

diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf
index 8f42866c..52a6cfbd 100644
--- a/meta-ti-bsp/conf/machine/j722s-evm.conf
+++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
@@ -7,7 +7,7 @@ require conf/machine/include/j722s.inc
 KERNEL_DEVICETREE_PREFIX = " \
     ti/k3-j722s \
     ti/k3-fpdlink \
-    ti/k3-j7200-evm-mcspi-loopback \
+    ti/k3-am625-sk-mcspi-loopback \
     ti/k3-v3link \
 "
 
-- 
2.34.1



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

* Re: [meta-ti][scarthgap][PATCH] conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX
  2025-02-11  5:55 [meta-ti][scarthgap][PATCH] conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX Anurag Dutta
@ 2025-02-11 20:27 ` Denys Dmytriyenko
  2025-02-17  5:27   ` Dutta, Anurag
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2025-02-11 20:27 UTC (permalink / raw)
  To: a-dutta; +Cc: reatmon, denys, u-kumar1, meta-ti, c-shilwant, a-limaye

Is it really scarthgap-specific?


On Tue, Feb 11, 2025 at 11:25:30AM +0530, Anurag Dutta via lists.yoctoproject.org wrote:
> Currently, the overlay mentioned in KERNEL_DEVICETREE_PREFIX in case
> of j722s is "k3-j7200-evm-mcspi-loopback" which is incorrect. Change
> the overlay to "k3-am625-sk-mcspi-loopback.dtso" in order to carry
> out SPI loopback tests successfully.
> 
> Fixes: 13b691a9bc2d ("conf: machine: j722s: Add overlay to
> KERNEL_DEVICETREE_PREFIX")
> 
> Signed-off-by: Anurag Dutta <a-dutta@ti.com>
> ---
> 
> Test link: https://gist.github.com/anuragdutta731/f93908b31d524ff0c52c3fd314449948
> 
>  meta-ti-bsp/conf/machine/j722s-evm.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf
> index 8f42866c..52a6cfbd 100644
> --- a/meta-ti-bsp/conf/machine/j722s-evm.conf
> +++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
> @@ -7,7 +7,7 @@ require conf/machine/include/j722s.inc
>  KERNEL_DEVICETREE_PREFIX = " \
>      ti/k3-j722s \
>      ti/k3-fpdlink \
> -    ti/k3-j7200-evm-mcspi-loopback \
> +    ti/k3-am625-sk-mcspi-loopback \
>      ti/k3-v3link \
>  "
>  
> -- 
> 2.34.1


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

* Re: [meta-ti][scarthgap][PATCH] conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX
  2025-02-11 20:27 ` Denys Dmytriyenko
@ 2025-02-17  5:27   ` Dutta, Anurag
  2025-02-17 15:20     ` Ryan Eatmon
  0 siblings, 1 reply; 4+ messages in thread
From: Dutta, Anurag @ 2025-02-17  5:27 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: reatmon, denys, u-kumar1, meta-ti, c-shilwant, a-limaye


On 12-02-2025 01:57, Denys Dmytriyenko wrote:
> Is it really scarthgap-specific?
Yes, this patch is scarthgap-specific because overlays are not upstreamed.
>
> On Tue, Feb 11, 2025 at 11:25:30AM +0530, Anurag Dutta via lists.yoctoproject.org wrote:
>> Currently, the overlay mentioned in KERNEL_DEVICETREE_PREFIX in case
>> of j722s is "k3-j7200-evm-mcspi-loopback" which is incorrect. Change
>> the overlay to "k3-am625-sk-mcspi-loopback.dtso" in order to carry
>> out SPI loopback tests successfully.
>>
>> Fixes: 13b691a9bc2d ("conf: machine: j722s: Add overlay to
>> KERNEL_DEVICETREE_PREFIX")
>>
>> Signed-off-by: Anurag Dutta <a-dutta@ti.com>
>> ---
>>
>> Test link: https://gist.github.com/anuragdutta731/f93908b31d524ff0c52c3fd314449948
>>
>>   meta-ti-bsp/conf/machine/j722s-evm.conf | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf
>> index 8f42866c..52a6cfbd 100644
>> --- a/meta-ti-bsp/conf/machine/j722s-evm.conf
>> +++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
>> @@ -7,7 +7,7 @@ require conf/machine/include/j722s.inc
>>   KERNEL_DEVICETREE_PREFIX = " \
>>       ti/k3-j722s \
>>       ti/k3-fpdlink \
>> -    ti/k3-j7200-evm-mcspi-loopback \
>> +    ti/k3-am625-sk-mcspi-loopback \
>>       ti/k3-v3link \
>>   "
>>   
>> -- 
>> 2.34.1


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

* Re: [meta-ti][scarthgap][PATCH] conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX
  2025-02-17  5:27   ` Dutta, Anurag
@ 2025-02-17 15:20     ` Ryan Eatmon
  0 siblings, 0 replies; 4+ messages in thread
From: Ryan Eatmon @ 2025-02-17 15:20 UTC (permalink / raw)
  To: Dutta, Anurag, Denys Dmytriyenko
  Cc: denys, u-kumar1, meta-ti, c-shilwant, a-limaye



On 2/16/2025 11:27 PM, Dutta, Anurag wrote:
> 
> On 12-02-2025 01:57, Denys Dmytriyenko wrote:
>> Is it really scarthgap-specific?
> Yes, this patch is scarthgap-specific because overlays are not upstreamed.

scarthgap and master are just two branches for the yocto project.  This 
has nothing to do with the upstream kernel.  I already applied this 
patch to master as well.  But in the future, this kind of patch should 
be made for both the current LTS and the master branch.


>> On Tue, Feb 11, 2025 at 11:25:30AM +0530, Anurag Dutta via 
>> lists.yoctoproject.org wrote:
>>> Currently, the overlay mentioned in KERNEL_DEVICETREE_PREFIX in case
>>> of j722s is "k3-j7200-evm-mcspi-loopback" which is incorrect. Change
>>> the overlay to "k3-am625-sk-mcspi-loopback.dtso" in order to carry
>>> out SPI loopback tests successfully.
>>>
>>> Fixes: 13b691a9bc2d ("conf: machine: j722s: Add overlay to
>>> KERNEL_DEVICETREE_PREFIX")
>>>
>>> Signed-off-by: Anurag Dutta <a-dutta@ti.com>
>>> ---
>>>
>>> Test link: 
>>> https://gist.github.com/anuragdutta731/f93908b31d524ff0c52c3fd314449948
>>>
>>>   meta-ti-bsp/conf/machine/j722s-evm.conf | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf 
>>> b/meta-ti-bsp/conf/machine/j722s-evm.conf
>>> index 8f42866c..52a6cfbd 100644
>>> --- a/meta-ti-bsp/conf/machine/j722s-evm.conf
>>> +++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
>>> @@ -7,7 +7,7 @@ require conf/machine/include/j722s.inc
>>>   KERNEL_DEVICETREE_PREFIX = " \
>>>       ti/k3-j722s \
>>>       ti/k3-fpdlink \
>>> -    ti/k3-j7200-evm-mcspi-loopback \
>>> +    ti/k3-am625-sk-mcspi-loopback \
>>>       ti/k3-v3link \
>>>   "
>>> -- 
>>> 2.34.1

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


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

end of thread, other threads:[~2025-02-17 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-11  5:55 [meta-ti][scarthgap][PATCH] conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX Anurag Dutta
2025-02-11 20:27 ` Denys Dmytriyenko
2025-02-17  5:27   ` Dutta, Anurag
2025-02-17 15:20     ` 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.