target: msm8909: Add support for Wearables

Add support for MSM8909W and APQ8009W targets.

Change-Id: Ibf88f01a01352797cf456511544b30fc247f1278
diff --git a/target/msm8909/init.c b/target/msm8909/init.c
index 56aecd9..90f6d07 100644
--- a/target/msm8909/init.c
+++ b/target/msm8909/init.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -416,6 +416,7 @@
 	case MSM8209:
 	case MSM8208:
 	case MSM8609:
+	case MSM8909W:
 		board->baseband = BASEBAND_MSM;
 		break;
 
@@ -426,6 +427,7 @@
 		break;
 
 	case APQ8009:
+	case APQ8009W:
 		if ((board->platform_hw == HW_PLATFORM_MTP) &&
 			((board->platform_subtype == HW_SUBTYPE_APQ_NOWGR) ||
 			 (board->platform_subtype == HW_PLATFORM_SUBTYPE_SWOC_NOWGR_CIRC)))