]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on PURWA-IOT-EVK
authorYijie Yang <yijie.yang@oss.qualcomm.com>
Mon, 2 Feb 2026 07:35:46 +0000 (15:35 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 4 Mar 2026 19:21:06 +0000 (13:21 -0600)
Add the Purwa-IoT-EVK board to the list to enable access to EFI variables.

Guarantee that subsystems relying on SCM services can access secure-world
features. This change improves reliability and prevents missing
functionality or boot-time issues by making service availability explicit.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260202073555.1345260-2-yijie.yang@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index 2fe1632f06e908683ba2841d68f9d382f407a425..8c1bee400dfa74aeaf2fcaa1412b2a4e1eda78f8 100644 (file)
@@ -2311,6 +2311,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "microsoft,romulus13", },
        { .compatible = "microsoft,romulus15", },
        { .compatible = "qcom,hamoa-iot-evk" },
+       { .compatible = "qcom,purwa-iot-evk" },
        { .compatible = "qcom,sc8180x-primus" },
        { .compatible = "qcom,x1e001de-devkit" },
        { .compatible = "qcom,x1e80100-crd" },