aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/dss-common.c
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2013-02-04 12:25:36 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-04-04 11:51:21 +0300
commit29cdecabe22fbf5806ec64d12954b795ba248b77 (patch)
tree8ac400520b4d946c9a4735cac27c1a7b8a9d626c /arch/arm/mach-omap2/dss-common.c
parentarm: omap boards: Remove unnecessary platform_enable/disable callbacks for VENC devices (diff)
downloadlinux-dev-29cdecabe22fbf5806ec64d12954b795ba248b77.tar.xz
linux-dev-29cdecabe22fbf5806ec64d12954b795ba248b77.zip
arm: dss-common: don't use reset_gpio from omap4_panda_dvi_device
gpio reset info is passed to the tfp410 panel driver via the panel's platform data struct 'tfp410_platform_data'. The tfp driver doesn't use the reset_gpio field in the omap4_panda_dvi_device struct. Remove this field. Signed-off-by: Archit Taneja <archit@ti.com> Cc: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/dss-common.c')
-rw-r--r--arch/arm/mach-omap2/dss-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/dss-common.c b/arch/arm/mach-omap2/dss-common.c
index b073e8b651b3..393aeefaebb0 100644
--- a/arch/arm/mach-omap2/dss-common.c
+++ b/arch/arm/mach-omap2/dss-common.c
@@ -52,7 +52,6 @@ static struct omap_dss_device omap4_panda_dvi_device = {
.driver_name = "tfp410",
.data = &omap4_dvi_panel,
.phy.dpi.data_lines = 24,
- .reset_gpio = PANDA_DVI_TFP410_POWER_DOWN_GPIO,
.channel = OMAP_DSS_CHANNEL_LCD2,
};