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 the asus vivobook s15

Add the asus vivobook s15 to the compatible list to allow access to
efivars

Signed-off-by: Maud Spierings <maud_spierings@hotmail.com>
Link: https://lore.kernel.org/r/20241116-add_asus_qcom_scm-v1-1-5aa2b0fb52bd@hotmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Maud Spierings and committed by
Bjorn Andersson
9b01fc6b 70096b49

+1
+1
drivers/firmware/qcom/qcom_scm.c
··· 1768 1768 + any potential issues with this, only allow validated machines for now. 1769 1769 */ 1770 1770 static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { 1771 + { .compatible = "asus,vivobook-s15" }, 1771 1772 { .compatible = "dell,xps13-9345" }, 1772 1773 { .compatible = "lenovo,flex-5g" }, 1773 1774 { .compatible = "lenovo,thinkpad-t14s" },