diff options
author | Kevin Huang <kevinh@nvidia.com> | 2011-08-16 18:38:23 -0700 |
---|---|---|
committer | Niket Sirsi <nsirsi@nvidia.com> | 2011-08-22 17:45:17 -0700 |
commit | 9ae82c3c8834d1d732b7715db76bcececdb5321a (patch) | |
tree | 2c08055e10ce64c48e97c328ac6404fe31b593d4 | |
parent | 857e9e8ca9b133b27fdc7406ada329e03fc43a30 (diff) |
ARM: tegra: enterprise: Enable DIDIM by default.
Bug 859226
Change-Id: Iae2960800b60a44e1492539dfa0be4218ac12ba2
Reviewed-on: http://git-master/r/47435
Reviewed-by: Niket Sirsi <nsirsi@nvidia.com>
Tested-by: Niket Sirsi <nsirsi@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise-panel.c | 2 |
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 389ebd74b228..e9098d246437 100644 --- a/arch/arm/mach-tegra/board-enterprise-panel.c +++ b/arch/arm/mach-tegra/board-enterprise-panel.c @@ -288,7 +288,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, |