summaryrefslogtreecommitdiff
path: root/drivers/video/omap2/displays/panel-picodlp.c
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-06-25 10:46:22 +0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-06-29 11:15:48 +0400
commita9105cb5c25aa335b11088549927a8aa9eaa7ef2 (patch)
tree1d0ee292217e68c572e33b267271bca18178f706 /drivers/video/omap2/displays/panel-picodlp.c
parentd21f43bc392911acf01b7f2090615df4ca09ac7d (diff)
downloadlinux-a9105cb5c25aa335b11088549927a8aa9eaa7ef2.tar.xz
OMAPDSS: Remove passive matrix LCD support (part 4)
Remove configuration of Ac-bias pins Ac-bias pins need to be configured only for passive matrix displays. Remove acbi and acb fields in omap_dss_device and their configuration in panel drivers. Don't program these fields in DISP_POL_FREQo register any more. The panel driver for sharp-ls037v7dw01, and the panel config for Innolux AT070TN8 in generic dpi panel driver set acb to a non zero value. This is most likely carried over from the old omapfb driver which supported passive matrix displays. Cc: Thomas Weber <weber@corscience.de> Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays/panel-picodlp.c')
-rw-r--r--drivers/video/omap2/displays/panel-picodlp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap2/displays/panel-picodlp.c b/drivers/video/omap2/displays/panel-picodlp.c
index 6563d85e00e4..118e76b7b440 100644
--- a/drivers/video/omap2/displays/panel-picodlp.c
+++ b/drivers/video/omap2/displays/panel-picodlp.c
@@ -416,7 +416,6 @@ static int picodlp_panel_probe(struct omap_dss_device *dssdev)
dssdev->panel.config = OMAP_DSS_LCD_ONOFF | OMAP_DSS_LCD_IHS |
OMAP_DSS_LCD_IVS;
- dssdev->panel.acb = 0x0;
dssdev->panel.timings = pico_ls_timings;
picod = kzalloc(sizeof(struct picodlp_data), GFP_KERNEL);