Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294314
b: refs/heads/master
c: 992ee64
h: refs/heads/master
v: v3
  • Loading branch information
Yegor Yefremov authored and Tomi Valkeinen committed Feb 21, 2012
1 parent 0e57eb5 commit d921e6e
Show file tree
Hide file tree
Showing 2 changed files with 24 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: 79ee89cdbd9a58baa079d019574d11aa864b7842
refs/heads/master: 992ee64af66f05e16aa70b475f9ad3047f801185
23 changes: 23 additions & 0 deletions trunk/drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,29 @@ static struct panel_config generic_dpi_panels[] = {

.name = "ortustech_com43h4m10xtc",
},

/* Innolux AT080TN52 */
{
{
.x_res = 800,
.y_res = 600,

.pixel_clock = 41142,

.hsw = 20,
.hfp = 210,
.hbp = 46,

.vsw = 10,
.vfp = 12,
.vbp = 23,
},
.acb = 0x0,
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IEO,

.name = "innolux_at080tn52",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit d921e6e

Please sign in to comment.