summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHunk Lin <hulin@nvidia.com>2012-05-03 05:35:47 +0800
committerMatthew Pedro <mapedro@nvidia.com>2012-05-18 11:42:23 -0700
commita20ac0850774494745e0ab3efd4215b50555ee8b (patch)
tree80e0e69cf04931eff5e267ce5e0a7330c84c8317 /arch
parent5ee48af7d25f136e7e4ee651809301bf7459813b (diff)
Revert "video: tegra: dc: Set default videomode"
This reverts commit 9349cedf17f9b3c10760c8d48f831473f87a3a15. It is reviewed on http://git-master/r/99635 It will cause HDMI power ON and emc clock bump up to 667Mhz after resume from LP0. bug 930136 Change-Id: I130494fdb381b3d322ac0e3fc8be2e44f2c2d7a7 Signed-off-by: Hunk Lin <hulin@nvidia.com> Reviewed-on: http://git-master/r/103092 GVS: Gerrit_Virtual_Submit Tested-by: Shashank Sharma <shashanks@nvidia.com> Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-cardhu-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-panel.c b/arch/arm/mach-tegra/board-cardhu-panel.c
index 5c7bd877f6a6..80adfc030921 100644
--- a/arch/arm/mach-tegra/board-cardhu-panel.c
+++ b/arch/arm/mach-tegra/board-cardhu-panel.c
@@ -734,7 +734,7 @@ static struct tegra_dc_out cardhu_disp2_out = {
};
static struct tegra_dc_platform_data cardhu_disp2_pdata = {
- .flags = TEGRA_DC_FLAG_ENABLED,
+ .flags = 0,
.default_out = &cardhu_disp2_out,
.fb = &cardhu_hdmi_fb_data,
.emc_clk_rate = 300000000,