Skip to content
/ linux Public
forked from torvalds/linux

Commit 5b3aacc

Browse files
alexVinarskisgregkh
authored andcommitted
firmware: qcom: scm: Allow QSEECOM on Dell XPS 13 9345
[ Upstream commit 304c250 ] Allow particular machine accessing eg. efivars. Signed-off-by: Aleksandrs Vinarskis <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Tested-by: Stefan Schmidt <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 73ee950 commit 5b3aacc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/qcom/qcom_scm.c

+1
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
17421742
+ any potential issues with this, only allow validated machines for now.
17431743
*/
17441744
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
1745+
{ .compatible = "dell,xps13-9345" },
17451746
{ .compatible = "lenovo,flex-5g" },
17461747
{ .compatible = "lenovo,thinkpad-t14s" },
17471748
{ .compatible = "lenovo,thinkpad-x13s", },

0 commit comments

Comments
 (0)