aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-04-19 12:59:58 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-30 09:17:29 -0400
commit8a41ba9a3738902403418bef0f0243edae41964a (patch)
tree078a24b7a0b93a6ee4b3ec182e2fd302d83f0924 /drivers/video/omap2
parent3fddbf54b381e5e58a6c7a6618841890ea4f3478 (diff)
OMAPDSS: Port the H4 display driver to DSS2
Port the old omapfb panel driver for H4 to DSS2. Cc: Imre Deak <imre.deak@nokia.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2')
-rw-r--r--drivers/video/omap2/displays/panel-generic-dpi.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c
index c89599f3b49a..31e4aebe6e43 100644
--- a/drivers/video/omap2/displays/panel-generic-dpi.c
+++ b/drivers/video/omap2/displays/panel-generic-dpi.c
@@ -254,6 +254,27 @@ static struct panel_config generic_dpi_panels[] = {
254 OMAP_DSS_LCD_IHS, 254 OMAP_DSS_LCD_IHS,
255 .name = "nec_nl2432dr22-11b", 255 .name = "nec_nl2432dr22-11b",
256 }, 256 },
257
258 /* Unknown panel used in OMAP H4 */
259 {
260 {
261 .x_res = 240,
262 .y_res = 320,
263
264 .pixel_clock = 6250,
265
266 .hsw = 15,
267 .hfp = 15,
268 .hbp = 60,
269
270 .vsw = 1,
271 .vfp = 1,
272 .vbp = 1,
273 },
274 .config = OMAP_DSS_LCD_TFT,
275
276 .name = "h4",
277 },
257}; 278};
258 279
259struct panel_drv_data { 280struct panel_drv_data {