From: Pankaj Patil Date: Wed, 25 Feb 2026 12:07:24 +0000 (+0530) Subject: firmware: qcom: scm: Allow QSEECOM on Glymur CRD X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87a1698cb80650e47b41ca78a78ce06870cba631;p=thirdparty%2Flinux.git firmware: qcom: scm: Allow QSEECOM on Glymur CRD Add glymur-crd to QSEECOM allowlist for enabling access to efivars and uefi bootloader Signed-off-by: Pankaj Patil Reviewed-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20260225-qseecom_glymur-v1-1-0cafc709e2ef@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index ca6cedf25677d..33333384ac81e 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -2310,6 +2310,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { { .compatible = "microsoft,denali", }, { .compatible = "microsoft,romulus13", }, { .compatible = "microsoft,romulus15", }, + { .compatible = "qcom,glymur-crd" }, { .compatible = "qcom,hamoa-iot-evk" }, { .compatible = "qcom,purwa-iot-evk" }, { .compatible = "qcom,sc8180x-primus" },