[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160603110329.9953-2-peter.ujfalusi@ti.com>
Date: Fri, 3 Jun 2016 14:03:03 +0300
From: Peter Ujfalusi <peter.ujfalusi@...com>
To: <tomi.valkeinen@...com>, <plagnioj@...osoft.com>,
<robdclark@...il.com>, <airlied@...ux.ie>, <tony@...mide.com>
CC: <linux-fbdev@...r.kernel.org>, <linux-omap@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<laurent.pinchart@...asonboard.com>, <jsarha@...com>,
<dri-devel@...ts.freedesktop.org>
Subject: [PATCH v3 01/27] 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@...com>
---
arch/arm/mach-omap2/board-rx51-video.c | 1 -
1 file changed, 1 deletion(-)
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 @@
static struct connector_atv_platform_data rx51_tv_pdata = {
.name = "tv",
.source = "venc.0",
- .connector_type = OMAP_DSS_VENC_TYPE_COMPOSITE,
.invert_polarity = false,
};
--
2.8.3
Powered by blists - more mailing lists