diff options
author | Mayuresh Janorkar <mayur@ti.com> | 2011-01-06 16:02:42 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-06 16:02:42 +0900 |
commit | 17ca20cb7d04a259c9194879f77466bde606dda5 (patch) | |
tree | 1cdcd2cefa4385cd4cf5d919f8015547b7434314 /drivers/video/modedb.c | |
parent | 748103e7235892bf9a3ee568d7d4dd7e5a3beece (diff) | |
download | blackbird-obmc-linux-17ca20cb7d04a259c9194879f77466bde606dda5.tar.gz blackbird-obmc-linux-17ca20cb7d04a259c9194879f77466bde606dda5.zip |
fbdev: modedb: Add a new mode for 864x480 TAAL panels.
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>
Diffstat (limited to 'drivers/video/modedb.c')
-rw-r--r-- | drivers/video/modedb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c index 7a61ba6a4850..d2bb365f09b3 100644 --- a/drivers/video/modedb.c +++ b/drivers/video/modedb.c @@ -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 }, }; |