summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-panel.c
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2011-08-16 18:38:23 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:28 -0800
commit9562e6265794d9b07a6d30ae451256614bab611e (patch)
treea0f3b777f6d7f47d752196037479d03455c58022 /arch/arm/mach-tegra/board-enterprise-panel.c
parentce095253b54f8314c9658b99690a68c0b78f276f (diff)
ARM: tegra: enterprise: Enable DIDIM by default.
Bug 859226 Original-Change-Id: Iae2960800b60a44e1492539dfa0be4218ac12ba2 Reviewed-on: http://git-master/r/47435 Reviewed-by: Niket Sirsi <nsirsi@nvidia.com> Tested-by: Niket Sirsi <nsirsi@nvidia.com> Rebase-Id: Rb624714e32b6cd894c746f82317c8b0bee9a02d7
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-panel.c')
-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 b9798567d797..e76a44572699 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -287,7 +287,7 @@ static struct resource enterprise_disp2_resources[] = {
};
static struct tegra_dc_sd_settings enterprise_sd_settings = {
- .enable = 0, /* Normal mode operation */
+ .enable = 1, /* Normal mode operation */
.use_auto_pwm = false,
.hw_update_delay = 0,
.bin_width = -1,