Skip to content

Commit a6df21c

Browse files
konradybcioandersson
authored andcommitted
remoteproc: qcom: pas: Add SM6375 ADSP & CDSP
Add a config for the ADSP&CDSP present on SM6375. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230725-topic-6375_rproc-v5-2-a8e9cde56a20@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 6d3211e commit a6df21c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,8 @@ static const struct of_device_id adsp_of_match[] = {
11811181
{ .compatible = "qcom,sm6350-adsp-pas", .data = &sm6350_adsp_resource},
11821182
{ .compatible = "qcom,sm6350-cdsp-pas", .data = &sm6350_cdsp_resource},
11831183
{ .compatible = "qcom,sm6350-mpss-pas", .data = &mpss_resource_init},
1184+
{ .compatible = "qcom,sm6375-adsp-pas", .data = &sm6350_adsp_resource},
1185+
{ .compatible = "qcom,sm6375-cdsp-pas", .data = &sm8150_cdsp_resource},
11841186
{ .compatible = "qcom,sm8150-adsp-pas", .data = &sm8150_adsp_resource},
11851187
{ .compatible = "qcom,sm8150-cdsp-pas", .data = &sm8150_cdsp_resource},
11861188
{ .compatible = "qcom,sm8150-mpss-pas", .data = &mpss_resource_init},

0 commit comments

Comments
 (0)