From: Maud Spierings Date: Sat, 16 Nov 2024 13:44:39 +0000 (+0100) Subject: firmware: qcom: scm: Allow QSEECOM on the asus vivobook s15 X-Git-Tag: v6.14-rc1~102^2~3^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b01fc6bb1fca6ab2b7edb04b55bf106cf489118;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20241116-add_asus_qcom_scm-v1-1-5aa2b0fb52bd@hotmail.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index 4ef219684a2dc..11be6840cc6ad 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -1768,6 +1768,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send); + any potential issues with this, only allow validated machines for now. */ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { + { .compatible = "asus,vivobook-s15" }, { .compatible = "dell,xps13-9345" }, { .compatible = "lenovo,flex-5g" }, { .compatible = "lenovo,thinkpad-t14s" },