target: msm8974: Add baseband detect for MSM8974 variants.

Change-Id: I7278ae708c301bd42d6eae8b364e9c49da0153a6
diff --git a/target/msm8974/init.c b/target/msm8974/init.c
index 35e0add..5ae8341 100644
--- a/target/msm8974/init.c
+++ b/target/msm8974/init.c
@@ -406,9 +406,21 @@
 	case MSM8974:
 	case MSM8274:
 	case MSM8674:
+	case MSM8274AA:
+	case MSM8274AB:
+	case MSM8274AC:
+	case MSM8674AA:
+	case MSM8674AB:
+	case MSM8674AC:
+	case MSM8974AA:
+	case MSM8974AB:
+	case MSM8974AC:
 		board->baseband = BASEBAND_MSM;
 		break;
 	case APQ8074:
+	case APQ8074AA:
+	case APQ8074AB:
+	case APQ8074AC:
 		board->baseband = BASEBAND_APQ;
 		break;
 	default: