[PATCH v2 3/3] firmware: qcom: scm: Allow QSEECOM on Acer Swift SFA14-11

From: Jianfeng Liu

Date: Thu Sep 24 2026 - 04:34:36 EST


The Hamoa-based Acer Swift SFA14-11 provides the same UEFI variable
access through uefisecapp as other Hamoa devices, add it to the
allowlist.

Signed-off-by: Jianfeng Liu <liujianfeng1994@xxxxxxxxx>
---

Changes in v2:
- Add power-supply for the backlight (vreg_edp_bl), matching the T14s
LCD variant
- Fix swapped vdda-phy/vdda-pll supplies on the QMP PHYs, matching the
reference design (cf. commit 7c1d0ef2969e1 fixing the same issue on
Purwa boards)

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 df20773dd7541..e83814fa7766e 100644
--- a/drivers/firmware/qcom/qcom_scm.c
+++ b/drivers/firmware/qcom/qcom_scm.c
@@ -2215,6 +2215,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 = "acer,sfa14-11" },
{ .compatible = "asus,vivobook-s15" },
{ .compatible = "asus,vivobook-s15-x1p4" },
{ .compatible = "asus,zenbook-a14-ux3407na" },
--
2.47.3