summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarrison Vanderbyl <harrison.vanderbyl@gmail.com>2026-05-11 17:40:53 +0300
committerBjorn Andersson <andersson@kernel.org>2026-05-13 20:13:31 +0300
commit667d05a09db3da8b3dfbe0bc1dafae2d7887176b (patch)
tree35ddac8872c4b1255ae1eb65b3923de0db50f59b
parentb758be0232407c760e46466625a7ed6e32c78978 (diff)
downloadlinux-667d05a09db3da8b3dfbe0bc1dafae2d7887176b.tar.xz
firmware: qcom: scm: Allow QSEECOM on Surface Pro 12in
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>
-rw-r--r--drivers/firmware/qcom/qcom_scm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c
index 9b06a69d3a6d..6b601a4b89db 100644
--- a/drivers/firmware/qcom/qcom_scm.c
+++ b/drivers/firmware/qcom/qcom_scm.c
@@ -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", },