diff mbox series

[meta-ti,scarthgap] 1/2 conf: machine: Include MCSPI overlay for am62p and am62 LP

Message ID 20251014200702.933617-1-jm@ti.com
State New
Headers show
Series [meta-ti,scarthgap] 1/2 conf: machine: Include MCSPI overlay for am62p and am62 LP | expand

Commit Message

Judith Mendez Oct. 14, 2025, 8:07 p.m. UTC
MCSPI overlay can be used for all am62* SK boards as well as
am62p SK, so include the overlay for am62p and am62 LP SK builds
since it is not included in the default configuration.

Signed-off-by: Judith Mendez <jm@ti.com>
---
 meta-ti-bsp/conf/machine/am62pxx-evm.conf   | 1 +
 meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 1 +
 2 files changed, 2 insertions(+)

Comments

PRC Automation Oct. 14, 2025, 8:10 p.m. UTC | #1
meta-ti / na / 20251014200702.933617-1-jm

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][scarthgap][PATCH] 1/2 conf: machine: Include MCSPI overlay for am62p and am62 LP
    WARN: You should be adding dtb files to KERNEL_DEVICETREE_PREFIX and not KERNEL_DEVICETREE (KERNEL-DEVICETREE-1)
        patch:76
            +    ti/k3-am62x-sk-mcspi-loopback.dtbo \
    
    WARN: You should be adding dtb files to KERNEL_DEVICETREE_PREFIX and not KERNEL_DEVICETREE (KERNEL-DEVICETREE-1)
        patch:88
            +    ti/k3-am62x-sk-mcspi-loopback.dtbo \
    
    WARN: Commit message does not include file/recipe name: 1/2 conf: machine: Include MCSPI overlay for am62p and am62 LP. (COMMIT-MESSAGE-2)
        patch
    
    WARN: Commit message should not include directory path to recipe: 1/2 conf: machine: Include MCSPI overlay for am62p and am62 LP.
              conf:
              machine: (COMMIT-MESSAGE-3)
        patch



=========================================================
  apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-ti][scarthgap][PATCH] 1/2 conf: machine: Include MCSPI overlay for am62p and am62 LP
- Submitter: From: Judith Mendez <jm@ti.com>
- Date: Date: Tue, 14 Oct 2025 15:07:01 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 5f5a425ac346395afd7b188e8a17f29056d72ed7

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap-wip
- Commit Author: Andrew Davis <afd@ti.com>
- Commit Subject: meta-ti-extras: dsptop: Explicitly allow build for AM57x
- Commit SHA: c8c3142da3517745c28232b4c910988235c721b0

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



=========================================================
  check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
index a923d3e9..8a3747f8 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
@@ -18,6 +18,7 @@  KERNEL_DEVICETREE = " \
     ti/k3-am62x-sk-csi2-ov5640.dtbo \
     ti/k3-am62x-sk-csi2-tevi-ov5640.dtbo \
     ti/k3-am62x-sk-hdmi-audio.dtbo \
+    ti/k3-am62x-sk-mcspi-loopback.dtbo \
 "
 
 FIT_CONF_DEFAULT_DTB = "ti/k3-am62p5-sk.dtb"
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index 78bca1ab..d34801f2 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -20,6 +20,7 @@  KERNEL_DEVICETREE = " \
     ti/k3-am62-lp-sk.dtb \
     ti/k3-am625-sk.dtb \
     ti/k3-am62x-sk-hdmi-audio.dtbo \
+    ti/k3-am62x-sk-mcspi-loopback.dtbo \
 "
 
 FIT_CONF_DEFAULT_DTB = "ti/k3-am62-lp-sk.dtb"