Re: [U-Boot] [PATCH v2 1/3] Add flexibility to mx51 video support

2010-11-03 Thread Stefano Babic
On 11/03/2010 03:56 AM, Renato Frias wrote: From: Renato Frias renato.fr...@freescale.com -int mx51_fb_init(struct fb_videomode *mode) +int mx51_fb_init(struct fb_videomode *mode, u32 ipu_di, u32 bppix) { int ret; + uint32_t pixfmt = 0; ret = ipu_probe(); if

[U-Boot] [PATCH v2 1/3] Add flexibility to mx51 video support

2010-11-02 Thread Renato Frias
From: Renato Frias renato.fr...@freescale.com This patch adds flexibility to mxc_ipuv3_fb.c by allowing the display interface and pixel format to be passed to mx51_fb_init. Signed-off-by: Renato Frias renato.fr...@freescale.com --- Changes for v2: - Removed fix.id string -