]> www.infradead.org Git - users/willy/xarray.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on Lenovo Yoga Slim 7x
authorMaya Matuszczyk <maccraft123mc@gmail.com>
Thu, 19 Sep 2024 13:44:21 +0000 (15:44 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sun, 6 Oct 2024 02:49:06 +0000 (21:49 -0500)
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>
drivers/firmware/qcom/qcom_scm.c

index 10986cb11ec028e7e4c9551157f799042cfae1f7..e11f3f3254144b9e33bfd5fc3f697d71d909dcf7 100644 (file)
@@ -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" },