diff options
author | Jérôme de Bretagne <jerome.debretagne@gmail.com> | 2024-09-09 00:35:02 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-10-05 22:20:34 -0500 |
commit | 99b2186b2c82c39b083de65c4c9598bcc0fc288c (patch) | |
tree | 81271e57a9232c9ff1fd86e6b3ad570428172987 /drivers/firmware/qcom/qcom_scm.c | |
parent | cd3a3e60ebfe6f62ccf9d2164f6455e0b1ae1884 (diff) |
firmware: qcom: scm: Allow QSEECOM on Microsoft Surface Pro 9 5G
Add the SC8280XP-based Microsoft Surface Pro 9 5G to the allowlist.
Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>
Signed-off-by: Jérôme de Bretagne <jerome.debretagne@gmail.com>
Reviewed-by: Maximilian Luz <luzmaximilian@gmail.com>
Link: https://lore.kernel.org/r/20240908223505.21011-3-jerome.debretagne@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'drivers/firmware/qcom/qcom_scm.c')
-rw-r--r-- | drivers/firmware/qcom/qcom_scm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index e11f3f325414..671b07ca04d2 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -1735,6 +1735,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { { .compatible = "lenovo,thinkpad-t14s" }, { .compatible = "lenovo,thinkpad-x13s", }, { .compatible = "lenovo,yoga-slim7x" }, + { .compatible = "microsoft,arcata", }, { .compatible = "microsoft,romulus13", }, { .compatible = "microsoft,romulus15", }, { .compatible = "qcom,sc8180x-primus" }, |