diff --git a/conf/machine/include/fit-dtb-compatible-linux-qcom.inc b/conf/machine/include/fit-dtb-compatible-linux-qcom.inc index 147001f9..7741e620 100644 --- a/conf/machine/include/fit-dtb-compatible-linux-qcom.inc +++ b/conf/machine/include/fit-dtb-compatible-linux-qcom.inc @@ -20,6 +20,9 @@ require conf/machine/include/fit-dtb-compatible.inc # ---------- hamoa ---------- FIT_DTB_COMPATIBLE[qcom_hamoa-evk-camx] = "hamoa-iot-evk hamoa-evk-camx" +# ---------- purwa ----------- +FIT_DTB_COMPATIBLE[qcom_purwa-evk-camx] = "purwa-iot-evk purwa-evk-camx" + # ---------- lemans ---------- FIT_DTB_COMPATIBLE[qcom_qcs9075-iot-el2gh-staging] = \ "lemans-evk lemans-evk-camera-csi1-imx577 lemans-staging" diff --git a/conf/machine/iq-x5121-evk.conf b/conf/machine/iq-x5121-evk.conf index 9ba7100e..66c0a073 100644 --- a/conf/machine/iq-x5121-evk.conf +++ b/conf/machine/iq-x5121-evk.conf @@ -10,6 +10,11 @@ KERNEL_DEVICETREE ?= " \ qcom/purwa-iot-evk.dtb \ " +# These DTs are not upstreamed and currently exist only in linux-qcom kernels +LINUX_QCOM_KERNEL_DEVICETREE ?= " \ + qcom/purwa-evk-camx.dtbo \ +" + MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ packagegroup-purwa-iot-evk-firmware \ packagegroup-purwa-iot-evk-hexagon-dsp-binaries \