All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX
@ 2025-02-05  7:32 Anurag Dutta
  2025-02-05  7:52 ` [EXTERNAL] [meta-ti] " Chirag Shilwant
  2025-02-08 12:38 ` Kumar, Udit
  0 siblings, 2 replies; 4+ messages in thread
From: Anurag Dutta @ 2025-02-05  7:32 UTC (permalink / raw)
  To: reatmon, denys; +Cc: a-dutta, u-kumar1, meta-ti

Add the overlay "k3-j7200-evm-mcspi-loopback.dtso" to the j722s
configuration so that SPI loopback tests can be carried out
successfully.

Signed-off-by: Anurag Dutta <a-dutta@ti.com>
---
 meta-ti-bsp/conf/machine/j722s-evm.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf
index 2af0981e..8f42866c 100644
--- a/meta-ti-bsp/conf/machine/j722s-evm.conf
+++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
@@ -7,6 +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-v3link \
 "
 
-- 
2.34.1



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

* Re: [EXTERNAL] [meta-ti] [PATCH] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX
  2025-02-05  7:32 [PATCH] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX Anurag Dutta
@ 2025-02-05  7:52 ` Chirag Shilwant
  2025-02-08 12:38 ` Kumar, Udit
  1 sibling, 0 replies; 4+ messages in thread
From: Chirag Shilwant @ 2025-02-05  7:52 UTC (permalink / raw)
  To: a-dutta, reatmon, denys; +Cc: u-kumar1, meta-ti

Hi,

Is this intended for master, scarthgap or both?
as subject prefix doesn't mention the target branch.

meta-ti convention is - [meta-ti][branch-name/s][PATCH]

checkout [1] for more details


[1]: https://lists.yoctoproject.org/g/meta-ti/messages?dir=desc

--
Chirag

On 05/02/25 13:02, Anurag Dutta via lists.yoctoproject.org wrote:
> Add the overlay "k3-j7200-evm-mcspi-loopback. dtso" to the j722s 
> configuration so that SPI loopback tests can be carried out 
> successfully. Signed-off-by: Anurag Dutta <a-dutta@ ti. com> --- 
> meta-ti-bsp/conf/machine/j722s-evm. conf | 1 + 1
> ZjQcmQRYFpfptBannerStart
> This message was sent from outside of Texas Instruments.
> Do not click links or open attachments unless you recognize the source 
> of this email and know the content is safe.
> Report Suspicious
> <https://us-phishalarm-ewt.proofpoint.com/EWT/v1/G3vK!uFdqXRfP1m1bKqZk3LPDfOi2poL4OClMb3IQWBMLR7Hs_8vJrAjdbzKut0Ums3yL50vq-atYRdntACEuvn8$> 
>
> ZjQcmQRYFpfptBannerEnd
> Add the overlay "k3-j7200-evm-mcspi-loopback.dtso" to the j722s
> configuration so that SPI loopback tests can be carried out
> successfully.
>
> Signed-off-by: Anurag Dutta <a-dutta@ti.com>
> ---
>   meta-ti-bsp/conf/machine/j722s-evm.conf | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf
> index 2af0981e..8f42866c 100644
> --- a/meta-ti-bsp/conf/machine/j722s-evm.conf
> +++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
> @@ -7,6 +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-v3link \
>   "
>   
> -- 
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#18269): https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-ti/message/18269__;!!G3vK!XtFGvKLXQl7jW5WRVs4amySHOYw6_sWc6SMhtGivEXzjmIK_B73jrA36bkb9L3XfO2uMadFW88EobYYZAxz6mGJbpkp7WEEJ4A$
> Mute This Topic: https://urldefense.com/v3/__https://lists.yoctoproject.org/mt/111008641/7030289__;!!G3vK!XtFGvKLXQl7jW5WRVs4amySHOYw6_sWc6SMhtGivEXzjmIK_B73jrA36bkb9L3XfO2uMadFW88EobYYZAxz6mGJbpkqdnUHh5Q$
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-ti/unsub__;!!G3vK!XtFGvKLXQl7jW5WRVs4amySHOYw6_sWc6SMhtGivEXzjmIK_B73jrA36bkb9L3XfO2uMadFW88EobYYZAxz6mGJbpkqq16zQHQ$  [c-shilwant@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [PATCH] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX
  2025-02-05  7:32 [PATCH] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX Anurag Dutta
  2025-02-05  7:52 ` [EXTERNAL] [meta-ti] " Chirag Shilwant
@ 2025-02-08 12:38 ` Kumar, Udit
  2025-02-10  7:23   ` Dutta, Anurag
  1 sibling, 1 reply; 4+ messages in thread
From: Kumar, Udit @ 2025-02-08 12:38 UTC (permalink / raw)
  To: Anurag Dutta, reatmon, denys; +Cc: meta-ti, u-kumar1


On 2/5/2025 1:02 PM, Anurag Dutta wrote:
> Add the overlay "k3-j7200-evm-mcspi-loopback.dtso" to the j722s
> configuration so that SPI loopback tests can be carried out
> successfully.
>
> Signed-off-by: Anurag Dutta <a-dutta@ti.com>
> ---
>   meta-ti-bsp/conf/machine/j722s-evm.conf | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf b/meta-ti-bsp/conf/machine/j722s-evm.conf
> index 2af0981e..8f42866c 100644
> --- a/meta-ti-bsp/conf/machine/j722s-evm.conf
> +++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
> @@ -7,6 +7,7 @@ require conf/machine/include/j722s.inc
>   KERNEL_DEVICETREE_PREFIX = " \
>       ti/k3-j722s \
>       ti/k3-fpdlink \
> +    ti/k3-j7200-evm-mcspi-loopback \

How do you see, this loopback working,

AFAIK , this SOC does not have mcu_spi2 and main_spi4


>       ti/k3-v3link \
>   "
>   


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

* Re: [PATCH] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX
  2025-02-08 12:38 ` Kumar, Udit
@ 2025-02-10  7:23   ` Dutta, Anurag
  0 siblings, 0 replies; 4+ messages in thread
From: Dutta, Anurag @ 2025-02-10  7:23 UTC (permalink / raw)
  To: Kumar, Udit, reatmon, denys; +Cc: meta-ti


On 08-02-2025 18:08, Kumar, Udit wrote:
>
> On 2/5/2025 1:02 PM, Anurag Dutta wrote:
>> Add the overlay "k3-j7200-evm-mcspi-loopback.dtso" to the j722s
>> configuration so that SPI loopback tests can be carried out
>> successfully.
>>
>> Signed-off-by: Anurag Dutta <a-dutta@ti.com>
>> ---
>>   meta-ti-bsp/conf/machine/j722s-evm.conf | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta-ti-bsp/conf/machine/j722s-evm.conf 
>> b/meta-ti-bsp/conf/machine/j722s-evm.conf
>> index 2af0981e..8f42866c 100644
>> --- a/meta-ti-bsp/conf/machine/j722s-evm.conf
>> +++ b/meta-ti-bsp/conf/machine/j722s-evm.conf
>> @@ -7,6 +7,7 @@ require conf/machine/include/j722s.inc
>>   KERNEL_DEVICETREE_PREFIX = " \
>>       ti/k3-j722s \
>>       ti/k3-fpdlink \
>> +    ti/k3-j7200-evm-mcspi-loopback \
>
> How do you see, this loopback working,
>
> AFAIK , this SOC does not have mcu_spi2 and main_spi4

Mistake on my part. We will only use main_spi0 for loopback testing.
The correct dtso will be "ti/k3-am625-sk-mcspi-loopback.dtso".
Will send a v2 patch with test results.

>>       ti/k3-v3link \
>>   "


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

end of thread, other threads:[~2025-02-10  7:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05  7:32 [PATCH] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX Anurag Dutta
2025-02-05  7:52 ` [EXTERNAL] [meta-ti] " Chirag Shilwant
2025-02-08 12:38 ` Kumar, Udit
2025-02-10  7:23   ` Dutta, Anurag

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.