diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-05-10 15:07:34 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2012-05-25 10:39:23 +0200 |
commit | a1b0e190a3c0c7e1a40877218804a656e45194be (patch) | |
tree | 77095cee37c3ed7624d90f87125365f5fed7a522 /drivers/video/mxc_ipuv3_fb.c | |
parent | fff6ef72b33050344362ca441cdb6b5f9b4fb8b0 (diff) | |
download | u-boot-a1b0e190a3c0c7e1a40877218804a656e45194be.tar.gz |
mx5: Rename mx51_fb_init()
The ipuv3 driver is currently only used on mx51, but it can be extended to work
on mx53 and mx6 as well.
Rename mx51_fb_init(), so that it can be used by other SoCs.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'drivers/video/mxc_ipuv3_fb.c')
-rw-r--r-- | drivers/video/mxc_ipuv3_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxc_ipuv3_fb.c b/drivers/video/mxc_ipuv3_fb.c index 1bee54c1a1..c38e22de1f 100644 --- a/drivers/video/mxc_ipuv3_fb.c +++ b/drivers/video/mxc_ipuv3_fb.c @@ -599,7 +599,7 @@ void video_set_lut(unsigned int index, /* color number */ return; } -int mx51_fb_init(struct fb_videomode *mode, uint8_t disp, uint32_t pixfmt) +int ipuv3_fb_init(struct fb_videomode *mode, uint8_t disp, uint32_t pixfmt) { gmode = mode; gdisp = disp; |