mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
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:
parent
715100c478
commit
4f8722d6b5
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user