Skip to content

Commit 77db8e7

Browse files
committed
firmware: qcom: scm: Allow QSEECOM on Asus Zenbook A14
JIRA: https://issues.redhat.com/browse/RHEL-117514 commit 56c8edc Author: Aleksandrs Vinarskis <alex.vinarskis@gmail.com> Date: Sat Apr 26 14:57:59 2025 +0200 firmware: qcom: scm: Allow QSEECOM on Asus Zenbook A14 Allow particular machine accessing eg. efivars. Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com> Link: https://lore.kernel.org/r/20250426130203.37659-4-alex.vinarskis@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Eric Chanudet <echanude@redhat.com>
1 parent 2cec2b5 commit 77db8e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/firmware/qcom/qcom_scm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,6 +1986,8 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
19861986
*/
19871987
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
19881988
{ .compatible = "asus,vivobook-s15" },
1989+
{ .compatible = "asus,zenbook-a14-ux3407qa" },
1990+
{ .compatible = "asus,zenbook-a14-ux3407ra" },
19891991
{ .compatible = "dell,xps13-9345" },
19901992
{ .compatible = "hp,omnibook-x14" },
19911993
{ .compatible = "huawei,gaokun3" },

0 commit comments

Comments
 (0)