From: Georg Gottleuber Date: Thu, 4 Dec 2025 15:52:08 +0000 (+0100) Subject: firmware: qcom: scm: QSEECOM on Medion SPRCHRGD 14 S1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ec0d891e09441b3d0353b56b73e35e3f3c5dad;p=thirdparty%2Fkernel%2Flinux.git firmware: qcom: scm: QSEECOM on Medion SPRCHRGD 14 S1 This is needed to access EFI variables from Linux. Signed-off-by: Ettore Chimenti Signed-off-by: Georg Gottleuber Reviewed-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20251204155212.230058-7-ggo@tuxedocomputers.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index 1a6f85e463e06..ff0f7101dfe2d 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -2005,6 +2005,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { { .compatible = "lenovo,thinkpad-t14s" }, { .compatible = "lenovo,thinkpad-x13s", }, { .compatible = "lenovo,yoga-slim7x" }, + { .compatible = "medion,sprchrgd14s1" }, { .compatible = "microsoft,arcata", }, { .compatible = "microsoft,blackrock" }, { .compatible = "microsoft,romulus13", },