target: msm8952: Add target support for sdm429 and sdm439

Add target support for sdm429 and sdm439 platform.

Change-Id: I1bfc0d35c3ea2232908b4f15ec5104d7321fa52a
diff --git a/target/init.c b/target/init.c
index 386f5c6..517793d 100644
--- a/target/init.c
+++ b/target/init.c
@@ -290,6 +290,8 @@
 		case SDA450:
 		case SDM632:
 		case SDA632:
+		case SDM429:
+		case SDM439:
 		/* SDCC HC DDR CONFIG has shifted by 4 bytes for these platform */
 			ret += 4;
 			break;
@@ -368,6 +370,8 @@
 		case SDA450:
 		case SDM632:
 		case SDA632:
+		case SDM429:
+		case SDM439:
 			config->vib_type = VIB_LRA_TYPE;
 			config->hap_rate_cfg1 = QPNP_HAP_RATE_CFG1_41;
 			config->hap_rate_cfg2 = QPNP_HAP_RATE_CFG2_03;