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-24 14:08:17 -0500
commitb5523559e61116526f4594ea44a7eef1a16a7b45 (patch)
treeddc33050d4b2a754f8204e70ae745cdca0aa940a
parent406339d5cef282c49a834c89f5420fd638df9f58 (diff)
downloadmeta-ti-b5523559e61116526f4594ea44a7eef1a16a7b45.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 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 = " \
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 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 = " \
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