Skip to content

Commit 0104b5c

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 <alex.vinarskis@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Tested-by: Stefan Schmidt <stefan.schmidt@linaro.org> Link: https://lore.kernel.org/r/20241003211139.9296-3-alex.vinarskis@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent f7bfc22 commit 0104b5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/firmware/qcom/qcom_scm.c

Lines changed: 1 addition & 0 deletions
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)