summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2025-10-23 15:25:42 -0500
committerRyan Eatmon <reatmon@ti.com>2025-10-27 14:23:31 -0500
commitea340133728c8f64fa523bb2a6dd79e1fe0ab7d5 (patch)
tree420b9883ba8fd4e352e1ec55d495e56afc651b30
parentcf1c4953752fa5978b70b23f0570a72c37247333 (diff)
downloadmeta-ti-ea340133728c8f64fa523bb2a6dd79e1fe0ab7d5.tar.gz
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 <jm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62pxx-evm.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm.conf1
2 files changed, 2 insertions, 0 deletions
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 = " \
9 ti/k3-am62x-sk-csi2 \ 9 ti/k3-am62x-sk-csi2 \
10 ti/k3-am62x-sk-hdmi \ 10 ti/k3-am62x-sk-hdmi \
11 ti/k3-am62x-sk-lpm \ 11 ti/k3-am62x-sk-lpm \
12 ti/k3-am62x-sk-mcspi-loopback \
12 ti/k3-v3link \ 13 ti/k3-v3link \
13" 14"
14 15
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 = " \
12 ti/k3-am62x-sk-hdmi \ 12 ti/k3-am62x-sk-hdmi \
13 ti/k3-am62x-sk-lpm \ 13 ti/k3-am62x-sk-lpm \
14 ti/k3-am62x-sk-mcan \ 14 ti/k3-am62x-sk-mcan \
15 ti/k3-am62x-sk-mcspi-loopback \
15 ti/k3-am62x-sk-pwm \ 16 ti/k3-am62x-sk-pwm \
16" 17"
17 18