Skip to content

Commit 42a3f55

Browse files
lweiss-fairphoneandersson
authored andcommitted
remoteproc: qcom: pas: Add SM6350 MPSS support
Add a config for the MPSS present on SM6350. Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a15d36f commit 42a3f55

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
@@ -805,6 +805,7 @@ static const struct of_device_id adsp_of_match[] = {
805805
{ .compatible = "qcom,sdm845-adsp-pas", .data = &sdm845_adsp_resource_init},
806806
{ .compatible = "qcom,sdm845-cdsp-pas", .data = &sdm845_cdsp_resource_init},
807807
{ .compatible = "qcom,sdx55-mpss-pas", .data = &sdx55_mpss_resource},
808+
{ .compatible = "qcom,sm6350-mpss-pas", .data = &mpss_resource_init},
808809
{ .compatible = "qcom,sm8150-adsp-pas", .data = &sm8150_adsp_resource},
809810
{ .compatible = "qcom,sm8150-cdsp-pas", .data = &sm8150_cdsp_resource},
810811
{ .compatible = "qcom,sm8150-mpss-pas", .data = &mpss_resource_init},

0 commit comments

Comments
 (0)