Skip to content

Commit 9b01fc6

Browse files
SpieringsAEandersson
authored andcommitted
firmware: qcom: scm: Allow QSEECOM on the asus vivobook s15
Add the asus vivobook s15 to the compatible list to allow access to efivars Signed-off-by: Maud Spierings <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 70096b4 commit 9b01fc6

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
@@ -1768,6 +1768,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
17681768
+ any potential issues with this, only allow validated machines for now.
17691769
*/
17701770
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
1771+
{ .compatible = "asus,vivobook-s15" },
17711772
{ .compatible = "dell,xps13-9345" },
17721773
{ .compatible = "lenovo,flex-5g" },
17731774
{ .compatible = "lenovo,thinkpad-t14s" },

0 commit comments

Comments
 (0)