summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaud Spierings <maud_spierings@hotmail.com>2024-11-16 14:44:39 +0100
committerBjorn Andersson <andersson@kernel.org>2024-12-25 23:35:43 -0600
commit9b01fc6bb1fca6ab2b7edb04b55bf106cf489118 (patch)
tree48f0d6b54b5cf028a119f747dcb30de895278b3e
parent70096b4990848229d0784c5e51dc3c7c072f1111 (diff)
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>
-rw-r--r--drivers/firmware/qcom/qcom_scm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c
index 4ef219684a2d..11be6840cc6a 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" },