Skip to content

Commit

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

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent 028c5a4 commit 3fddbf5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 205 deletions.
2 changes: 0 additions & 2 deletions drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ 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_MACH_OMAP_2430SDP) += lcd_2430sdp.o
objs-y$(CONFIG_MACH_OMAP_3430SDP) += lcd_2430sdp.o
objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o
objs-y$(CONFIG_MACH_HERALD) += lcd_htcherald.o

Expand Down
203 changes: 0 additions & 203 deletions drivers/video/omap/lcd_2430sdp.c

This file was deleted.

21 changes: 21 additions & 0 deletions drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,27 @@ static struct panel_config generic_dpi_panels[] = {
.power_off_delay = 0,
.name = "innolux_at070tn83",
},

/* NEC NL2432DR22-11B */
{
{
.x_res = 240,
.y_res = 320,

.pixel_clock = 5400,

.hsw = 3,
.hfp = 3,
.hbp = 39,

.vsw = 1,
.vfp = 2,
.vbp = 7,
},
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS,
.name = "nec_nl2432dr22-11b",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 3fddbf5

Please sign in to comment.