From: Jérôme de Bretagne Date: Sun, 8 Sep 2024 22:35:02 +0000 (+0200) Subject: firmware: qcom: scm: Allow QSEECOM on Microsoft Surface Pro 9 5G X-Git-Tag: v6.13-rc1~139^2~12^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99b2186b2c82c39b083de65c4c9598bcc0fc288c;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Jérôme de Bretagne Reviewed-by: Maximilian Luz Link: https://lore.kernel.org/r/20240908223505.21011-3-jerome.debretagne@gmail.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index e11f3f3254144..671b07ca04d23 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" },