]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on Asus Zenbook A14
authorAleksandrs Vinarskis <alex.vinarskis@gmail.com>
Sat, 26 Apr 2025 12:57:59 +0000 (14:57 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 6 May 2025 20:14:26 +0000 (13:14 -0700)
Allow particular machine accessing eg. efivars.

Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com>
Link: https://lore.kernel.org/r/20250426130203.37659-4-alex.vinarskis@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index fc4d67e4c4a67efc77e0135c06db47bc14d0aeaa..79128d11eb51f0efca71396338f7e7c8c913e457 100644 (file)
@@ -1986,6 +1986,8 @@ 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,zenbook-a14-ux3407qa" },
+       { .compatible = "asus,zenbook-a14-ux3407ra" },
        { .compatible = "dell,xps13-9345" },
        { .compatible = "hp,omnibook-x14" },
        { .compatible = "huawei,gaokun3" },