]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: qcom: scm: Allow QSEECOM for HP Omnibook X14
authorJens Glathe <jens.glathe@oldschoolsolutions.biz>
Mon, 2 Dec 2024 19:41:30 +0000 (20:41 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 21:19:19 +0000 (15:19 -0600)
add "hp,omnibook-x14" as compatible device for QSEECOM

This is required to get access to efivars and uefi boot loader support.

Signed-off-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Link: https://lore.kernel.org/r/20241202-hp-omnibook-x14-v3-2-0fcd96483723@oldschoolsolutions.biz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c

index 11be6840cc6adec6150e47032fea7334e4dad3e8..83a13ca33c8b7e80474622e4d60e74e3cfb43a27 100644 (file)
@@ -1770,6 +1770,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
 static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
        { .compatible = "asus,vivobook-s15" },
        { .compatible = "dell,xps13-9345" },
+       { .compatible = "hp,omnibook-x14" },
        { .compatible = "lenovo,flex-5g" },
        { .compatible = "lenovo,thinkpad-t14s" },
        { .compatible = "lenovo,thinkpad-x13s", },