]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on HAMOA-IOT-EVK
authorYijie Yang <yijie.yang@oss.qualcomm.com>
Mon, 4 Aug 2025 01:37:05 +0000 (09:37 +0800)
committerBjorn Andersson <andersson@kernel.org>
Mon, 11 Aug 2025 16:21:51 +0000 (11:21 -0500)
Add the Hamoa-IoT-EVK board to the list to enable access to EFI variables.

Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250804-hamoa_initial-v4-2-19edbb28677b@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index 5243d5abbbe9943d3639cf5e5723b738b2d90bdf..edeae6cdcf311228ae4b193cc37d0ce9414606ba 100644 (file)
@@ -2006,6 +2006,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "microsoft,blackrock" },
        { .compatible = "microsoft,romulus13", },
        { .compatible = "microsoft,romulus15", },
+       { .compatible = "qcom,hamoa-iot-evk" },
        { .compatible = "qcom,sc8180x-primus" },
        { .compatible = "qcom,x1e001de-devkit" },
        { .compatible = "qcom,x1e80100-crd" },