video: mxsfb: enable setting VSYNC negative polarity
VSYNC signal can now be flipped by writing its bitmask on vdctrl0 register. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Reviewed-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
e121e00352
commit
606668af96
@ -127,6 +127,8 @@ static void mxs_lcd_init(struct udevice *dev, u32 fb_addr,
|
||||
|
||||
if(flags & DISPLAY_FLAGS_HSYNC_HIGH)
|
||||
vdctrl0 |= LCDIF_VDCTRL0_HSYNC_POL;
|
||||
if(flags & DISPLAY_FLAGS_VSYNC_HIGH)
|
||||
vdctrl0 |= LCDIF_VDCTRL0_VSYNC_POL;
|
||||
writel(vdctrl0, ®s->hw_lcdif_vdctrl0);
|
||||
writel(timings->vback_porch.typ + timings->vfront_porch.typ +
|
||||
timings->vsync_len.typ + timings->vactive.typ,
|
||||
|
Loading…
Reference in New Issue
Block a user