Commit 6614be05 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

firmware: qcom: scm: Allow QSEECOM on Surface Laptop 7 models

Add the aforementioned machines to the list to get e.g. efivars up.
Signed-off-by: default avatarKonrad Dybcio <quic_kdybcio@quicinc.com>
Link: https://lore.kernel.org/r/20240826-topic-sl7-v2-2-c32ebae78789@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent e6b666de
...@@ -1734,6 +1734,8 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { ...@@ -1734,6 +1734,8 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
{ .compatible = "lenovo,flex-5g" }, { .compatible = "lenovo,flex-5g" },
{ .compatible = "lenovo,thinkpad-t14s" }, { .compatible = "lenovo,thinkpad-t14s" },
{ .compatible = "lenovo,thinkpad-x13s", }, { .compatible = "lenovo,thinkpad-x13s", },
{ .compatible = "microsoft,romulus13", },
{ .compatible = "microsoft,romulus15", },
{ .compatible = "qcom,sc8180x-primus" }, { .compatible = "qcom,sc8180x-primus" },
{ .compatible = "qcom,x1e80100-crd" }, { .compatible = "qcom,x1e80100-crd" },
{ .compatible = "qcom,x1e80100-qcp" }, { .compatible = "qcom,x1e80100-qcp" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment