Skip to content

Commit 96ac798

Browse files
jglatheandersson
authored andcommitted
firmware: qcom: scm: Allow QSEECOM for Windows Dev Kit 2023
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 <[email protected]> Link: https://lore.kernel.org/r/20241202-jg-blackrock-for-upstream-v9-2-385bb46ca122@oldschoolsolutions.biz Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 7d467c1 commit 96ac798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/qcom/qcom_scm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
17761776
{ .compatible = "lenovo,thinkpad-x13s", },
17771777
{ .compatible = "lenovo,yoga-slim7x" },
17781778
{ .compatible = "microsoft,arcata", },
1779+
{ .compatible = "microsoft,blackrock" },
17791780
{ .compatible = "microsoft,romulus13", },
17801781
{ .compatible = "microsoft,romulus15", },
17811782
{ .compatible = "qcom,sc8180x-primus" },

0 commit comments

Comments
 (0)