summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62xx-lp-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:02:09 -0500
commitf5851386dfdd0385652d56382ef0f29783aaa3e2 (patch)
tree51fc46a92d329c656569f158bc8eceeba43cf0cc /meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
parent8a528676191468b0d5ca56ca791ce73267223702 (diff)
downloadmeta-ti-f5851386dfdd0385652d56382ef0f29783aaa3e2.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/am62xx-lp-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index 5c235c29..0d2f89ca 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -7,6 +7,7 @@ require conf/machine/include/am62xx.inc
7KERNEL_DEVICETREE_PREFIX = " \ 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am62-lp \ 8 ti/k3-am62-lp \
9 ti/k3-am625-sk \ 9 ti/k3-am625-sk \
10 ti/k3-am62x-sk-hdmi \
10" 11"
11 12
12KERNEL_DEVICETREE = " \ 13KERNEL_DEVICETREE = " \