aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-cm-t35.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r--arch/arm/mach-omap2/board-cm-t35.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
index cccbfea2fab3..710e99da266c 100644
--- a/arch/arm/mach-omap2/board-cm-t35.c
+++ b/arch/arm/mach-omap2/board-cm-t35.c
@@ -190,15 +190,6 @@ static inline void cm_t35_init_nand(void) {}
190#define CM_T35_LCD_BL_GPIO 58 190#define CM_T35_LCD_BL_GPIO 58
191#define CM_T35_DVI_EN_GPIO 54 191#define CM_T35_DVI_EN_GPIO 54
192 192
193static int cm_t35_panel_enable_tv(struct omap_dss_device *dssdev)
194{
195 return 0;
196}
197
198static void cm_t35_panel_disable_tv(struct omap_dss_device *dssdev)
199{
200}
201
202static struct panel_generic_dpi_data lcd_panel = { 193static struct panel_generic_dpi_data lcd_panel = {
203 .name = "toppoly_tdo35s", 194 .name = "toppoly_tdo35s",
204 .num_gpios = 1, 195 .num_gpios = 1,
@@ -233,8 +224,6 @@ static struct omap_dss_device cm_t35_tv_device = {
233 .driver_name = "venc", 224 .driver_name = "venc",
234 .type = OMAP_DISPLAY_TYPE_VENC, 225 .type = OMAP_DISPLAY_TYPE_VENC,
235 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO, 226 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
236 .platform_enable = cm_t35_panel_enable_tv,
237 .platform_disable = cm_t35_panel_disable_tv,
238}; 227};
239 228
240static struct omap_dss_device *cm_t35_dss_devices[] = { 229static struct omap_dss_device *cm_t35_dss_devices[] = {