msm: 8960: add flag to invert soft reset gpio
There is an inverter in the gpio connection so that pulling
the soft reset gpio HIGH in fact pulls the PS_HOLD of the
external modem LOW. The flag is already supported in the
mdm driver but was not set in the platform data.
Change-Id: I5632fde7e70328f3c6530b24f14ef2127cce56be
Signed-off-by: Joel King <joelking@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8960.c b/arch/arm/mach-msm/board-8960.c
index 82ac58c..79af1a7 100644
--- a/arch/arm/mach-msm/board-8960.c
+++ b/arch/arm/mach-msm/board-8960.c
@@ -1281,6 +1281,7 @@
static struct mdm_platform_data sglte_platform_data = {
.mdm_version = "4.0",
.ramdump_delay_ms = 1000,
+ .soft_reset_inverted = 1,
.peripheral_platform_device = NULL,
};