[PATCH v2 2/8] firmware: qcom: scm: allow QSEECOM on Surface Pro 11

Dale Whinham posted 8 patches 2 months, 1 week ago
There is a newer version of this series
[PATCH v2 2/8] firmware: qcom: scm: allow QSEECOM on Surface Pro 11
Posted by Dale Whinham 2 months, 1 week ago
Enables access to EFI variables on this machine.

Tested-by: Jérôme de Bretagne <jerome.debretagne@gmail.com>
Signed-off-by: Dale Whinham <daleyo@gmail.com>
---
 drivers/firmware/qcom/qcom_scm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c
index e777b7cb9b12..5d123c11d8ed 100644
--- a/drivers/firmware/qcom/qcom_scm.c
+++ b/drivers/firmware/qcom/qcom_scm.c
@@ -2007,6 +2007,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
 	{ .compatible = "lenovo,yoga-slim7x" },
 	{ .compatible = "microsoft,arcata", },
 	{ .compatible = "microsoft,blackrock" },
+	{ .compatible = "microsoft,denali", },
 	{ .compatible = "microsoft,romulus13", },
 	{ .compatible = "microsoft,romulus15", },
 	{ .compatible = "qcom,hamoa-iot-evk" },
-- 
2.52.0

Re: [PATCH v2 2/8] firmware: qcom: scm: allow QSEECOM on Surface Pro 11
Posted by Dmitry Baryshkov 2 months ago
On Mon, Dec 01, 2025 at 01:14:43AM +0000, Dale Whinham wrote:
> Enables access to EFI variables on this machine.
> 
> Tested-by: Jérôme de Bretagne <jerome.debretagne@gmail.com>
> Signed-off-by: Dale Whinham <daleyo@gmail.com>
> ---
>  drivers/firmware/qcom/qcom_scm.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry