FP2-959:Modified for LCD_RESET pin.

To maintain the LCD reset signal (LCD_RESET) at voltage High level (1.8V)during power up.

Change-Id: If5b67f5a00f430c35e6a6b666465abe69863e101
diff --git a/dev/gcdb/display/gcdb_display.c b/dev/gcdb/display/gcdb_display.c
index 785c2a9..0757c72 100755
--- a/dev/gcdb/display/gcdb_display.c
+++ b/dev/gcdb/display/gcdb_display.c
@@ -100,7 +100,7 @@
 			dprintf(CRITICAL, "LDO control enable failed \n");
 			return ret;
 		}
-
+		mdelay(10);
 		/* Panel Reset */
 		ret = mdss_dsi_panel_reset(enable);
 		if (ret) {