projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a695a9
)
ARM: OMAP: rx51-video: Do not set TV connector_type
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 3 Jun 2016 10:25:46 +0000
(13:25 +0300)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-rx51-video.c
b/arch/arm/mach-omap2/board-rx51-video.c
index 9cfebc5c7455b36b1123ae100efa513bd8fdbcdf..b76f84245ad9bc510ab9d235d5380117a5742c0f 100644
(file)
--- a/
arch/arm/mach-omap2/board-rx51-video.c
+++ b/
arch/arm/mach-omap2/board-rx51-video.c
@@
-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,
};