Skip to content

Commit 93f8756

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

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,21 @@ static const struct adsp_data sm6350_adsp_resource = {
813813
.ssctl_id = 0x14,
814814
};
815815

816+
static const struct adsp_data sm6375_mpss_resource = {
817+
.crash_reason_smem = 421,
818+
.firmware_name = "modem.mdt",
819+
.pas_id = 4,
820+
.minidump_id = 3,
821+
.auto_boot = false,
822+
.proxy_pd_names = (char*[]){
823+
"cx",
824+
NULL
825+
},
826+
.ssr_name = "mpss",
827+
.sysmon_name = "modem",
828+
.ssctl_id = 0x12,
829+
};
830+
816831
static const struct adsp_data sm8150_adsp_resource = {
817832
.crash_reason_smem = 423,
818833
.firmware_name = "adsp.mdt",
@@ -1183,6 +1198,7 @@ static const struct of_device_id adsp_of_match[] = {
11831198
{ .compatible = "qcom,sm6350-mpss-pas", .data = &mpss_resource_init},
11841199
{ .compatible = "qcom,sm6375-adsp-pas", .data = &sm6350_adsp_resource},
11851200
{ .compatible = "qcom,sm6375-cdsp-pas", .data = &sm8150_cdsp_resource},
1201+
{ .compatible = "qcom,sm6375-mpss-pas", .data = &sm6375_mpss_resource},
11861202
{ .compatible = "qcom,sm8150-adsp-pas", .data = &sm8150_adsp_resource},
11871203
{ .compatible = "qcom,sm8150-cdsp-pas", .data = &sm8150_cdsp_resource},
11881204
{ .compatible = "qcom,sm8150-mpss-pas", .data = &mpss_resource_init},

0 commit comments

Comments
 (0)