diff options
author | Archit Taneja <archit@ti.com> | 2012-06-29 02:43:32 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-06-29 03:15:51 -0400 |
commit | 07fb51c6bda74210b57a06e6dc901a6b0f04c09a (patch) | |
tree | aa61f3857d164a1d7d33d66b36af1161f94be63b /drivers/video/omap2/displays/panel-nec-nl8048hl11-01b.c | |
parent | 783babf33f47c8d42e73900575dd9beea98fca40 (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/displays/panel-nec-nl8048hl11-01b.c')
-rw-r--r-- | drivers/video/omap2/displays/panel-nec-nl8048hl11-01b.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap2/displays/panel-nec-nl8048hl11-01b.c b/drivers/video/omap2/displays/panel-nec-nl8048hl11-01b.c index 9eab0dda2f33..b122b0f31c43 100644 --- a/drivers/video/omap2/displays/panel-nec-nl8048hl11-01b.c +++ b/drivers/video/omap2/displays/panel-nec-nl8048hl11-01b.c | |||
@@ -122,8 +122,6 @@ static int nec_8048_panel_probe(struct omap_dss_device *dssdev) | |||
122 | struct backlight_properties props; | 122 | struct backlight_properties props; |
123 | int r; | 123 | int r; |
124 | 124 | ||
125 | dssdev->panel.config = OMAP_DSS_LCD_IVS | OMAP_DSS_LCD_IHS | | ||
126 | OMAP_DSS_LCD_RF | OMAP_DSS_LCD_ONOFF; | ||
127 | dssdev->panel.timings = nec_8048_panel_timings; | 125 | dssdev->panel.timings = nec_8048_panel_timings; |
128 | 126 | ||
129 | necd = kzalloc(sizeof(*necd), GFP_KERNEL); | 127 | necd = kzalloc(sizeof(*necd), GFP_KERNEL); |