[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241116-add_asus_qcom_scm-v1-1-5aa2b0fb52bd@hotmail.com>
Date: Sat, 16 Nov 2024 14:44:39 +0100
From: Maud Spierings via B4 Relay <devnull+maud_spierings.hotmail.com@...nel.org>
To: Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org,
Maud Spierings <maud_spierings@...mail.com>
Subject: [PATCH] firmware: qcom: scm: Allow QSEECOM on the asus vivobook
s15
From: Maud Spierings <maud_spierings@...mail.com>
Add the asus vivobook s15 to the compatible list to allow access to
efivars
Signed-off-by: Maud Spierings <maud_spierings@...mail.com>
---
drivers/firmware/qcom/qcom_scm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c
index 72bf87ddcd969834609cda2aa915b67505e93943..0bdfe64a0ff009c38720692fe60d9f13342181a9 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" },
---
base-commit: 744cf71b8bdfcdd77aaf58395e068b7457634b2c
change-id: 20241116-add_asus_qcom_scm-1376c2b5661e
Best regards,
--
Maud Spierings <maud_spierings@...mail.com>
Powered by blists - more mailing lists