summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAnimesh Kishore <ankishore@nvidia.com>2011-09-08 18:19:27 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-09-26 16:38:26 -0700
commit0243c92cacc032cce3a12f261664bb8ad083355f (patch)
tree7350af81c3994364f6aac6b7bcb84ec3ecc8392a /arch
parentce1e3b72a12f5623a99eee3674da8d5a1575f387 (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>
Diffstat (limited to 'arch')
-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 83a58a281d60..4928626253b0 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -503,7 +503,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