[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240919134421.112643-2-maccraft123mc@gmail.com>
Date: Thu, 19 Sep 2024 15:44:21 +0200
From: Maya Matuszczyk <maccraft123mc@...il.com>
To: Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>
Cc: Maya Matuszczyk <maccraft123mc@...il.com>,
linux-arm-msm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x
I'm not sure how to test it beyond checking if efivars work fine, and
reading and writing them works, persisting after reboot - adding a new
boot option with efibootmgr works perfectly.
Signed-off-by: Maya Matuszczyk <maccraft123mc@...il.com>
---
drivers/firmware/qcom/qcom_scm.c | 1 +
1 file changed, 1 insertion(+)
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" },
--
2.46.1
Powered by blists - more mailing lists