]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM for Windows Dev Kit 2023
authorJens Glathe <jens.glathe@oldschoolsolutions.biz>
Mon, 2 Dec 2024 19:59:46 +0000 (20:59 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 21:26:35 +0000 (15:26 -0600)
add "microsoft,blackrock" as compatible device for QSEECOM

This is required to get access to efivars and uefi boot loader support.

Signed-off-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Link: https://lore.kernel.org/r/20241202-jg-blackrock-for-upstream-v9-2-385bb46ca122@oldschoolsolutions.biz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index 83a13ca33c8b7e80474622e4d60e74e3cfb43a27..03124da4bac9a93145e211a0a60b897de284cdd7 100644 (file)
@@ -1776,6 +1776,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "lenovo,thinkpad-x13s", },
        { .compatible = "lenovo,yoga-slim7x" },
        { .compatible = "microsoft,arcata", },
+       { .compatible = "microsoft,blackrock" },
        { .compatible = "microsoft,romulus13", },
        { .compatible = "microsoft,romulus15", },
        { .compatible = "qcom,sc8180x-primus" },