From: Pengyu Luo <mitltlatltl@gmail.com>
To: andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Cc: johan+linaro@kernel.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
gty0622@gmail.com, chenxuecong2009@outlook.com,
Pengyu Luo <mitltlatltl@gmail.com>
Subject: [PATCH 2/3] firmware: qcom: scm: Allow QSEECOM on Huawei Matebook E Go (sc8280xp)
Date: Wed, 11 Dec 2024 23:37:53 +0800 [thread overview]
Message-ID: <20241211153754.356476-3-mitltlatltl@gmail.com> (raw)
In-Reply-To: <20241211153754.356476-1-mitltlatltl@gmail.com>
Add the SC8280XP-based Huawei Matebook E Go (sc8280xp) to the allowlist.
Signed-off-by: Pengyu Luo <mitltlatltl@gmail.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 72bf87ddc..deff48d01 100644
--- a/drivers/firmware/qcom/qcom_scm.c
+++ b/drivers/firmware/qcom/qcom_scm.c
@@ -1769,6 +1769,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
*/
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
{ .compatible = "dell,xps13-9345" },
+ { .compatible = "huawei,gaokun3" },
{ .compatible = "lenovo,flex-5g" },
{ .compatible = "lenovo,thinkpad-t14s" },
{ .compatible = "lenovo,thinkpad-x13s", },
--
2.47.1
next prev parent reply other threads:[~2024-12-11 15:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-11 15:37 [PATCH 0/3] arm64: dts: qcom: Introduce Huawei Matebook E Go Pengyu Luo
2024-12-11 15:37 ` [PATCH 1/3] dt-bindings: arm: qcom: Document Huawei Matebook E Go (sc8280xp) Pengyu Luo
2024-12-13 11:02 ` Krzysztof Kozlowski
2024-12-11 15:37 ` Pengyu Luo [this message]
2024-12-11 15:37 ` [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add " Pengyu Luo
2024-12-12 17:13 ` Konrad Dybcio
2024-12-13 8:50 ` Pengyu Luo
2024-12-13 11:04 ` Konrad Dybcio
2024-12-13 12:21 ` Pengyu Luo
2024-12-13 12:27 ` Konrad Dybcio
2024-12-13 12:50 ` Pengyu Luo
2024-12-13 12:57 ` Konrad Dybcio
2024-12-13 13:50 ` Pengyu Luo
2024-12-13 14:53 ` Konrad Dybcio
2024-12-14 12:23 ` Pengyu Luo
2024-12-14 13:39 ` Dmitry Baryshkov
2024-12-14 14:48 ` Pengyu Luo
2024-12-14 16:01 ` Dmitry Baryshkov
2024-12-20 16:21 ` Johan Hovold
2024-12-21 5:26 ` Pengyu Luo
2025-01-08 8:49 ` Johan Hovold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241211153754.356476-3-mitltlatltl@gmail.com \
--to=mitltlatltl@gmail.com \
--cc=andersson@kernel.org \
--cc=chenxuecong2009@outlook.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gty0622@gmail.com \
--cc=johan+linaro@kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.