Message ID | 20240430-uefisecapp-allowlist-sc8180x-v1-1-1a626ea9c5f1@quicinc.com |
---|---|
State | Accepted |
Commit | 4b34d4c25da289712d9a5bd5bac5888f099cbc5c |
Headers | show |
Series | firmware: qcom: uefisecapp: Allow on sc8180x Primus and Flex 5G | expand |
diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index 06e46267161b..68f4df7e6c3c 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -1646,7 +1646,9 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send); + any potential issues with this, only allow validated machines for now. */ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { + { .compatible = "lenovo,flex-5g" }, { .compatible = "lenovo,thinkpad-x13s", }, + { .compatible = "qcom,sc8180x-primus" }, { } };