summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/panel-p-wuxga-10-1.c
diff options
context:
space:
mode:
authorVineel Kumar Reddy Kovvuri <vineelkumarr@nvidia.com>2013-02-28 17:46:27 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:01:31 -0700
commit888b88b329b3172892d25d050f6a77aea435eec2 (patch)
tree48690eaa94f90eb55159523e4c5d12b90f26f712 /arch/arm/mach-tegra/panel-p-wuxga-10-1.c
parent9181daad7b94110760d5934cf0d8bcf770a7a06a (diff)
arm: tegra: dalmore: Increase display wakeup time
Fixes the issue of display failing to wakeup from LP0 Change-Id: Ice35f1518877e6e3810e5d2fe824ce12abf78a5b Signed-off-by: Vineel Kumar Reddy Kovvuri <vineelkumarr@nvidia.com> Reviewed-on: http://git-master/r/205110 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/panel-p-wuxga-10-1.c')
-rw-r--r--arch/arm/mach-tegra/panel-p-wuxga-10-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/panel-p-wuxga-10-1.c b/arch/arm/mach-tegra/panel-p-wuxga-10-1.c
index 7344a2c3ac9e..8ecaac009655 100644
--- a/arch/arm/mach-tegra/panel-p-wuxga-10-1.c
+++ b/arch/arm/mach-tegra/panel-p-wuxga-10-1.c
@@ -319,12 +319,12 @@ static int dsi_p_wuxga_10_1_enable(struct device *dev)
}
}
- msleep(20);
+ msleep(100);
#if DSI_PANEL_RESET
gpio_direction_output(dsi_p_wuxga_10_1_pdata.dsi_panel_rst_gpio, 1);
usleep_range(1000, 5000);
gpio_set_value(dsi_p_wuxga_10_1_pdata.dsi_panel_rst_gpio, 0);
- usleep_range(1000, 5000);
+ msleep(150);
gpio_set_value(dsi_p_wuxga_10_1_pdata.dsi_panel_rst_gpio, 1);
msleep(20);
#endif