summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/qcom
diff options
context:
space:
mode:
authorMaya Matuszczyk <maccraft123mc@gmail.com>2024-09-19 15:44:21 +0200
committerBjorn Andersson <andersson@kernel.org>2024-10-06 04:49:06 +0200
commitc6fa2834afc6a6fe210415ec253a61e6eafdf651 (patch)
tree1571e4bdf0d659a223b5cb73321a79ba19060462 /drivers/firmware/qcom
parentsoc: qcom: qmi: Reorganize kerneldoc parameter names (diff)
downloadlinux-c6fa2834afc6a6fe210415ec253a61e6eafdf651.tar.xz
linux-c6fa2834afc6a6fe210415ec253a61e6eafdf651.zip
firmware: qcom: scm: Allow QSEECOM on Lenovo Yoga Slim 7x
Allow QSEECOM on Lenovo Yoga Slim 7x, to enable accessing EFI variables. Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240919134421.112643-2-maccraft123mc@gmail.com [bjorn: Rewrote commit message] Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'drivers/firmware/qcom')
-rw-r--r--drivers/firmware/qcom/qcom_scm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c
index 10986cb11ec0..e11f3f325414 100644
--- a/drivers/firmware/qcom/qcom_scm.c
+++ b/drivers/firmware/qcom/qcom_scm.c
@@ -1734,6 +1734,7 @@ 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 = "lenovo,yoga-slim7x" },
{ .compatible = "microsoft,romulus13", },
{ .compatible = "microsoft,romulus15", },
{ .compatible = "qcom,sc8180x-primus" },