Skip to content

Commit

Permalink
OMAPDSS: Add Mitsubishi AA084SB01 display support
Browse files Browse the repository at this point in the history
This patch adds support for the Mitsubishi display
AA084SB01. This is a 7 inch LVDS display. It is tested with
an OMAP3 board.

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Thomas Weber authored and Tomi Valkeinen committed Apr 23, 2012
1 parent 31e8dfe commit 697bacb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,25 @@ static struct panel_config generic_dpi_panels[] = {

.name = "innolux_at080tn52",
},

/* Mitsubishi AA084SB01 */
{
{
.x_res = 800,
.y_res = 600,
.pixel_clock = 40000,

.hsw = 1,
.hfp = 254,
.hbp = 1,

.vsw = 1,
.vfp = 26,
.vbp = 1,
},
.config = OMAP_DSS_LCD_TFT,
.name = "mitsubishi_aa084sb01",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 697bacb

Please sign in to comment.