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/platform/msm_shared/smem.h b/platform/msm_shared/smem.h
index 51692e0..205296f 100644
--- a/platform/msm_shared/smem.h
+++ b/platform/msm_shared/smem.h
@@ -512,6 +512,7 @@
 	HW_PLATFORM_SUBTYPE_SAP = 2,
 	HW_PLATFORM_SUBTYPE_SAP_NOPMI = 3,
 	HW_PLATFORM_SUBTYPE_SVLTE2A = 3,
+	HW_PLATFORM_SUBTYPE_MTP_WEAR = 5,
 	HW_PLATFORM_SUBTYPE_SGLTE = 6,
 	HW_PLATFORM_SUBTYPE_DSDA = 7,
 	HW_PLATFORM_SUBTYPE_DSDA2 = 8,