diff options
author | Sibi Sankar <quic_sibis@quicinc.com> | 2024-10-25 14:32:26 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-11-05 20:50:10 +0100 |
commit | 75837f0b2bc61c62c8326fe3a1eb9a100714cfd7 (patch) | |
tree | 7f79aa60578089dbad4ef4b3ef63846d909ae17b | |
parent | soc: qcom: llcc: Add LLCC configuration for the QCS8300 platform (diff) | |
download | linux-75837f0b2bc61c62c8326fe3a1eb9a100714cfd7.tar.xz linux-75837f0b2bc61c62c8326fe3a1eb9a100714cfd7.zip |
firmware: qcom: uefisecapp: Allow X1E Devkit devices
Add X1E Devkit to the allowlist.
Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Tested-by: Marc Zyngier <maz@kernel.org>
Tested-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Link: https://lore.kernel.org/r/20241025123227.3527720-3-quic_sibis@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | drivers/firmware/qcom/qcom_scm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index bf86df2a0639..bdb42eb2e1e8 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -1740,6 +1740,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { { .compatible = "microsoft,romulus13", }, { .compatible = "microsoft,romulus15", }, { .compatible = "qcom,sc8180x-primus" }, + { .compatible = "qcom,x1e001de-devkit" }, { .compatible = "qcom,x1e80100-crd" }, { .compatible = "qcom,x1e80100-qcp" }, { } |