ARM: OMAP: rx51-video: Do not set TV connector_type
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 3 Jun 2016 10:25:46 +0000 (13:25 +0300)
committerPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 3 Jun 2016 12:59:13 +0000 (15:59 +0300)
OMAP_DSS_VENC_TYPE_COMPOSITE is 0. There is no need to explicitly set the
connector_type.
This change is needed for the omapdss header cleanup.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-rx51-video.c

index 9cfebc5..b76f842 100644 (file)
@@ -32,7 +32,6 @@
 static struct connector_atv_platform_data rx51_tv_pdata = {
        .name = "tv",
        .source = "venc.0",
-       .connector_type = OMAP_DSS_VENC_TYPE_COMPOSITE,
        .invert_polarity = false,
 };