]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on Huawei Matebook E Go (sc8280xp)
authorPengyu Luo <mitltlatltl@gmail.com>
Fri, 20 Dec 2024 16:05:29 +0000 (00:05 +0800)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 21:51:06 +0000 (15:51 -0600)
Add the SC8280XP-based Huawei Matebook E Go (sc8280xp) to the allowlist.

Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
Link: https://lore.kernel.org/r/20241220160530.444864-3-mitltlatltl@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index 03124da4bac9a93145e211a0a60b897de284cdd7..e736b4b46ea493c81e540659de1da40ed0252e27 100644 (file)
@@ -1771,6 +1771,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "asus,vivobook-s15" },
        { .compatible = "dell,xps13-9345" },
        { .compatible = "hp,omnibook-x14" },
+       { .compatible = "huawei,gaokun3" },
        { .compatible = "lenovo,flex-5g" },
        { .compatible = "lenovo,thinkpad-t14s" },
        { .compatible = "lenovo,thinkpad-x13s", },