From 8f6f6d03040281e0424de58928363c007bd961b1 Mon Sep 17 00:00:00 2001 From: Nirmesh Kumar Singh Date: Wed, 9 Sep 2026 14:22:15 +0530 Subject: [PATCH 1/4] iq-615-evk: add talos-lyra EVK DTB to LINUX_QCOM_KERNEL_DEVICETREE Include talos-lyra-evk.dtb in LINUX_QCOM_KERNEL_DEVICETREE to support the Talos lyra EVK board. Talos Lyra EVK, a QCS615-based System on Module (SoM) paired with a common carrier 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 34866a3e38f7ee5644d79ffdf9ceb7dbeef71b9d Mon Sep 17 00:00:00 2001 From: Nirmesh Kumar Singh Date: Wed, 9 Sep 2026 14:29:59 +0530 Subject: [PATCH 2/4] 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" From 684e2e1b6b56879d04723b76969f8d95ce0d3017 Mon Sep 17 00:00:00 2001 From: Tharik Anwar Date: Thu, 10 Sep 2026 17:26:41 +0530 Subject: [PATCH 3/4] iq-615-evk: add talos-lyra-evk-camx DTBO to LINUX_QCOM_KERNEL_DEVICETREE Include talos-lyra-evk-camx.dtbo in LINUX_QCOM_KERNEL_DEVICETREE to support camera on the Talos lyra EVK board. Talos Lyra EVK, a QCS615-based System on Module (SoM) paired with a common carrier board. Signed-off-by: Tharik Anwar --- 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 7c0422aa2..758cfc490 100644 --- a/conf/machine/iq-615-evk.conf +++ b/conf/machine/iq-615-evk.conf @@ -19,6 +19,7 @@ LINUX_QCOM_KERNEL_DEVICETREE ?= " \ qcom/talos-staging.dtbo \ qcom/talos-evk-staging.dtbo \ qcom/talos-lyra-evk.dtb \ + qcom/talos-lyra-evk-camx.dtbo \ " MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ From 5b616e94be5651ac481ba2d8776f4886674de194 Mon Sep 17 00:00:00 2001 From: Tharik Anwar Date: Thu, 10 Sep 2026 17:28:32 +0530 Subject: [PATCH 4/4] fit-dtb-compatible: add FIT DTB mapping for Talos lyra EVK CAMX Add compatible string mapping for talos-lyra-evk-camx.dtbo to ensure the correct DTB is selected during boot for the Talos lyra EVK. Signed-off-by: Tharik Anwar --- conf/machine/include/fit-dtb-compatible-linux-qcom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/fit-dtb-compatible-linux-qcom.inc b/conf/machine/include/fit-dtb-compatible-linux-qcom.inc index e0bea3791..bf0316fe9 100644 --- a/conf/machine/include/fit-dtb-compatible-linux-qcom.inc +++ b/conf/machine/include/fit-dtb-compatible-linux-qcom.inc @@ -192,7 +192,7 @@ FIT_DTB_COMPATIBLE[qcom_talos-evk-lvds-auo_g133han01] = \ 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" + "talos-lyra-evk talos-lyra-evk-camx" # ---------- kodiak ---------- FIT_DTB_COMPATIBLE[qcom_qcm6490-idp-staging] = "qcm6490-idp kodiak-staging"