summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-panel.c
diff options
context:
space:
mode:
authorAnimesh Kishore <ankishore@nvidia.com>2011-09-08 18:19:27 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:59 -0800
commit9cf6a2c923a29722252b0eaef449f89f287bc92c (patch)
tree6dbdfa50a75fa9172629bd4c8d58d5c1c9a7ee16 /arch/arm/mach-tegra/board-enterprise-panel.c
parentcef2e8c56fe4575bf23b1c8047342759a3f905b4 (diff)
ARM: tegra: enterprise: Reduce display wake up time
Reduce delay required in between panel init commands. Bug 862427 Reviewed-on: http://git-master/r/51363 (cherry picked from commit cc56aad3425da91a74452d4f36b57905645a9e3d) Change-Id: I28c3cff8afa91bd19922798cc94d0fcc988f3f13 Reviewed-on: http://git-master/r/54184 Reviewed-by: Animesh Kishore <ankishore@nvidia.com> Tested-by: Animesh Kishore <ankishore@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Rebase-Id: Rb9825df9476ae51284ff8ebcbedd3fbcc6943b99
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c
index 0d1a8e97a017..32e5f2ba9872 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -502,7 +502,7 @@ static int enterprise_dsi_panel_postsuspend(void)
static struct tegra_dsi_cmd dsi_init_cmd[]= {
DSI_CMD_SHORT(0x05, 0x11, 0x00),
- DSI_DLY_MS(150),
+ DSI_DLY_MS(20),
#if(DC_CTRL_MODE & TEGRA_DC_OUT_ONE_SHOT_MODE)
DSI_CMD_SHORT(0x15, 0x35, 0x00),
#endif