Skip to content

Commit

Permalink
fbdev: modedb: Add a new mode for 864x480 TAAL panels.
Browse files Browse the repository at this point in the history
This adds a new entry to the modedb for 864x480 TAAL panels, the default
configuration for many OMAP boards. This enables omapfb to make use of
the standard mode parsing.

Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Mayuresh Janorkar authored and Paul Mundt committed Jan 6, 2011
1 parent 748103e commit 17ca20c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/video/modedb.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ static const struct fb_videomode modedb[] = {
/* 800x520i @ 50 Hz, 15.625 kHz hsync (PAL RGB) */
NULL, 50, 800, 520, 58823, 144, 64, 72, 28, 80, 5,
0, FB_VMODE_INTERLACED
}, {
/* 864x480 @ 60 Hz, 35.15 kHz hsync */
NULL, 60, 864, 480, 27777, 1, 1, 1, 1, 0, 0,
0, FB_VMODE_NONINTERLACED
},
};

Expand Down

0 comments on commit 17ca20c

Please sign in to comment.