Skip to content

Commit

Permalink
OMAPDSS: Port the Apollon display driver to DSS2
Browse files Browse the repository at this point in the history
Port the old omapfb panel driver for Apollon to DSS2.

Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent 8a41ba9 commit 8d49fe7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 137 deletions.
1 change: 0 additions & 1 deletion drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ objs-$(CONFIG_ARCH_OMAP16XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1610.o
objs-$(CONFIG_ARCH_OMAP15XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1510.o
objs-y$(CONFIG_MACH_OMAP_OSK) += lcd_osk.o

objs-y$(CONFIG_MACH_OMAP_APOLLON) += lcd_apollon.o
objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o
objs-y$(CONFIG_MACH_HERALD) += lcd_htcherald.o

Expand Down
136 changes: 0 additions & 136 deletions drivers/video/omap/lcd_apollon.c

This file was deleted.

22 changes: 22 additions & 0 deletions drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,28 @@ static struct panel_config generic_dpi_panels[] = {

.name = "h4",
},

/* Unknown panel used in Samsung OMAP2 Apollon */
{
{
.x_res = 480,
.y_res = 272,

.pixel_clock = 6250,

.hsw = 41,
.hfp = 2,
.hbp = 2,

.vsw = 10,
.vfp = 2,
.vbp = 2,
},
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS,

.name = "apollon",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 8d49fe7

Please sign in to comment.