diff mbox series

[meta-ti,scarthgap] 2/2 conf: machine: Explicitly include overlays for am62 LP

Message ID 20251014200702.933617-2-jm@ti.com
State New
Headers show
Series [meta-ti,scarthgap] 2/2 conf: machine: Explicitly include overlays for am62 LP | expand

Commit Message

Judith Mendez Oct. 14, 2025, 8:07 p.m. UTC
AM62 LP SK configuration  includes all PWM/EQEP/MCAN overlay
in KERNEL_DEVICETREE_PREFIX but move to KERNEL_DEVICETREE  and
explicitly state the name of overlays that should be included for
am62 LP SK build.

Signed-off-by: Judith Mendez <jm@ti.com>
---
 meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index d34801f2..94457053 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -7,20 +7,20 @@  require conf/machine/include/am62xx.inc
 KERNEL_DEVICETREE_PREFIX = " \
     ti/k3-am62-lp \
     ti/k3-am625-sk \
-    ti/k3-am62x-sk-dmtimer-pwm \
-    ti/k3-am62x-sk-eqep \
     ti/k3-am62x-sk-hdmi \
     ti/k3-am62x-sk-lpm \
-    ti/k3-am62x-sk-mcan \
-    ti/k3-am62x-sk-pwm \
 "
 
 KERNEL_DEVICETREE = " \
     ti/k3-am62-lp-sk-nand.dtbo \
     ti/k3-am62-lp-sk.dtb \
     ti/k3-am625-sk.dtb \
+    ti/k3-am62x-sk-dmtimer-pwm.dtbo \
+    ti/k3-am62x-sk-eqep.dtbo \
     ti/k3-am62x-sk-hdmi-audio.dtbo \
+    ti/k3-am62x-sk-mcan.dtbo \
     ti/k3-am62x-sk-mcspi-loopback.dtbo \
+    ti/k3-am62x-sk-pwm.dtbo \
 "
 
 FIT_CONF_DEFAULT_DTB = "ti/k3-am62-lp-sk.dtb"