Skip to content

Commit

Permalink
OMAPDSS: add FocalTech ETM070003DH6 display support
Browse files Browse the repository at this point in the history
Add data for the FocalTech ETM070003DH6 display to the generic_dpi_panel
display driver.

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 Dec 2, 2011
1 parent 5611cc4 commit a47161a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,26 @@ static struct panel_config generic_dpi_panels[] = {

.name = "apollon",
},
/* FocalTech ETM070003DH6 */
{
{
.x_res = 800,
.y_res = 480,

.pixel_clock = 28000,

.hsw = 48,
.hfp = 40,
.hbp = 40,

.vsw = 3,
.vfp = 13,
.vbp = 29,
},
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS,
.name = "focaltech_etm070003dh6",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit a47161a

Please sign in to comment.