From: Konrad Dybcio Date: Fri, 19 Jul 2024 20:16:37 +0000 (+0200) Subject: firmware: qcom: scm: Allow QSEECOM on ThinkPad T14s X-Git-Tag: v6.12-rc1~187^2~8^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6b5a4c3ae3b883cb13be2e1cd9fbf364928173e;p=thirdparty%2Fkernel%2Flinux.git firmware: qcom: scm: Allow QSEECOM on ThinkPad T14s Add the aforementioned machine to the list to get e.g. efivars up. Signed-off-by: Konrad Dybcio Reviewed-by: Abel Vesa Link: https://lore.kernel.org/r/20240719-topic-t14s_upstream-v1-2-d7d97fdebb28@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index 00c379a3ccebe..e60bef68401c1 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -1724,6 +1724,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send); */ 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 = "qcom,sc8180x-primus" }, { .compatible = "qcom,x1e80100-crd" },