summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62axx-evm.conf
diff options
context:
space:
mode:
authorJai Luthra <j-luthra@ti.com>2023-10-27 20:58:36 +0530
committerRyan Eatmon <reatmon@ti.com>2023-10-27 15:01:23 -0500
commitbe691a1826cd3a242051d7daeb227bd1d639af36 (patch)
tree1c7902c4ad926f0bb576a2508bba8e0043d2b5a3 /meta-ti-bsp/conf/machine/am62axx-evm.conf
parent26729b38d3890e2cf850e30ef1171f2fc2534043 (diff)
downloadmeta-ti-be691a1826cd3a242051d7daeb227bd1d639af36.tar.gz
conf: machine: am62*: Pick common overlays by prefix
SK boards of AM62 SoC family share peripheral expansions for camera and audio-over-HDMI. The HDMI bridge is common across all SK-AM62* boards. The CSI2 FFC camera connector is common across all except SK-AM62-LP which only has a B2B Samtec connector. As the kernel now uses the same prefix "k3-am62x-sk-" for the devicetree overlays for these peripherals, make sure we pick them by prefix for applicable boards. Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=b50ccab9e07c Link: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/?&id=0432df3d2ae7 Signed-off-by: Jai Luthra <j-luthra@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62axx-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf
index d5d60718..ef60e9d1 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf
@@ -6,6 +6,8 @@ require conf/machine/include/am62axx.inc
6 6
7KERNEL_DEVICETREE_PREFIX = " \ 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am62a7 \ 8 ti/k3-am62a7 \
9 ti/k3-am62x-sk-csi2 \
10 ti/k3-am62x-sk-hdmi \
9 ti/k3-fpdlink \ 11 ti/k3-fpdlink \
10" 12"
11 13