aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/hdmi_panel.c
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-06-29 02:43:32 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-06-29 03:15:51 -0400
commit07fb51c6bda74210b57a06e6dc901a6b0f04c09a (patch)
treeaa61f3857d164a1d7d33d66b36af1161f94be63b /drivers/video/omap2/dss/hdmi_panel.c
parent783babf33f47c8d42e73900575dd9beea98fca40 (diff)
OMAPDSS: Remove omap_panel_config enum from omap_dss_device
omap_panel_config contains fields which are finally written to DISPC_POL_FREQo registers. These are now held by omap_video_timings and are set when the manager timings are applied. Remove the omap_panel_config enum, and remove all it's references from panel or interface drivers. Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/hdmi_panel.c')
-rw-r--r--drivers/video/omap2/dss/hdmi_panel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/hdmi_panel.c b/drivers/video/omap2/dss/hdmi_panel.c
index 5bf3a84d89cd..723a13788476 100644
--- a/drivers/video/omap2/dss/hdmi_panel.c
+++ b/drivers/video/omap2/dss/hdmi_panel.c
@@ -43,8 +43,6 @@ static int hdmi_panel_probe(struct omap_dss_device *dssdev)
43{ 43{
44 DSSDBG("ENTER hdmi_panel_probe\n"); 44 DSSDBG("ENTER hdmi_panel_probe\n");
45 45
46 dssdev->panel.config = OMAP_DSS_LCD_IVS | OMAP_DSS_LCD_IHS;
47
48 dssdev->panel.timings = (struct omap_video_timings) 46 dssdev->panel.timings = (struct omap_video_timings)
49 { 640, 480, 25175, 96, 16, 48, 2, 11, 31, 47 { 640, 480, 25175, 96, 16, 48, 2, 11, 31,
50 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW, 48 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,