dev: gcdb: display: add 14nm panel timing setting for Truly WUXGA panel

Add the required properties to a gcdb header file for support of Truly
WUXGA panel on targets with 14nm DSI PHY support.

Change-Id: Iea89185287521a757ae5c4da4b03b4583f41e005
diff --git a/dev/gcdb/display/include/panel_truly_wuxga_video.h b/dev/gcdb/display/include/panel_truly_wuxga_video.h
index 82a9bc8..136d31b 100644
--- a/dev/gcdb/display/include/panel_truly_wuxga_video.h
+++ b/dev/gcdb/display/include/panel_truly_wuxga_video.h
@@ -115,6 +115,14 @@
   0xf3, 0x3a, 0x26, 0x00, 0x6c, 0x6e, 0x2c, 0x3e, 0x2f, 0x03, 0x04, 0x00
 };
 
+static const uint32_t truly_wuxga_14nm_video_timings[] = {
+	0x24, 0x1f, 0x8, 0x9, 0x5, 0x3, 0x4, 0xa0,
+	0x24, 0x1f, 0x8, 0x9, 0x5, 0x3, 0x4, 0xa0,
+	0x24, 0x1f, 0x8, 0x9, 0x5, 0x3, 0x4, 0xa0,
+	0x24, 0x1f, 0x8, 0x9, 0x5, 0x3, 0x4, 0xa0,
+	0x24, 0x1c, 0x8, 0x9, 0x5, 0x3, 0x4, 0xa0,
+};
+
 static struct panel_timing truly_wuxga_video_timing_info = {
   0, 4, 0x02, 0x2d
 };