summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-panel.h
diff options
context:
space:
mode:
authorVineel Kumar Reddy Kovvuri <vineelkumarr@nvidia.com>2014-01-17 15:55:30 +0530
committerVineel Kumar Reddy Kovvuri <vineelkumarr@nvidia.com>2014-01-27 19:19:14 -0800
commitc2bc3d07f22faf9d4a8f4e0120970f0fd17d7c86 (patch)
tree65458eda10d0a1ed9738d18fcbd6ec56afc26636 /arch/arm/mach-tegra/board-panel.h
parentbd56e2db4633424a5e6114b9c1dd51e395c0d5af (diff)
arm: dts: ardbeg: Add panel dt support
Add dt support for sharp 25x16 panel Bug 1410281 Change-Id: I204b25a57b3b1962b23cf0ddc849e0cdad9a32b4 Signed-off-by: Vineel Kumar Reddy Kovvuri <vineelkumarr@nvidia.com> Reviewed-on: http://git-master/r/356945 Reviewed-by: Animesh Kishore <ankishore@nvidia.com> Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-panel.h')
-rw-r--r--arch/arm/mach-tegra/board-panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-panel.h b/arch/arm/mach-tegra/board-panel.h
index 7e334934c015..56a35acc5755 100644
--- a/arch/arm/mach-tegra/board-panel.h
+++ b/arch/arm/mach-tegra/board-panel.h
@@ -37,7 +37,6 @@ enum {
TEGRA_GPIO_RESET,
TEGRA_GPIO_BL_ENABLE,
TEGRA_GPIO_PWM,
- TEGRA_GPIO_TE,
TEGRA_N_GPIO_PANEL, /* add new gpio above this entry */
};
@@ -47,7 +46,7 @@ struct tegra_panel_of {
bool panel_gpio_populated;
};
static struct tegra_panel_of __maybe_unused panel_of = {
- .panel_gpio = {-1, -1, -1, -1},
+ .panel_gpio = {-1, -1, -1},
};
struct tegra_panel_ops {
@@ -61,6 +60,7 @@ struct tegra_panel_ops {
};
extern struct tegra_panel_ops dsi_p_wuxga_10_1_ops;
extern struct tegra_panel_ops dsi_lgd_wxga_7_0_ops;
+extern struct tegra_panel_ops dsi_s_wqxga_10_1_ops;
extern struct tegra_panel dsi_l_720p_5;
extern struct tegra_panel dsi_j_720p_4_7;