Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310300
b: refs/heads/master
c: 697bacb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Weber authored and Tomi Valkeinen committed Apr 23, 2012
1 parent 38e34c7 commit 43d715c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31e8dfe14871f08d335e6884cb2b96f2679c1ebe
refs/heads/master: 697bacbaea2aab955b4afa6f6c0c799e44f426fa
19 changes: 19 additions & 0 deletions trunk/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 43d715c

Please sign in to comment.