Skip to content

Commit

Permalink
OMAP: DSS2: Support for Powertip PH480272T
Browse files Browse the repository at this point in the history
Add support for Powertip PH480242T, a LCD 4.3inch (480x242) display
type with 24-bit RGB interface, to panel-generic-dpi.

Tested with IGEP v2 board.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Enric Balletbo i Serra authored and Tomi Valkeinen committed May 11, 2011
1 parent 50ca19d commit a0ce4cc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,31 @@ static struct panel_config generic_dpi_panels[] = {
.power_off_delay = 0,
.name = "seiko_70wvw1tz3",
},

/* Powertip PH480272T */
{
{
.x_res = 480,
.y_res = 272,

.pixel_clock = 9000,

.hsw = 40,
.hfp = 2,
.hbp = 2,

.vsw = 10,
.vfp = 2,
.vbp = 2,
},
.acbi = 0x0,
.acb = 0x0,
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IEO,
.power_on_delay = 0,
.power_off_delay = 0,
.name = "powertip_ph480272t",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit a0ce4cc

Please sign in to comment.