]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on Surface Laptop 7 models
authorKonrad Dybcio <quic_kdybcio@quicinc.com>
Mon, 26 Aug 2024 14:37:51 +0000 (16:37 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 26 Aug 2024 16:28:32 +0000 (11:28 -0500)
Add the aforementioned machines to the list to get e.g. efivars up.

Signed-off-by: Konrad Dybcio <quic_kdybcio@quicinc.com>
Link: https://lore.kernel.org/r/20240826-topic-sl7-v2-2-c32ebae78789@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index bdb5e98b82ef555135a924b51ee155d68ade7927..10986cb11ec028e7e4c9551157f799042cfae1f7 100644 (file)
@@ -1734,6 +1734,8 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "lenovo,flex-5g" },
        { .compatible = "lenovo,thinkpad-t14s" },
        { .compatible = "lenovo,thinkpad-x13s", },
+       { .compatible = "microsoft,romulus13", },
+       { .compatible = "microsoft,romulus15", },
        { .compatible = "qcom,sc8180x-primus" },
        { .compatible = "qcom,x1e80100-crd" },
        { .compatible = "qcom,x1e80100-qcp" },