Skip to content

Commit

Permalink
OMAPDSS: Add EDT ET0500G0DH6 display support
Browse files Browse the repository at this point in the history
The EDT ET0500G0DH6 is a 5 inch display. It is
tested on an OMAP3 board.

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Thomas Weber authored and Tomi Valkeinen committed Apr 23, 2012
1 parent 697bacb commit e97374c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,24 @@ static struct panel_config generic_dpi_panels[] = {
.config = OMAP_DSS_LCD_TFT,
.name = "mitsubishi_aa084sb01",
},
/* EDT ET0500G0DH6 */
{
{
.x_res = 800,
.y_res = 480,
.pixel_clock = 33260,

.hsw = 128,
.hfp = 216,
.hbp = 40,

.vsw = 2,
.vfp = 35,
.vbp = 10,
},
.config = OMAP_DSS_LCD_TFT,
.name = "edt_et0500g0dh6",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit e97374c

Please sign in to comment.