Skip to content

Commit a0a7702

Browse files
Konrad Dybcioandersson
authored andcommitted
remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatible
This chipset seems to work fine with the "generic" configuration. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] [bjorn: Use "-pas" suffix for remoteprocs using TrustZone] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f35ef8e commit a0a7702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ static const struct of_device_id adsp_of_match[] = {
833833
{ .compatible = "qcom,sc8180x-adsp-pas", .data = &sm8150_adsp_resource},
834834
{ .compatible = "qcom,sc8180x-cdsp-pas", .data = &sm8150_cdsp_resource},
835835
{ .compatible = "qcom,sc8180x-mpss-pas", .data = &sc8180x_mpss_resource},
836+
{ .compatible = "qcom,sdm660-adsp-pas", .data = &adsp_resource_init},
836837
{ .compatible = "qcom,sdm845-adsp-pas", .data = &adsp_resource_init},
837838
{ .compatible = "qcom,sdm845-cdsp-pas", .data = &cdsp_resource_init},
838839
{ .compatible = "qcom,sdx55-mpss-pas", .data = &sdx55_mpss_resource},

0 commit comments

Comments
 (0)