Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284986
b: refs/heads/master
c: 62941ec
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Tomi Valkeinen committed Jan 5, 2012
1 parent 889007e commit 782a831
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: edefcdad6a57657a236638c937ccd5a3af272d02
refs/heads/master: 62941ecd53a229bcd776b75fd37976a40e587f65
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 @@ -317,6 +317,31 @@ static struct panel_config generic_dpi_panels[] = {
OMAP_DSS_LCD_IHS,
.name = "focaltech_etm070003dh6",
},

/* Microtips Technologies - UMSH-8173MD */
{
{
.x_res = 800,
.y_res = 480,

.pixel_clock = 34560,

.hsw = 13,
.hfp = 101,
.hbp = 101,

.vsw = 23,
.vfp = 1,
.vbp = 1,
},
.acbi = 0x0,
.acb = 0x0,
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IPC,
.power_on_delay = 0,
.power_off_delay = 0,
.name = "microtips_umsh_8173md",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 782a831

Please sign in to comment.