]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on X1P42100 CRD
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Sat, 21 Dec 2024 12:36:03 +0000 (13:36 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 03:55:41 +0000 (21:55 -0600)
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>
drivers/firmware/qcom/qcom_scm.c

index 72bf87ddcd969834609cda2aa915b67505e93943..4ef219684a2dc7cb93b4812b656bf11cdea5da1c 100644 (file)
@@ -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" },
        { }
 };