Commits

Robby Cai committed c01565783f2
ENGR00269827 mx6sl: lcdif: fix lcd timing setting The commit 0c0334779a08cca6c5a509570c944fe229837a21 corrected the v_period/v_wait_cnt, h_period/h_wait_cnt caculation in elcdif framebuffer driver but in WVGA panel timing setting the left_margin and upper_margin includes the length of hsyn_len and vsyn_len. Thus the timing setting for lcd panel is not correct. This patch fixes it. Signed-off-by: Robby Cai <R63905@freescale.com> (cherry picked from commit 9c04adb3c7b95459153873556ff0566d837ee325)