Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firmware: qcom: scm: Allow QSEECOM on Asus Zenbook A14

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>

authored by

Aleksandrs Vinarskis and committed by
Bjorn Andersson
56c8edc6 5c0a44c4

+2
+2
drivers/firmware/qcom/qcom_scm.c
··· 1986 1986 */ 1987 1987 static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { 1988 1988 { .compatible = "asus,vivobook-s15" }, 1989 + { .compatible = "asus,zenbook-a14-ux3407qa" }, 1990 + { .compatible = "asus,zenbook-a14-ux3407ra" }, 1989 1991 { .compatible = "dell,xps13-9345" }, 1990 1992 { .compatible = "hp,omnibook-x14" }, 1991 1993 { .compatible = "huawei,gaokun3" },