[PATCH] firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x
From: Maya Matuszczyk
Date: Thu Sep 19 2024 - 09:45:10 EST
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@xxxxxxxxx>
---
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