target: msm8953: enable display for CDP/MTP new CDT

SDM632 new sku uses hx8399c as its display panel, so choose this
panel in display init.

Change-Id: I3b214cded938998bcf581b1a7bce8874c6ef217a
diff --git a/target/msm8953/oem_panel.c b/target/msm8953/oem_panel.c
index 4de8664..2a21713 100644
--- a/target/msm8953/oem_panel.c
+++ b/target/msm8953/oem_panel.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016,2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016,2018-2019, 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
@@ -371,13 +371,13 @@
 	switch (hw_id) {
 	case HW_PLATFORM_MTP:
 		panel_id = TRULY_1080P_VIDEO_PANEL;
-		if (platform_subtype == 0x03)
+		if (platform_subtype == 0x03 || platform_subtype == 0x04)
 			panel_id = HX8399C_FHD_PLUSE_VIDEO_PANEL;
 		break;
 	case HW_PLATFORM_SURF:
 	case HW_PLATFORM_RCM:
 		panel_id = TRULY_1080P_VIDEO_PANEL;
-		if (platform_subtype == 0x02)
+		if (platform_subtype == 0x02 || platform_subtype == 0x03)
 			 panel_id = HX8399C_FHD_PLUSE_VIDEO_PANEL;
 		break;
 	case HW_PLATFORM_QRD: