mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-07 08:18:25 +07:00
video: imx: Update the manufacturer's name
i.MX processors are currently manufactured by Freescale, not Motorola. Make the manufacturer's name consistent. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
ec03031707
commit
e3d5fb71e2
@ -414,7 +414,7 @@ config FB_SA1100
|
|||||||
Y here.
|
Y here.
|
||||||
|
|
||||||
config FB_IMX
|
config FB_IMX
|
||||||
tristate "Motorola i.MX LCD support"
|
tristate "Freescale i.MX LCD support"
|
||||||
depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2)
|
depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2)
|
||||||
select FB_CFB_FILLRECT
|
select FB_CFB_FILLRECT
|
||||||
select FB_CFB_COPYAREA
|
select FB_CFB_COPYAREA
|
||||||
|
@ -974,6 +974,6 @@ static void __exit imxfb_cleanup(void)
|
|||||||
module_init(imxfb_init);
|
module_init(imxfb_init);
|
||||||
module_exit(imxfb_cleanup);
|
module_exit(imxfb_cleanup);
|
||||||
|
|
||||||
MODULE_DESCRIPTION("Motorola i.MX framebuffer driver");
|
MODULE_DESCRIPTION("Freescale i.MX framebuffer driver");
|
||||||
MODULE_AUTHOR("Sascha Hauer, Pengutronix");
|
MODULE_AUTHOR("Sascha Hauer, Pengutronix");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
Loading…
Reference in New Issue
Block a user