]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
firmware: qcom: scm: allow QSEECOM on ASUS Vivobook X1P42100 variant
authorJens Glathe <jens.glathe@oldschoolsolutions.biz>
Sat, 14 Feb 2026 08:32:54 +0000 (09:32 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 25 Feb 2026 15:00:10 +0000 (09:00 -0600)
Enables access to EFI variables on this machine.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Tested-by: Colin K. Williams <colin@li-nk.org>
Signed-off-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Link: https://lore.kernel.org/r/20260214-b4-vivobook-v3-2-3c88065bbf77@oldschoolsolutions.biz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index 8fbc96693a55f53c508d1ddb2d7a9e62281d1544..2fe1632f06e908683ba2841d68f9d382f407a425 100644 (file)
@@ -2290,6 +2290,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
  */
 static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "asus,vivobook-s15" },
+       { .compatible = "asus,vivobook-s15-x1p4" },
        { .compatible = "asus,zenbook-a14-ux3407qa" },
        { .compatible = "asus,zenbook-a14-ux3407ra" },
        { .compatible = "dell,inspiron-14-plus-7441" },