Skip to content

Commit

Permalink
OMAPDSS: add Innolux AT080TN52 display support
Browse files Browse the repository at this point in the history
This patch adds support for Innolux AT080TN52 800x600 panel.
Tested with AM3517 based board.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Yegor Yefremov authored and Tomi Valkeinen committed Feb 21, 2012
1 parent 79ee89c commit 992ee64
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,29 @@ static struct panel_config generic_dpi_panels[] = {

.name = "ortustech_com43h4m10xtc",
},

/* Innolux AT080TN52 */
{
{
.x_res = 800,
.y_res = 600,

.pixel_clock = 41142,

.hsw = 20,
.hfp = 210,
.hbp = 46,

.vsw = 10,
.vfp = 12,
.vbp = 23,
},
.acb = 0x0,
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IEO,

.name = "innolux_at080tn52",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 992ee64

Please sign in to comment.