From 7c80254fedbcd672328f84e665c5c48661f353bb Mon Sep 17 00:00:00 2001 From: Nirmesh Kumar Singh Date: Wed, 16 Sep 2026 09:18:02 +0530 Subject: [PATCH 1/2] iq-615-evk: add Talos Lyra EVK DTB to LINUX_QCOM_KERNEL_DEVICETREE Talos Lyra EVK is a QCS615-based System on Module (SoM) paired with a common carrier board. Include talos-lyra-evk.dtb in LINUX_QCOM_KERNEL_DEVICETREE to support the Talos Lyra EVK board. Signed-off-by: Nirmesh Kumar Singh --- conf/machine/iq-615-evk.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/iq-615-evk.conf b/conf/machine/iq-615-evk.conf index aafd109e9..7c0422aa2 100644 --- a/conf/machine/iq-615-evk.conf +++ b/conf/machine/iq-615-evk.conf @@ -18,6 +18,7 @@ LINUX_QCOM_KERNEL_DEVICETREE ?= " \ qcom/talos-el2.dtbo \ qcom/talos-staging.dtbo \ qcom/talos-evk-staging.dtbo \ + qcom/talos-lyra-evk.dtb \ " MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ From 60707b5c757b40d0cb1e4648ebee708a8241d97b Mon Sep 17 00:00:00 2001 From: Nirmesh Kumar Singh Date: Wed, 16 Sep 2026 09:18:46 +0530 Subject: [PATCH 2/2] fit-dtb-compatible: add FIT DTB mapping for Talos lyra EVK board Add compatible string mapping for talos-lyra-evk.dtb to ensure the correct DTB is selected during boot for the Talos lyra EVK. Signed-off-by: Nirmesh Kumar Singh --- conf/machine/include/fit-dtb-compatible-linux-qcom.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/fit-dtb-compatible-linux-qcom.inc b/conf/machine/include/fit-dtb-compatible-linux-qcom.inc index 4497d3e8b..e0bea3791 100644 --- a/conf/machine/include/fit-dtb-compatible-linux-qcom.inc +++ b/conf/machine/include/fit-dtb-compatible-linux-qcom.inc @@ -191,6 +191,8 @@ FIT_DTB_COMPATIBLE[qcom_talos-evk-lvds-auo_g133han01] = \ "talos-evk talos-evk-lvds-auo_g133han01 talos-el2" FIT_DTB_COMPATIBLE[qcom_talos-evk-lvds-auo_g133han01-staging] = \ "talos-evk talos-evk-lvds-auo_g133han01 talos-el2 talos-staging" +FIT_DTB_COMPATIBLE[qcom_qcs615-iot-subtype8] = \ + "talos-lyra-evk" # ---------- kodiak ---------- FIT_DTB_COMPATIBLE[qcom_qcm6490-idp-staging] = "qcm6490-idp kodiak-staging"