summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-panel.c
diff options
context:
space:
mode:
authorShashank Sharma <shashanks@nvidia.com>2012-06-27 20:06:12 +0530
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-07-06 03:35:22 -0700
commit071655f34ec252173fb9f7275dc6dba20822b9ff (patch)
treeb474c39de2ed33496c3b6a892c9745a28626ef35 /arch/arm/mach-tegra/board-ventana-panel.c
parent03424f3db2edf01205074e0f5d584e4943ffa003 (diff)
video: tegra: dc: Enable platform data flag
Enable flag in HDMI pdata, to enable HDMI during bootup. Change-Id: Id49f9ffe5641c1276a311ab2eee36c478ba2973e Signed-off-by: Shashank Sharma <shashanks@nvidia.com> Reviewed-on: http://git-master/r/111628 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Kiran Adduri <kadduri@nvidia.com> Reviewed-by: Jon Mayo <jmayo@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-panel.c b/arch/arm/mach-tegra/board-ventana-panel.c
index 0013e36d38a6..56a222432fe0 100644
--- a/arch/arm/mach-tegra/board-ventana-panel.c
+++ b/arch/arm/mach-tegra/board-ventana-panel.c
@@ -282,7 +282,7 @@ static struct tegra_dc_platform_data ventana_disp1_pdata = {
};
static struct tegra_dc_platform_data ventana_disp2_pdata = {
- .flags = 0,
+ .flags = TEGRA_DC_FLAG_ENABLED,
.default_out = &ventana_disp2_out,
.fb = &ventana_hdmi_fb_data,
};