diff mbox series

[meta-ti,scarthgap,v3] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX

Message ID 20250210110247.6520-1-a-dutta@ti.com
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,scarthgap,v3] conf: machine: j722s: Add overlay to KERNEL_DEVICETREE_PREFIX | expand

Commit Message

Dutta, Anurag Feb. 10, 2025, 11:02 a.m. UTC
Add the overlay "k3-am625-sk-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>
---

v3: Changelog:
1) Correction in changes

Link to v2: https://lore.kernel.org/all/20250210080101.75507-1-a-dutta@ti.com/

v2: Changelog:
1) Added the correct branch
2) Added the correct overlay with test results

Link to v1: https://lore.kernel.org/all/20250205073251.42414-1-a-dutta@ti.com/

Test_link: https://gist.github.com/anuragdutta731/f93908b31d524ff0c52c3fd314449948

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

Comments

Kumar, Udit Feb. 10, 2025, 1:35 p.m. UTC | #1
On 2/10/2025 4:32 PM, Anurag Dutta wrote:
> Add the overlay "k3-am625-sk-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>
> ---
>
> v3: Changelog:
> 1) Correction in changes
>
> Link to v2: https://lore.kernel.org/all/20250210080101.75507-1-a-dutta@ti.com/
>
> v2: Changelog:
> 1) Added the correct branch
> 2) Added the correct overlay with test results


Reviewed-by: Udit Kumar <u-kumar1@ti.com>


> Link to v1: https://lore.kernel.org/all/20250205073251.42414-1-a-dutta@ti.com/
>
> Test_link: https://gist.github.com/anuragdutta731/f93908b31d524ff0c52c3fd314449948
>
>   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..52a6cfbd 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-am625-sk-mcspi-loopback \
>       ti/k3-v3link \
>   "
>
Ryan Eatmon Feb. 10, 2025, 2:47 p.m. UTC | #2
This patch will not apply as the first version of the patch was already 
accepted and promoted last week.  You really need to check the main prod 
branches before sending v2 and v3.


On 2/10/2025 5:02 AM, Anurag Dutta wrote:
> Add the overlay "k3-am625-sk-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>
> ---
> 
> v3: Changelog:
> 1) Correction in changes
> 
> Link to v2: https://lore.kernel.org/all/20250210080101.75507-1-a-dutta@ti.com/
> 
> v2: Changelog:
> 1) Added the correct branch
> 2) Added the correct overlay with test results
> 
> Link to v1: https://lore.kernel.org/all/20250205073251.42414-1-a-dutta@ti.com/
> 
> Test_link: https://gist.github.com/anuragdutta731/f93908b31d524ff0c52c3fd314449948
> 
>   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..52a6cfbd 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-am625-sk-mcspi-loopback \
>       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..52a6cfbd 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-am625-sk-mcspi-loopback \
     ti/k3-v3link \
 "