msm: mdm: make the mdm driver common between sglte and mdm

The mdm driver is made common between the sglte and mdm
modem by harmonizing the gpio names with logical
functionality and adding flags in case of differences.
The AP2MDM_PMIC_RESET_N gpio is renamed to AP2MDM_SOFT_RESET.
The early_power_on and sfr_query flags are added.

Change-Id: I9a5f8b208979ac7cbd01141f7518f99b0b0fec68
Signed-off-by: Joel King <joelking@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064.c b/arch/arm/mach-msm/board-8064.c
index 7ab3894..bc87d21 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -1678,6 +1678,8 @@
 static struct mdm_platform_data mdm_platform_data = {
 	.mdm_version = "3.0",
 	.ramdump_delay_ms = 2000,
+	.early_power_on = 1,
+	.sfr_query = 1,
 	.peripheral_platform_device = &apq8064_device_hsic_host,
 };