diff options
author | Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> | 2024-12-21 13:36:03 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-12-25 21:55:41 -0600 |
commit | 6994c655e1252049007973fd641e6a26f94c420b (patch) | |
tree | f2c1c4c9c5b1a8faca02bc6c3b827fc92aa5b0ae | |
parent | e7282bf8a0e9bb8a4cb1be406674ff7bb7b264f2 (diff) |
firmware: qcom: scm: Allow QSEECOM on X1P42100 CRD
Add this board to the list to allow e.g. efivars access.
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20241221-topic-x1p4_soc-v1-4-55347831d73c@oss.qualcomm.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 72bf87ddcd969..4ef219684a2dc 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -1780,6 +1780,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { { .compatible = "qcom,x1e001de-devkit" }, { .compatible = "qcom,x1e80100-crd" }, { .compatible = "qcom,x1e80100-qcp" }, + { .compatible = "qcom,x1p42100-crd" }, { } }; |