msm: mdm: Set flag to not power down QSC after dump collection.
In the case of SGLTE, the power down function for the external modem
will not get called after its ramdump collection is done.
Change-Id: Id71a549b775d83a7e09cd9daab913def09c1ef84
Signed-off-by: Ameya Thakur <ameyat@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8960.c b/arch/arm/mach-msm/board-8960.c
index 6fd2b4d..251c1de 100644
--- a/arch/arm/mach-msm/board-8960.c
+++ b/arch/arm/mach-msm/board-8960.c
@@ -1292,6 +1292,7 @@
.soft_reset_inverted = 1,
.peripheral_platform_device = NULL,
.ramdump_timeout_ms = 600000,
+ .no_powerdown_after_ramdumps = 1,
};
#define MSM_TSIF0_PHYS (0x18200000)