]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on Surface Pro 12in
authorHarrison Vanderbyl <harrison.vanderbyl@gmail.com>
Mon, 11 May 2026 14:40:53 +0000 (00:40 +1000)
committerBjorn Andersson <andersson@kernel.org>
Wed, 13 May 2026 17:13:31 +0000 (12:13 -0500)
Add the Surface Pro 12in to the QSEECOM allowlist
so that the Qualcomm Secure Execution Environment
interface is available on this device.

Signed-off-by: Harrison Vanderbyl <harrison.vanderbyl@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/92171ad5e7851e6758dd205246b4289f32e12655.1778498477.git.harrison.vanderbyl@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index 9b06a69d3a6d76c9e3b0a26be4cf7880587e8b3f..6b601a4b89dbf04322730aa22fc9590d180a383c 100644 (file)
@@ -2306,6 +2306,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "lenovo,yoga-slim7x" },
        { .compatible = "medion,sprchrgd14s1" },
        { .compatible = "microsoft,arcata", },
+       { .compatible = "microsoft,surface-pro-12in", },
        { .compatible = "microsoft,blackrock" },
        { .compatible = "microsoft,denali", },
        { .compatible = "microsoft,romulus13", },