Message ID | 20240919134421.112643-2-maccraft123mc@gmail.com |
---|---|
State | New |
Headers | show |
Series | firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x | expand |
On Thu, 19 Sep 2024 15:44:21 +0200, Maya Matuszczyk wrote: > 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. > > Applied, thanks! [1/1] firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x commit: c6fa2834afc6a6fe210415ec253a61e6eafdf651 Best regards,
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" },
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@gmail.com> --- drivers/firmware/qcom/qcom_scm.c | 1 + 1 file changed, 1 insertion(+)