summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62xxsip-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/am62xxsip-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/am62xxsip-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index dc4f3b77..b3bda44a 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -4,7 +4,11 @@
4 4
5require conf/machine/include/am62xx.inc 5require conf/machine/include/am62xx.inc
6 6
7KERNEL_DEVICETREE_PREFIX = "ti/k3-am625" 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am625 \
9 ti/k3-am62x-sk-csi2 \
10 ti/k3-am62x-sk-hdmi \
11"
8 12
9KERNEL_DEVICETREE = " \ 13KERNEL_DEVICETREE = " \
10 ti/k3-am625-sk.dtb \ 14 ti/k3-am625-sk.dtb \