Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251054
b: refs/heads/master
c: 50ca19d
h: refs/heads/master
v: v3
  • Loading branch information
Enric Balletbo i Serra authored and Tomi Valkeinen committed May 11, 2011
1 parent f3af773 commit 5f5f01b
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: 5d7441810166ce1ab4b822440f270f931202f34a
refs/heads/master: 50ca19d086e806cec4394a1fd802834d17a3ae93
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 @@ -182,6 +182,31 @@ static struct panel_config generic_dpi_panels[] = {
.power_off_delay = 0,
.name = "samsung_lte430wq_f0c",
},

/* Seiko 70WVW1TZ3Z3 */
{
{
.x_res = 800,
.y_res = 480,

.pixel_clock = 33000,

.hsw = 128,
.hfp = 10,
.hbp = 10,

.vsw = 2,
.vfp = 4,
.vbp = 11,
},
.acbi = 0x0,
.acb = 0x0,
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS,
.power_on_delay = 0,
.power_off_delay = 0,
.name = "seiko_70wvw1tz3",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 5f5f01b

Please sign in to comment.