]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on Mahua CRD
authorGopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com>
Mon, 23 Mar 2026 06:27:39 +0000 (23:27 -0700)
committerBjorn Andersson <andersson@kernel.org>
Mon, 30 Mar 2026 13:58:25 +0000 (08:58 -0500)
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>
drivers/firmware/qcom/qcom_scm.c

index d1082695ec38e180cbb37fa6231018be6810da0a..a5a2c25f463b15e2d78207928f384d6197938b60 100644 (file)
@@ -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" },