diff options
author | Archit Taneja <archit@ti.com> | 2012-06-21 00:11:10 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-06-29 03:10:03 -0400 |
commit | 5ae9eaa6dbeccab781cd9312371fad801a5ba1a2 (patch) | |
tree | b29f2444ab400c244e20c85e112ce5260e5678da /drivers/video/omap2/displays/panel-lgphilips-lb035q02.c | |
parent | 6d523e7b0e25e360ab55c283d9f8d49ce843c565 (diff) |
OMAPDSS: Remove passive matrix LCD support (part 2)
Remove OMAP_DSS_LCD_TFT as a omap_panel_config flag.
We don't support passive matrix displays any more. Remove this flag from all the
panel drivers.
Force the display_type to OMAP_DSS_LCD_DISPLAY_TFT in the interface drivers.
Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays/panel-lgphilips-lb035q02.c')
-rw-r--r-- | drivers/video/omap2/displays/panel-lgphilips-lb035q02.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/omap2/displays/panel-lgphilips-lb035q02.c b/drivers/video/omap2/displays/panel-lgphilips-lb035q02.c index 0841cc2b3f7..3b1877ce798 100644 --- a/drivers/video/omap2/displays/panel-lgphilips-lb035q02.c +++ b/drivers/video/omap2/displays/panel-lgphilips-lb035q02.c | |||
@@ -82,8 +82,7 @@ static int lb035q02_panel_probe(struct omap_dss_device *dssdev) | |||
82 | struct lb035q02_data *ld; | 82 | struct lb035q02_data *ld; |
83 | int r; | 83 | int r; |
84 | 84 | ||
85 | dssdev->panel.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS | | 85 | dssdev->panel.config = OMAP_DSS_LCD_IVS | OMAP_DSS_LCD_IHS; |
86 | OMAP_DSS_LCD_IHS; | ||
87 | dssdev->panel.timings = lb035q02_timings; | 86 | dssdev->panel.timings = lb035q02_timings; |
88 | 87 | ||
89 | ld = kzalloc(sizeof(*ld), GFP_KERNEL); | 88 | ld = kzalloc(sizeof(*ld), GFP_KERNEL); |