video: da8xx-fb: Add support for Densitron 84-0023-001T
Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
a798c10faf
commit
f474f0e1fb
1 changed files with 14 additions and 0 deletions
|
@ -242,6 +242,20 @@ static struct fb_videomode known_lcd_panels[] = {
|
||||||
.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
||||||
.flag = 0,
|
.flag = 0,
|
||||||
},
|
},
|
||||||
|
[3] = {
|
||||||
|
/* Densitron 84-0023-001T */
|
||||||
|
.name = "Densitron_84-0023-001T",
|
||||||
|
.xres = 320,
|
||||||
|
.yres = 240,
|
||||||
|
.pixclock = KHZ2PICOS(6400),
|
||||||
|
.left_margin = 0,
|
||||||
|
.right_margin = 0,
|
||||||
|
.upper_margin = 0,
|
||||||
|
.lower_margin = 0,
|
||||||
|
.hsync_len = 30,
|
||||||
|
.vsync_len = 3,
|
||||||
|
.sync = 0,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static bool da8xx_fb_is_raster_enabled(void)
|
static bool da8xx_fb_is_raster_enabled(void)
|
||||||
|
|
Loading…
Reference in a new issue