]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
firmware: qcom: scm: Allow QSEECOM on Dell Inspiron 7441 / Latitude 7455
authorVal Packett <val@packett.cool>
Wed, 16 Jul 2025 00:27:00 +0000 (21:27 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Nov 2025 20:36:47 +0000 (15:36 -0500)
[ Upstream commit 30ee285f1e3cdc88ec7010abeaba0cbed800bdcd ]

Allow these machines to access efivars through qseecom/uefisecapp.

Signed-off-by: Val Packett <val@packett.cool>
Reviewed-by: Laurentiu Tudor <laurentiu.tudor1@dell.com>
Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20250716003139.18543-5-val@packett.cool
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index 5243d5abbbe9943d3639cf5e5723b738b2d90bdf..7f43f12e4e1b2629ebbc816865402605dfc03111 100644 (file)
@@ -1994,6 +1994,8 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "asus,vivobook-s15" },
        { .compatible = "asus,zenbook-a14-ux3407qa" },
        { .compatible = "asus,zenbook-a14-ux3407ra" },
+       { .compatible = "dell,inspiron-14-plus-7441" },
+       { .compatible = "dell,latitude-7455" },
        { .compatible = "dell,xps13-9345" },
        { .compatible = "hp,elitebook-ultra-g1q" },
        { .compatible = "hp,omnibook-x14" },