diff mbox series

firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x

Message ID 20240919134421.112643-2-maccraft123mc@gmail.com (mailing list archive)
State New
Headers show
Series firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x | expand

Commit Message

Maya Matuszczyk Sept. 19, 2024, 1:44 p.m. UTC
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(+)

Comments

Dmitry Baryshkov Sept. 19, 2024, 7:58 p.m. UTC | #1
On Thu, Sep 19, 2024 at 03:44:21PM GMT, 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.
> 
> Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
> ---
>  drivers/firmware/qcom/qcom_scm.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
diff mbox series

Patch

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" },