1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Jai Luthra
2023-10-27 20:58:36 +05:30
committed by Ryan Eatmon
parent 8a52867619
commit f5851386df
5 changed files with 18 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ require conf/machine/include/am62axx.inc
KERNEL_DEVICETREE_PREFIX = " \
ti/k3-am62a7 \
ti/k3-am62x-sk-csi2 \
ti/k3-am62x-sk-hdmi \
ti/k3-fpdlink \
"

View File

@@ -4,7 +4,11 @@
require conf/machine/include/am62pxx.inc
KERNEL_DEVICETREE_PREFIX = "ti/k3-am62p5"
KERNEL_DEVICETREE_PREFIX = " \
ti/k3-am62p5 \
ti/k3-am62x-sk-csi2 \
ti/k3-am62x-sk-hdmi \
"
KERNEL_DEVICETREE = " \
ti/k3-am62p5-sk.dtb \

View File

@@ -5,7 +5,11 @@
require conf/machine/include/am62xx.inc
require conf/machine/include/ti-extras.inc
KERNEL_DEVICETREE_PREFIX = "ti/k3-am625"
KERNEL_DEVICETREE_PREFIX = " \
ti/k3-am625 \
ti/k3-am62x-sk-csi2 \
ti/k3-am62x-sk-hdmi \
"
KERNEL_DEVICETREE = " \
ti/k3-am625-sk.dtb \

View File

@@ -7,6 +7,7 @@ require conf/machine/include/am62xx.inc
KERNEL_DEVICETREE_PREFIX = " \
ti/k3-am62-lp \
ti/k3-am625-sk \
ti/k3-am62x-sk-hdmi \
"
KERNEL_DEVICETREE = " \

View File

@@ -4,7 +4,11 @@
require conf/machine/include/am62xx.inc
KERNEL_DEVICETREE_PREFIX = "ti/k3-am625"
KERNEL_DEVICETREE_PREFIX = " \
ti/k3-am625 \
ti/k3-am62x-sk-csi2 \
ti/k3-am62x-sk-hdmi \
"
KERNEL_DEVICETREE = " \
ti/k3-am625-sk.dtb \