summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2023-11-08 10:04:37 -0600
committerRyan Eatmon <reatmon@ti.com>2023-11-09 08:14:26 -0600
commit4d4d71ac634d5179fbd664b069d2899feab52d55 (patch)
treeca20006555a8513ea523e27c566f9fabef7e9faf
parent24b5a07d26909165398a1b675941d410398e6ca5 (diff)
downloadmeta-ti-4d4d71ac634d5179fbd664b069d2899feab52d55.tar.gz
conf: machine: am62*: extend picking common overlays by prefix
commit f5851386 ("conf: machine: am62*: Pick common overlays by prefix") picks common HDMI and CSI overlays for am62 platform variants. Adding capability to extend the same prefix for common overlays for applicable am62 platforms in more generic way to include new mcan overlays added [1] [1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/?&id=3b01c392627f given the differences in SK-AM62-LP containing B2B HDMI Samtec connector, just added the kernel prefix to pick common mcan overlay. for am62pxx: It has 4 MCANs vs all other am62xx devices have 3 MCANs, hence keeping this prefix seperate for am62pxx to pick right overlay. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Jai Luthra <j-luthra@ti.com> Reviewed-by: Judith Mendez <jm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm.conf3
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm.conf3
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf3
4 files changed, 4 insertions, 6 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf
index ef60e9d1..22f61401 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf
@@ -6,8 +6,7 @@ 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 \ 9 ti/k3-am62x-sk \
10 ti/k3-am62x-sk-hdmi \
11 ti/k3-fpdlink \ 10 ti/k3-fpdlink \
12" 11"
13 12
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
index b60ba156..fadbc6f4 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -7,8 +7,7 @@ require conf/machine/include/ti-extras.inc
7 7
8KERNEL_DEVICETREE_PREFIX = " \ 8KERNEL_DEVICETREE_PREFIX = " \
9 ti/k3-am625 \ 9 ti/k3-am625 \
10 ti/k3-am62x-sk-csi2 \ 10 ti/k3-am62x-sk \
11 ti/k3-am62x-sk-hdmi \
12" 11"
13 12
14KERNEL_DEVICETREE = " \ 13KERNEL_DEVICETREE = " \
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index 0d2f89ca..afa5e061 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -8,6 +8,7 @@ KERNEL_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 ti/k3-am62x-sk-hdmi \
11 ti/k3-am62x-sk-mcan \
11" 12"
12 13
13KERNEL_DEVICETREE = " \ 14KERNEL_DEVICETREE = " \
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index b3bda44a..b5dd18f1 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -6,8 +6,7 @@ require conf/machine/include/am62xx.inc
6 6
7KERNEL_DEVICETREE_PREFIX = " \ 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am625 \ 8 ti/k3-am625 \
9 ti/k3-am62x-sk-csi2 \ 9 ti/k3-am62x-sk \
10 ti/k3-am62x-sk-hdmi \
11" 10"
12 11
13KERNEL_DEVICETREE = " \ 12KERNEL_DEVICETREE = " \