diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 06:25:46 -0400 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 08:59:13 -0400 |
commit | 6697ad24b1d7997a340852056e477c71c429d5ee (patch) | |
tree | 14fea2c13fe5373e2bfb7978bde4e434ef0d6eda | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-video.c b/arch/arm/mach-omap2/board-rx51-video.c index 9cfebc5c7455..b76f84245ad9 100644 --- a/arch/arm/mach-omap2/board-rx51-video.c +++ b/arch/arm/mach-omap2/board-rx51-video.c | |||
@@ -32,7 +32,6 @@ | |||
32 | static struct connector_atv_platform_data rx51_tv_pdata = { | 32 | static struct connector_atv_platform_data rx51_tv_pdata = { |
33 | .name = "tv", | 33 | .name = "tv", |
34 | .source = "venc.0", | 34 | .source = "venc.0", |
35 | .connector_type = OMAP_DSS_VENC_TYPE_COMPOSITE, | ||
36 | .invert_polarity = false, | 35 | .invert_polarity = false, |
37 | }; | 36 | }; |
38 | 37 | ||