diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2012-12-26 00:21:06 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-02-01 13:11:19 -0500 |
commit | 21cc2bda8bdca8c1f5f6871d3eb0e9632612cf25 (patch) | |
tree | 6473fa9c50afad414b0ee0e50b4a8f3de2b6ef6a /drivers/video/omap2/displays | |
parent | 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7 (diff) |
ARM: OMAP2+: Remove apollon board support
As apollon board doesn't used anymore, remove it.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
[tony@atomide.com: dropped uncompress.h changes, it's gone]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/video/omap2/displays')
-rw-r--r-- | drivers/video/omap2/displays/panel-generic-dpi.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c index 54ca8ae21078..c904f42d81c1 100644 --- a/drivers/video/omap2/displays/panel-generic-dpi.c +++ b/drivers/video/omap2/displays/panel-generic-dpi.c | |||
@@ -291,30 +291,6 @@ static struct panel_config generic_dpi_panels[] = { | |||
291 | .name = "h4", | 291 | .name = "h4", |
292 | }, | 292 | }, |
293 | 293 | ||
294 | /* Unknown panel used in Samsung OMAP2 Apollon */ | ||
295 | { | ||
296 | { | ||
297 | .x_res = 480, | ||
298 | .y_res = 272, | ||
299 | |||
300 | .pixel_clock = 6250, | ||
301 | |||
302 | .hsw = 41, | ||
303 | .hfp = 2, | ||
304 | .hbp = 2, | ||
305 | |||
306 | .vsw = 10, | ||
307 | .vfp = 2, | ||
308 | .vbp = 2, | ||
309 | |||
310 | .vsync_level = OMAPDSS_SIG_ACTIVE_LOW, | ||
311 | .hsync_level = OMAPDSS_SIG_ACTIVE_LOW, | ||
312 | .data_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE, | ||
313 | .de_level = OMAPDSS_SIG_ACTIVE_HIGH, | ||
314 | .sync_pclk_edge = OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES, | ||
315 | }, | ||
316 | .name = "apollon", | ||
317 | }, | ||
318 | /* FocalTech ETM070003DH6 */ | 294 | /* FocalTech ETM070003DH6 */ |
319 | { | 295 | { |
320 | { | 296 | { |