summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorAnimesh Kishore <ankishore@nvidia.com>2011-06-24 17:25:31 +0530
committerJeremy Wyman <jwyman@nvidia.com>2011-06-29 14:36:48 -0700
commit7e08a005f7e0d2405ba6dbfd5f3e6f09e3025acb (patch)
treec288affe38cdf2db9ef29138135ab100c376873e /arch/arm
parent64f5d456914f1ddc6279b538563eea7a8ea8aadc (diff)
ARM: tegra: enterprise: Remove dsi postsuspend DO NOT MERGE
Regulator disable in postsuspend cause suspend/resume break. Bug 841104 Change-Id: I67962d51b97ef9775e31c2b2c4b977a77895ed05 Reviewed-on: http://git-master/r/39024 Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Tested-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Jeremy Wyman <jwyman@nvidia.com> Tested-by: Jeremy Wyman <jwyman@nvidia.com>
Diffstat (limited to 'arch/arm')
-rwxr-xr-x[-rw-r--r--]arch/arm/mach-tegra/board-enterprise-panel.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c
index fa410f85fdb8..73571467c13a 100644..100755
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -367,22 +367,6 @@ static void enterprise_stereo_set_orientation(int mode)
}
}
-static int enterprise_dsi_panel_postsuspend(void)
-{
- int err = 0;
-
- if (enterprise_dsi_reg) {
- err = regulator_disable(enterprise_dsi_reg);
- if (err < 0)
- printk(KERN_ERR
- "DSI regulator avdd_dsi_csi disable failed\n");
- regulator_put(enterprise_dsi_reg);
- enterprise_dsi_reg = NULL;
- }
-
- return err;
-}
-
static struct tegra_dsi_cmd dsi_init_cmd[]= {
DSI_CMD_SHORT(0x05, 0x11, 0x00),
DSI_DLY_MS(150),
@@ -462,7 +446,6 @@ static struct tegra_dc_out enterprise_disp1_out = {
.enable = enterprise_dsi_panel_enable,
.disable = enterprise_dsi_panel_disable,
- .postsuspend = enterprise_dsi_panel_postsuspend,
};
static struct tegra_dc_platform_data enterprise_disp1_pdata = {
.flags = TEGRA_DC_FLAG_ENABLED,