diff options
author | Archit Taneja <archit@ti.com> | 2012-06-21 06:11:10 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-06-29 09:10:03 +0200 |
commit | 5ae9eaa6dbeccab781cd9312371fad801a5ba1a2 (patch) | |
tree | b29f2444ab400c244e20c85e112ce5260e5678da /drivers/video/omap2/displays/panel-n8x0.c | |
parent | OMAPDSS: Remove passive matrix LCD support (part 1) (diff) | |
download | linux-5ae9eaa6dbeccab781cd9312371fad801a5ba1a2.tar.xz linux-5ae9eaa6dbeccab781cd9312371fad801a5ba1a2.zip |
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-n8x0.c')
-rw-r--r-- | drivers/video/omap2/displays/panel-n8x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap2/displays/panel-n8x0.c b/drivers/video/omap2/displays/panel-n8x0.c index 4a34cdc1371b..e6c115373c00 100644 --- a/drivers/video/omap2/displays/panel-n8x0.c +++ b/drivers/video/omap2/displays/panel-n8x0.c @@ -473,7 +473,6 @@ static int n8x0_panel_probe(struct omap_dss_device *dssdev) mutex_init(&ddata->lock); - dssdev->panel.config = OMAP_DSS_LCD_TFT; dssdev->panel.timings.x_res = 800; dssdev->panel.timings.y_res = 480; dssdev->ctrl.pixel_size = 16; |