From e0b651ef3565720b4863035449be9a440925d14d Mon Sep 17 00:00:00 2001 From: Anand Tiwari Date: Tue, 18 Aug 2026 21:34:01 +0530 Subject: [PATCH] meta-qcom: fit-image: enable eDP overlay for Hamoa and Purwa Wire the new hamoa-iot-evk-edp.dtbo and purwa-iot-evk-edp.dtbo overlays into the build: add LINUX_QCOM_KERNEL_DEVICETREE entries for both IoT EVKs and add FIT_DTB_COMPATIBLE combos so the overlay is picked up in FIT images. Signed-off-by: Anand Tiwari --- conf/machine/include/fit-dtb-compatible-linux-qcom.inc | 2 ++ conf/machine/iq-x5121-evk.conf | 1 + conf/machine/iq-x7181-evk.conf | 1 + 3 files changed, 4 insertions(+) diff --git a/conf/machine/include/fit-dtb-compatible-linux-qcom.inc b/conf/machine/include/fit-dtb-compatible-linux-qcom.inc index b1e14dcff..eaeb07764 100644 --- a/conf/machine/include/fit-dtb-compatible-linux-qcom.inc +++ b/conf/machine/include/fit-dtb-compatible-linux-qcom.inc @@ -21,10 +21,12 @@ require conf/machine/include/fit-dtb-compatible.inc FIT_DTB_COMPATIBLE[qcom_hamoa-evk-camx] = "hamoa-iot-evk hamoa-evk-camx" FIT_DTB_COMPATIBLE[qcom_hamoa-evk-camx-staging] = "hamoa-iot-evk hamoa-evk-camx hamoa-staging" FIT_DTB_COMPATIBLE[qcom_hamoa-evk-camx-el2kvm] = "hamoa-iot-evk hamoa-evk-camx x1-el2 hamoa-camx-el2" +FIT_DTB_COMPATIBLE[qcom_hamoa-evk-edp] = "hamoa-iot-evk hamoa-iot-evk-edp" # ---------- purwa ----------- FIT_DTB_COMPATIBLE[qcom_purwa-evk-camx] = "purwa-iot-evk purwa-evk-camx" FIT_DTB_COMPATIBLE[qcom_purwa-evk-camx-el2kvm] = "purwa-iot-evk purwa-evk-camx x1-el2 purwa-camx-el2" +FIT_DTB_COMPATIBLE[qcom_purwa-evk-edp] = "purwa-iot-evk purwa-iot-evk-edp" # ---------- lemans ---------- diff --git a/conf/machine/iq-x5121-evk.conf b/conf/machine/iq-x5121-evk.conf index 8e46d7abb..56223a8ee 100644 --- a/conf/machine/iq-x5121-evk.conf +++ b/conf/machine/iq-x5121-evk.conf @@ -13,6 +13,7 @@ KERNEL_DEVICETREE ?= " \ # These DTs are not upstreamed and currently exist only in linux-qcom kernels LINUX_QCOM_KERNEL_DEVICETREE ?= " \ + qcom/purwa-iot-evk-edp.dtbo \ qcom/purwa-evk-camx.dtbo \ qcom/purwa-camx-el2.dtbo \ " diff --git a/conf/machine/iq-x7181-evk.conf b/conf/machine/iq-x7181-evk.conf index fc3c6f081..42cc7a370 100644 --- a/conf/machine/iq-x7181-evk.conf +++ b/conf/machine/iq-x7181-evk.conf @@ -14,6 +14,7 @@ KERNEL_DEVICETREE ?= " \ # These DTs are not upstreamed and currently exist only in linux-qcom kernels LINUX_QCOM_KERNEL_DEVICETREE ?= " \ + qcom/hamoa-iot-evk-edp.dtbo \ qcom/hamoa-evk-camx.dtbo \ qcom/hamoa-staging.dtbo \ qcom/hamoa-camx-el2.dtbo \