dev: gcdb: display: add the dynamic fps structure for truly wuxga panel

Add the list of frame rates to be supported for truly wuxga video mode
panel. This is needed to generate the DSI PLL trim codes and pass it
to kernel to support dynamic fps feature.

Change-Id: I1d974f33fb750b6d2d7ab42ff861df4a023b5255
diff --git a/dev/gcdb/display/include/panel_truly_wuxga_video.h b/dev/gcdb/display/include/panel_truly_wuxga_video.h
index 136d31b..9379e42 100644
--- a/dev/gcdb/display/include/panel_truly_wuxga_video.h
+++ b/dev/gcdb/display/include/panel_truly_wuxga_video.h
@@ -139,6 +139,14 @@
   1, 1, 4095, 100, 1, "PMIC_8941"
 };
 
+/*---------------------------------------------------------------------------*/
+/* Dynamic fps supported frequencies by panel                                */
+/*---------------------------------------------------------------------------*/
+static const struct dfps_panel_info truly_wuxga_video_dfps = {
+        1, 10, {48, 49, 50, 51, 52, 54, 56, 57, 58, 60}
+};
+
+
 #define TRULY_WUXGA_VIDEO_SIGNATURE 0xFFFF
 
 #endif /*_TRULY_WUXGA_VIDEO_H_*/