Commit 6697ad24 authored by Peter Ujfalusi's avatar Peter Ujfalusi

ARM: OMAP: rx51-video: Do not set TV connector_type

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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
parent 1a695a90
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
static struct connector_atv_platform_data rx51_tv_pdata = { static struct connector_atv_platform_data rx51_tv_pdata = {
.name = "tv", .name = "tv",
.source = "venc.0", .source = "venc.0",
.connector_type = OMAP_DSS_VENC_TYPE_COMPOSITE,
.invert_polarity = false, .invert_polarity = false,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment