diff mbox series

conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX

Message ID 20250205073251.42414-1-a-dutta@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX | expand

Commit Message

Dutta, Anurag Feb. 5, 2025, 7:32 a.m. UTC
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(+)

Comments

Chirag Shilwant Feb. 5, 2025, 7:52 a.m. UTC | #1
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Kumar, Udit Feb. 8, 2025, 12:38 p.m. UTC | #2
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 \
>   "
>
Dutta, Anurag Feb. 10, 2025, 7:23 a.m. UTC | #3
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 \
>>   "
diff mbox series

Patch

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 \
 "