remoteproc: qcom: pas: enable both dumps collection for mpss in pineapple

Enable collection of both minidump and fulldump in SSR for mpss in
pineapple by setting the flag to true in adsp_data.

Change-Id: If85564b090dc60cbaf04403e67dbf86507bc6db6
Signed-off-by: Naman Jain <quic_namajain@quicinc.com>
This commit is contained in:
Naman Jain 2022-11-24 14:42:47 +05:30 committed by Gerrit - the friendly Code Review server
parent 715100c478
commit 4f8722d6b5

View File

@ -1542,6 +1542,7 @@ static const struct adsp_data pineapple_mpss_resource = {
.qmp_name = "modem",
.ssctl_id = 0x12,
.dma_phys_below_32b = true,
.both_dumps = true,
};
static const struct adsp_data cinder_mpss_resource = {