target: msm8909: enable splash screen for MSM8909 MTP wearable

Enable splash screen for MSM8909 MTP wearable using the new platform
subtype to select the display panel.

Change-Id: I057e47b0c72e468fde6afd4b6f30c147c3af7c56
diff --git a/target/msm8909/oem_panel.c b/target/msm8909/oem_panel.c
index bb3bc07..1e437a8 100644
--- a/target/msm8909/oem_panel.c
+++ b/target/msm8909/oem_panel.c
@@ -511,6 +511,7 @@
 				(platform_type == APQ8009W))
 				panel_id = AUO_400P_CMD_PANEL;
 			break;
+		case HW_PLATFORM_SUBTYPE_MTP_WEAR:
 		case HW_PLATFORM_SUBTYPE_SWOC_WEAR:
 			if ((platform_type == MSM8909W) ||
 				(platform_type == APQ8009W))