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 /include/ipu_pixfmt.h | |
parent | fff6ef72b33050344362ca441cdb6b5f9b4fb8b0 (diff) |
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 'include/ipu_pixfmt.h')
-rw-r--r-- | include/ipu_pixfmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ipu_pixfmt.h b/include/ipu_pixfmt.h index 656f605462e..0019898d510 100644 --- a/include/ipu_pixfmt.h +++ b/include/ipu_pixfmt.h @@ -76,6 +76,6 @@ #define IPU_PIX_FMT_YVU422P fourcc('Y', 'V', '1', '6') /*< 16 YVU 4:2:2 */ #define IPU_PIX_FMT_YUV422P fourcc('4', '2', '2', 'P') /*< 16 YUV 4:2:2 */ -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); #endif |