From e0dd27a37193c71e11fb09cc542d388a1f28f3f7 Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Fri, 27 Mar 2015 17:17:57 +0800 Subject: MLK-10492-2 imx: mx7dsabresd: Add TFT43AB LCD support The mx7dsabresd uses new LCD TFT43AB which has 480 x 272 pixels. Update panel info for this LCD. Signed-off-by: Ye.Li (cherry picked from commit e77d667b20956a37de9d367a8914ef2fe79258df) --- board/freescale/mx7dsabresd/mx7dsabresd.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'board/freescale') diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c index f8eebb0..4db309f 100644 --- a/board/freescale/mx7dsabresd/mx7dsabresd.c +++ b/board/freescale/mx7dsabresd/mx7dsabresd.c @@ -385,15 +385,15 @@ static struct lcd_panel_info_t const displays[] = {{ .depth = 24, .enable = do_enable_parallel_lcd, .mode = { - .name = "MCIMX28LCD", - .xres = 800, - .yres = 480, - .pixclock = 29850, - .left_margin = 89, - .right_margin = 164, - .upper_margin = 23, - .lower_margin = 10, - .hsync_len = 10, + .name = "TFT43AB", + .xres = 480, + .yres = 272, + .pixclock = 108695, + .left_margin = 8, + .right_margin = 4, + .upper_margin = 2, + .lower_margin = 4, + .hsync_len = 41, .vsync_len = 10, .sync = 0, .vmode = FB_VMODE_NONINTERLACED -- cgit v1.1