diff options
author | Thomas Weber <weber@corscience.de> | 2010-07-05 10:04:41 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 10:04:41 -0400 |
commit | e185469be0569c9d166db74777fc747df6af445a (patch) | |
tree | 49ca41e80f6f596c24feac508ff549548ef74037 /arch/arm/mach-omap2/board-devkit8000.c | |
parent | 612840bbd4eb75963fc7cfd4c1163c798adc8849 (diff) |
OMAP2: Devkit8000: Remove en-/disable for tv panel
devkit8000_panel_enable_tv and devkit8000_panel_disable_tv are already
done in DSS2 code. So they are no longer needed in board code.
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-devkit8000.c')
-rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 4d6320a781af..13ce24212525 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
@@ -158,16 +158,6 @@ static void devkit8000_panel_disable_dvi(struct omap_dss_device *dssdev) | |||
158 | gpio_set_value(dssdev->reset_gpio, 0); | 158 | gpio_set_value(dssdev->reset_gpio, 0); |
159 | } | 159 | } |
160 | 160 | ||
161 | static int devkit8000_panel_enable_tv(struct omap_dss_device *dssdev) | ||
162 | { | ||
163 | |||
164 | return 0; | ||
165 | } | ||
166 | |||
167 | static void devkit8000_panel_disable_tv(struct omap_dss_device *dssdev) | ||
168 | { | ||
169 | } | ||
170 | |||
171 | static struct regulator_consumer_supply devkit8000_vmmc1_supply = { | 161 | static struct regulator_consumer_supply devkit8000_vmmc1_supply = { |
172 | .supply = "vmmc", | 162 | .supply = "vmmc", |
173 | }; | 163 | }; |
@@ -201,8 +191,6 @@ static struct omap_dss_device devkit8000_tv_device = { | |||
201 | .driver_name = "venc", | 191 | .driver_name = "venc", |
202 | .type = OMAP_DISPLAY_TYPE_VENC, | 192 | .type = OMAP_DISPLAY_TYPE_VENC, |
203 | .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO, | 193 | .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO, |
204 | .platform_enable = devkit8000_panel_enable_tv, | ||
205 | .platform_disable = devkit8000_panel_disable_tv, | ||
206 | }; | 194 | }; |
207 | 195 | ||
208 | 196 | ||