diff options
author | Tom Cherry <tcherry@nvidia.com> | 2011-07-25 17:02:28 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-07-26 16:53:34 -0700 |
commit | e60df543f6d00da61d9568e990b9eeb28caf7261 (patch) | |
tree | dff2e719e120079a66c902bdc3a16f57eb1c95ce /arch | |
parent | 8b4f1ecadcea91030dfc8522e66aaa339cf95adc (diff) |
arm: tegra: enterprise: provide height and width for disp1 panel
Change-Id: Ie6938bfdab2a232c7a79a61faaaaa94718bbbd08
Reviewed-on: http://git-master/r/43139
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise-panel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c index 2569238d6795..dd2c1e296993 100644 --- a/arch/arm/mach-tegra/board-enterprise-panel.c +++ b/arch/arm/mach-tegra/board-enterprise-panel.c @@ -509,6 +509,9 @@ static struct tegra_dc_out enterprise_disp1_out = { .enable = enterprise_dsi_panel_enable, .disable = enterprise_dsi_panel_disable, .postsuspend = enterprise_dsi_panel_postsuspend, + + .width = 53, + .height = 95, }; static struct tegra_dc_platform_data enterprise_disp1_pdata = { .flags = TEGRA_DC_FLAG_ENABLED, |