]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on the asus vivobook s15
authorMaud Spierings <maud_spierings@hotmail.com>
Sat, 16 Nov 2024 13:44:39 +0000 (14:44 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 05:35:43 +0000 (23:35 -0600)
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>
drivers/firmware/qcom/qcom_scm.c

index 4ef219684a2dc7cb93b4812b656bf11cdea5da1c..11be6840cc6adec6150e47032fea7334e4dad3e8 100644 (file)
@@ -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" },