diff mbox series

[meta-ti,master/scarthgap] conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX

Message ID 20251112061742.2741418-1-a-dutta@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap] conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX | expand

Commit Message

Anurag Dutta Nov. 12, 2025, 6:17 a.m. UTC
Currently, the overlay mentioned in KERNEL_DEVICETREE_PREFIX in case
of j722s is "k3-am625-sk-mcspi-loopback" which is incorrect as it has
been renamed recently. Change the overlay to "k3-am62x-sk-mcspi-loopback"
in order to carry out SPI loopback tests successfully.

Fixes: 3b2097d72758 ("conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX")
Signed-off-by: Anurag Dutta <a-dutta@ti.com>
---
 meta-ti-bsp/conf/machine/j722s-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

PRC Automation Nov. 12, 2025, 6:20 a.m. UTC | #1
meta-ti / na / 20251112061742.2741418-1-a-dutta

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti] [master/scarthgap][PATCH] conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX
    WARN: Commit message does not include file/recipe name: conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX. (COMMIT-MESSAGE-2)
        patch
    
    WARN: Commit message should not include directory path to recipe: conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX.
              conf:
              machine: (COMMIT-MESSAGE-3)
        patch



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti] [master/scarthgap][PATCH] conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX
- Submitter: From: Anurag Dutta <a-dutta@ti.com>
- Date: Date: Wed, 12 Nov 2025 11:47:42 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: af223560400ec829df20cb10a61afe1257d0b9f3

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: check_yocto_rules: Add new exception for packagegroup-ti-core-initramfs.bbappend
- Commit SHA: 24fd5dc0935b9081280cbdae6fe0ed542c006039

Patches
----------------------------------------
All patches applied

scarthgap
=====================
Summary:
- Patch Series: [meta-ti] [master/scarthgap][PATCH] conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX
- Submitter: From: Anurag Dutta <a-dutta@ti.com>
- Date: Date: Wed, 12 Nov 2025 11:47:42 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: af223560400ec829df20cb10a61afe1257d0b9f3

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap-wip
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202511070802
- Commit SHA: 5b095d968eb225b72e44dc164683aa9157ec2b93

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS

scarthgap
=====================
PASS
Hari Prasath Nov. 12, 2025, 10:43 a.m. UTC | #2
On 12/11/25 11:47 am, Anurag Dutta wrote:
> Currently, the overlay mentioned in KERNEL_DEVICETREE_PREFIX in case
> of j722s is "k3-am625-sk-mcspi-loopback" which is incorrect as it has
> been renamed recently. Change the overlay to "k3-am62x-sk-mcspi-loopback"
> in order to carry out SPI loopback tests successfully.
> 
> Fixes: 3b2097d72758 ("conf: machine: j722s: Change overlay in KERNEL_DEVICETREE_PREFIX")
> Signed-off-by: Anurag Dutta <a-dutta@ti.com>

After confirming the renaming of overlay,

Acked-by: gehariprasath <gehariprasath@ti.com>

> ---
>   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 52a6cfbd..8d69a23e 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-am625-sk-mcspi-loopback \
> +    ti/k3-am62x-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 52a6cfbd..8d69a23e 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-am625-sk-mcspi-loopback \
+    ti/k3-am62x-sk-mcspi-loopback \
     ti/k3-v3link \
 "