Skip to content

Commit a74c05e

Browse files
committed
firmware: qcom: scm: Allow QSEECOM on x1e80100 based devices
add unchecked for ease of use: Lenovo Yoga slim 7X ASUS Vivobook S15 HP Omnibook X14 Not-Signed-off-by: Jens Glathe <[email protected]>
1 parent 7f4cf8c commit a74c05e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

drivers/firmware/qcom/qcom_scm.c

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,11 +1731,14 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
17311731
+ any potential issues with this, only allow validated machines for now.
17321732
*/
17331733
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
1734+
{ .compatible = "asus,vivobook-s15" },
1735+
{ .compatible = "hp,omnibook-x14" },
17341736
{ .compatible = "lenovo,flex-5g" },
17351737
{ .compatible = "lenovo,thinkpad-t14s" },
1736-
{ .compatible = "lenovo,thinkpad-x13s", },
1737-
{ .compatible = "microsoft,romulus13", },
1738-
{ .compatible = "microsoft,romulus15", },
1738+
{ .compatible = "lenovo,thinkpad-x13s" },
1739+
{ .compatible = "lenovo,yoga-slim7x" },
1740+
{ .compatible = "microsoft,romulus13" },
1741+
{ .compatible = "microsoft,romulus15" },
17391742
{ .compatible = "qcom,sc8180x-primus" },
17401743
{ .compatible = "qcom,x1e80100-crd" },
17411744
{ .compatible = "qcom,x1e80100-qcp" },

0 commit comments

Comments
 (0)