Merge "target: msm8916: Set the baseband property for all variants of MSM8x16."
diff --git a/target/msm8916/init.c b/target/msm8916/init.c
index ccc5b8f..a8fc06b 100644
--- a/target/msm8916/init.c
+++ b/target/msm8916/init.c
@@ -317,11 +317,15 @@
 	switch(platform)
 	{
 	case MSM8916:
+	case MSM8116:
+	case MSM8216:
+	case MSM8616:
 	case MSM8939:
 	case MSM8236:
 	case MSM8636:
 		board->baseband = BASEBAND_MSM;
 	break;
+	case APQ8016:
 	case APQ8039:
 	case APQ8036:
 		board->baseband = BASEBAND_APQ;