dev: gcdb: display: revert flip for auo 390p cmd mode panel

Panel was not mounted properly, so to align with touch, in the panel
on sequence, a command was added to flip the panel by 180 degrees.
Remove the flip command from the panel sequence for auo 390p cmd mode
panel to avoid display artifacts.

Change-Id: I755818e599b66cbd5e813cdc4139bdfdb87b0479
diff --git a/dev/gcdb/display/include/panel_auo_390p_cmd.h b/dev/gcdb/display/include/panel_auo_390p_cmd.h
index 705e562..d886cb2 100644
--- a/dev/gcdb/display/include/panel_auo_390p_cmd.h
+++ b/dev/gcdb/display/include/panel_auo_390p_cmd.h
@@ -118,28 +118,23 @@
 
 
 static char auo_390p_cmd_on_cmd10[] = {
-	0x36, 0xc0, 0x015, 0x80,
-};
-
-
-static char auo_390p_cmd_on_cmd11[] = {
 	0x11, 0x00, 0x05, 0x80,
 };
 
 
-static char auo_390p_cmd_on_cmd12[] = {
+static char auo_390p_cmd_on_cmd11[] = {
 	0x29, 0x00, 0x05, 0x80,
 };
 
 
-static char auo_390p_cmd_on_cmd13[] = {
+static char auo_390p_cmd_on_cmd12[] = {
 	0x06, 0x00, 0x39, 0xC0,
 	0xf0, 0x55, 0xaa, 0x52,
 	0x08, 0x01, 0xff, 0xff,
 };
 
 
-static char auo_390p_cmd_on_cmd14[] = {
+static char auo_390p_cmd_on_cmd13[] = {
 	0x07, 0x00, 0x39, 0xC0,
 	0xff, 0x00, 0x55, 0xaa,
 	0x52, 0x08, 0x01, 0xff,
@@ -159,12 +154,11 @@
 	{ 0x4 , auo_390p_cmd_on_cmd9, 0x00},
 	{ 0x4 , auo_390p_cmd_on_cmd10, 0x00},
 	{ 0x4 , auo_390p_cmd_on_cmd11, 0x00},
-	{ 0x4 , auo_390p_cmd_on_cmd12, 0x00},
+	{ 0xc , auo_390p_cmd_on_cmd12, 0x00},
 	{ 0xc , auo_390p_cmd_on_cmd13, 0x00},
-	{ 0xc , auo_390p_cmd_on_cmd14, 0x00},
 };
 
-#define AUO_390P_CMD_ON_COMMAND 15
+#define AUO_390P_CMD_ON_COMMAND 14
 
 
 static char auo_390p_cmd_off_cmd0[] = {