Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310301
b: refs/heads/master
c: e97374c
h: refs/heads/master
i:
  310299: 38e34c7
v: v3
  • Loading branch information
Thomas Weber authored and Tomi Valkeinen committed Apr 23, 2012
1 parent 43d715c commit 2474e4a
Show file tree
Hide file tree
Showing 2 changed files with 19 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: 697bacbaea2aab955b4afa6f6c0c799e44f426fa
refs/heads/master: e97374c0fe770ea9fde0a3061c552dc674ad3c5a
18 changes: 18 additions & 0 deletions trunk/drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,24 @@ static struct panel_config generic_dpi_panels[] = {
.config = OMAP_DSS_LCD_TFT,
.name = "mitsubishi_aa084sb01",
},
/* EDT ET0500G0DH6 */
{
{
.x_res = 800,
.y_res = 480,
.pixel_clock = 33260,

.hsw = 128,
.hfp = 216,
.hbp = 40,

.vsw = 2,
.vfp = 35,
.vbp = 10,
},
.config = OMAP_DSS_LCD_TFT,
.name = "edt_et0500g0dh6",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 2474e4a

Please sign in to comment.