[meta-arago][master][PATCH 1/2] conf: machine: am62a: Fix overlays in KERNEL_DEVICETREE_PREFIX
Judith Mendez <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
There have been changes in k3-am62x* overlays due to conflicts in DT, so update KERNEL_DEVICETREE_PREFIX for AM62A SK appropriately. Signed-off-by: Judith Mendez <[email protected]> --- meta-ti-bsp/conf/machine/am62axx-evm.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf index 32ae2490..01955470 100644 --- a/meta-ti-bsp/conf/machine/am62axx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf @@ -6,7 +6,13 @@ require conf/machine/include/am62axx.inc KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62a7 \ - ti/k3-am62x-sk \ + ti/k3-am62x-sk-csi2 \ + ti/k3-am62x-sk-ecap-capture \ + ti/k3-am62x-sk-eqep \ + ti/k3-am62x-sk-hdmi \ + ti/k3-am62x-sk-lpm \ + ti/k3-am62x-sk-mcspi-loopback \ + ti/k3-am62x-sk-pwm \ ti/k3-fpdlink \ ti/k3-v3link \ " -- 2.34.1