target: msm8952:  Add target support for QCM2150

Add baseband selection, DDR config and Vibrator support for QCM2150.

Change-Id: I5e2ae05ff62906f11ff68fe8f3c54290f809deb1
Signed-off-by: Nagireddy Annem <nannem@codeaurora.org>
diff --git a/target/init.c b/target/init.c
index fa30f3e..bb40155 100644
--- a/target/init.c
+++ b/target/init.c
@@ -315,6 +315,7 @@
 		case SDA429:
 		case SDA439:
 		case QM215:
+		case QCM2150:
 		/* SDCC HC DDR CONFIG has shifted by 4 bytes for these platform */
 			ret += 4;
 			break;
@@ -405,6 +406,7 @@
 		case SDA429:
 		case SDA439:
 		case QM215:
+		case QCM2150:
 		case SDM429W:
 			config->vib_type = VIB_LRA_TYPE;
 			config->hap_rate_cfg1 = QPNP_HAP_RATE_CFG1_41;