Merge "target: msm8916: Set the baseband property for MSM8939."
diff --git a/target/msm8916/init.c b/target/msm8916/init.c
index 683cb4a..e182e5b 100644
--- a/target/msm8916/init.c
+++ b/target/msm8916/init.c
@@ -317,8 +317,15 @@
 	switch(platform)
 	{
 	case MSM8916:
+	case MSM8939:
+	case MSM8236:
+	case MSM8636:
 		board->baseband = BASEBAND_MSM;
 	break;
+	case APQ8039:
+	case APQ8036:
+		board->baseband = BASEBAND_APQ;
+	break;
 	default:
 		dprintf(CRITICAL, "Platform type: %u is not supported\n", platform);
 	ASSERT(0);