Skip to content

Commit

Permalink
OMAPDSS: Remove acb and acbi fields from omap_dss_device
Browse files Browse the repository at this point in the history
acbi and acb fields were meant for passive matrix panels which omapdss
doesn't support any longer. Remove these fields from omap_dss_device
struct.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed Oct 22, 2012
1 parent b111224 commit 5028ea0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/video/omapdss.h
Original file line number Diff line number Diff line change
Expand Up @@ -621,10 +621,6 @@ struct omap_dss_device {
struct {
struct omap_video_timings timings;

int acbi; /* ac-bias pin transitions per interrupt */
/* Unit: line clocks */
int acb; /* ac-bias pin frequency */

enum omap_dss_dsi_pixel_format dsi_pix_fmt;
enum omap_dss_dsi_mode dsi_mode;
struct omap_dss_dsi_videomode_timings dsi_vm_timings;
Expand Down

0 comments on commit 5028ea0

Please sign in to comment.