Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284987
b: refs/heads/master
c: 6acea9c
h: refs/heads/master
i:
  284985: 889007e
  284983: eea195e
v: v3
  • Loading branch information
Ilya Yanok authored and Tomi Valkeinen committed Jan 5, 2012
1 parent 782a831 commit 34dc025
Show file tree
Hide file tree
Showing 2 changed files with 22 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: 62941ecd53a229bcd776b75fd37976a40e587f65
refs/heads/master: 6acea9c2dab2b440a06510b1e33e7db07289a22e
21 changes: 21 additions & 0 deletions trunk/drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,27 @@ static struct panel_config generic_dpi_panels[] = {
.power_off_delay = 0,
.name = "microtips_umsh_8173md",
},

/* OrtusTech COM43H4M10XTC */
{
{
.x_res = 480,
.y_res = 272,

.pixel_clock = 8000,

.hsw = 41,
.hfp = 8,
.hbp = 4,

.vsw = 10,
.vfp = 4,
.vbp = 2,
},
.config = OMAP_DSS_LCD_TFT,

.name = "ortustech_com43h4m10xtc",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 34dc025

Please sign in to comment.