summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com>2026-03-23 09:27:39 +0300
committerBjorn Andersson <andersson@kernel.org>2026-03-30 16:58:25 +0300
commit0ff62b7f1b355d4cc0568d73e5911683bdcfe1e7 (patch)
treecb27f4ec4b32864fe903fd4708392a1cbe2f68ff
parent908061f0ad30aa08ce211c6a8f95d29102e570bd (diff)
downloadlinux-0ff62b7f1b355d4cc0568d73e5911683bdcfe1e7.tar.xz
firmware: qcom: scm: Allow QSEECOM on Mahua CRD
Add Mahua CRD board to the QSEECOM allowlist for enabling access to efivars and uefi bootloader. Signed-off-by: Gopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260322-mahua-qcom_scm-support-v1-1-00c50db332ee@oss.qualcomm.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 d1082695ec38..a5a2c25f463b 100644
--- a/drivers/firmware/qcom/qcom_scm.c
+++ b/drivers/firmware/qcom/qcom_scm.c
@@ -2311,6 +2311,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
{ .compatible = "microsoft,romulus15", },
{ .compatible = "qcom,glymur-crd" },
{ .compatible = "qcom,hamoa-iot-evk" },
+ { .compatible = "qcom,mahua-crd" },
{ .compatible = "qcom,purwa-iot-evk" },
{ .compatible = "qcom,sc8180x-primus" },
{ .compatible = "qcom,x1e001de-devkit" },