Skip to content

Commit

Permalink
OMAPDSS: add OrtusTech COM43H4M10XTC display support
Browse files Browse the repository at this point in the history
dd data for the OrtusTech COM43H4M10XTC display to the
generic_dpi_panel driver.

CC: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Ilya Yanok authored and Tomi Valkeinen committed Jan 5, 2012
1 parent 62941ec commit 6acea9c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 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 6acea9c

Please sign in to comment.