Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251055
b: refs/heads/master
c: a0ce4cc
h: refs/heads/master
i:
  251053: f3af773
  251051: 2bc0d1a
  251047: 5a506ad
  251039: e008dfe
v: v3
  • Loading branch information
Enric Balletbo i Serra authored and Tomi Valkeinen committed May 11, 2011
1 parent 5f5f01b commit 2c64cac
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: 50ca19d086e806cec4394a1fd802834d17a3ae93
refs/heads/master: a0ce4ccc60d03e27ba6c7e2b134a23badf30f8d2
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 @@ -207,6 +207,31 @@ static struct panel_config generic_dpi_panels[] = {
.power_off_delay = 0,
.name = "seiko_70wvw1tz3",
},

/* Powertip PH480272T */
{
{
.x_res = 480,
.y_res = 272,

.pixel_clock = 9000,

.hsw = 40,
.hfp = 2,
.hbp = 2,

.vsw = 10,
.vfp = 2,
.vbp = 2,
},
.acbi = 0x0,
.acb = 0x0,
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IEO,
.power_on_delay = 0,
.power_off_delay = 0,
.name = "powertip_ph480272t",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 2c64cac

Please sign in to comment.