Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271390
b: refs/heads/master
c: 1e497c4
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Weber authored and Tomi Valkeinen committed Sep 30, 2011
1 parent f1c4626 commit e2ddf11
Show file tree
Hide file tree
Showing 2 changed files with 26 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: cd295aebf1c6fe8a051fc7adf5f0db63f4bee9b9
refs/heads/master: 1e497c4f0afd48ac3c793fdaa698438045888931
25 changes: 25 additions & 0 deletions trunk/drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,31 @@ static struct panel_config generic_dpi_panels[] = {
.power_off_delay = 0,
.name = "powertip_ph480272t",
},

/* Innolux AT070TN83 */
{
{
.x_res = 800,
.y_res = 480,

.pixel_clock = 40000,

.hsw = 48,
.hfp = 1,
.hbp = 1,

.vsw = 3,
.vfp = 12,
.vbp = 25,
},
.acbi = 0x0,
.acb = 0x28,
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS,
.power_on_delay = 0,
.power_off_delay = 0,
.name = "innolux_at070tn83",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit e2ddf11

Please sign in to comment.