Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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,
};
};