imx: ventana: add support for DLC0700XDP21LF LCD display

Add LVDS support for DLC0700XDP21LF 7in 1024x600 display
(equivalent to the DLC-700JMGT4 with new touch controller)

Signed-off-by: Robert Jones <rjones@gateworks.com>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
Tim Harvey 2021-06-11 12:46:27 -07:00 committed by Stefano Babic
parent e9284c03bc
commit b57b14dc70

View file

@ -245,6 +245,27 @@ struct display_info_t const displays[] = {{
.vsync_len = 10, .vsync_len = 10,
.sync = FB_SYNC_EXT, .sync = FB_SYNC_EXT,
.vmode = FB_VMODE_NONINTERLACED .vmode = FB_VMODE_NONINTERLACED
} }, {
/* DLC0700XDP21LF-C-1 */
.bus = 0,
.addr = 0,
.detect = NULL,
.enable = enable_lvds,
.pixfmt = IPU_PIX_FMT_LVDS666,
.mode = {
.name = "DLC0700XDP21LF",
.refresh = 60,
.xres = 1024, /* 1024x600active pixels */
.yres = 600,
.pixclock = 15385, /* 64MHz */
.left_margin = 220,
.right_margin = 40,
.upper_margin = 21,
.lower_margin = 7,
.hsync_len = 60,
.vsync_len = 10,
.sync = FB_SYNC_EXT,
.vmode = FB_VMODE_NONINTERLACED
} }, { } }, {
/* DLC800FIG-T-3 */ /* DLC800FIG-T-3 */
.bus = 2, .bus = 2,