projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584e936
)
firmware: qcom: uefisecapp: Allow X1E Devkit devices
author
Sibi Sankar
<quic_sibis@quicinc.com>
Fri, 25 Oct 2024 12:32:26 +0000
(18:02 +0530)
committer
Bjorn Andersson
<andersson@kernel.org>
Tue, 5 Nov 2024 19:50:10 +0000
(11:50 -0800)
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>
drivers/firmware/qcom/qcom_scm.c
patch
|
blob
|
history
diff --git
a/drivers/firmware/qcom/qcom_scm.c
b/drivers/firmware/qcom/qcom_scm.c
index
bf86df2
..
bdb42eb
100644
(file)
--- 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" },
{ }