From ea340133728c8f64fa523bb2a6dd79e1fe0ab7d5 Mon Sep 17 00:00:00 2001 From: Judith Mendez Date: Thu, 23 Oct 2025 15:25:42 -0500 Subject: [PATCH] conf: machine: Include MCSPI overlay for am62p and am62 LP 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62pxx-evm.conf | 1 + meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf index 08bc2cf4..fd5f269a 100644 --- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf @@ -9,6 +9,7 @@ KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62x-sk-csi2 \ ti/k3-am62x-sk-hdmi \ ti/k3-am62x-sk-lpm \ + ti/k3-am62x-sk-mcspi-loopback \ ti/k3-v3link \ " diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf index bbc9dfd6..b24b0772 100644 --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf @@ -12,6 +12,7 @@ KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62x-sk-hdmi \ ti/k3-am62x-sk-lpm \ ti/k3-am62x-sk-mcan \ + ti/k3-am62x-sk-mcspi-loopback \ ti/k3-am62x-sk-pwm \ "