Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271445
b: refs/heads/master
c: 3fddbf5
h: refs/heads/master
i:
  271443: 761395d
v: v3
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent d8bf88b commit 7d6c418
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 206 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 028c5a432aec0eb8cbb65b2ea05cd1ddd27c47a4
refs/heads/master: 3fddbf54b381e5e58a6c7a6618841890ea4f3478
2 changes: 0 additions & 2 deletions trunk/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 trunk/drivers/video/omap/lcd_2430sdp.c

This file was deleted.

21 changes: 21 additions & 0 deletions trunk/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 7d6c418

Please sign in to comment.