diff options
Diffstat (limited to 'arch/arm/plat-mxc/devices/platform-fec.c')
-rw-r--r-- | arch/arm/plat-mxc/devices/platform-fec.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-fec.c b/arch/arm/plat-mxc/devices/platform-fec.c index b5e98576992f..4ad06d2cfb72 100644 --- a/arch/arm/plat-mxc/devices/platform-fec.c +++ b/arch/arm/plat-mxc/devices/platform-fec.c @@ -6,7 +6,7 @@ * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. * - * Copyright (C) 2011 Freescale Semiconductor, Inc. + * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. */ #include <linux/dma-mapping.h> #include <asm/sizes.h> @@ -54,6 +54,11 @@ const struct imx_fec_data imx6q_fec_data __initconst = imx_fec_data_entry_single(MX6Q); #endif +#ifdef CONFIG_SOC_MVFA5 + const struct imx_fec_data mvf_fec_data __initconst = + imx_fec_data_entry_single(MVF); +#endif + struct platform_device *__init imx_add_fec( const struct imx_fec_data *data, const struct fec_platform_data *pdata) |