Skip to content

Commit 7d467c1

Browse files
jglatheandersson
authored andcommitted
firmware: qcom: scm: Allow QSEECOM for HP Omnibook X14
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 <[email protected]> Link: https://lore.kernel.org/r/20241202-hp-omnibook-x14-v3-2-0fcd96483723@oldschoolsolutions.biz Signed-off-by: Bjorn Andersson <[email protected]>
1 parent eb9fc0f commit 7d467c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/qcom/qcom_scm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,6 +1770,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
17701770
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
17711771
{ .compatible = "asus,vivobook-s15" },
17721772
{ .compatible = "dell,xps13-9345" },
1773+
{ .compatible = "hp,omnibook-x14" },
17731774
{ .compatible = "lenovo,flex-5g" },
17741775
{ .compatible = "lenovo,thinkpad-t14s" },
17751776
{ .compatible = "lenovo,thinkpad-x13s", },

0 commit comments

Comments
 (0)