Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271447
b: refs/heads/master
c: 8d49fe7
h: refs/heads/master
i:
  271445: 7d6c418
  271443: 761395d
  271439: c689bd3
v: v3
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent 63cae42 commit 28f042c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 138 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: 8a41ba9a3738902403418bef0f0243edae41964a
refs/heads/master: 8d49fe74f59ca6305b7131e202aa08ba7ddc1137
1 change: 0 additions & 1 deletion trunk/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 trunk/drivers/video/omap/lcd_apollon.c

This file was deleted.

22 changes: 22 additions & 0 deletions trunk/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 28f042c

Please sign in to comment.