From b5523559e61116526f4594ea44a7eef1a16a7b45 Mon Sep 17 00:00:00 2001 From: Judith Mendez Date: Thu, 23 Oct 2025 15:25:42 -0500 Subject: 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 a923d3e9..1202450a 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 78bca1ab..e1184199 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 \ " -- cgit v1.2.3-54-g00ecf