summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2012-07-26 15:46:11 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 16:49:42 -0400
commit6d095ab8a4a476c4ffd686021855cfcbb6211396 (patch)
tree685c9411c3e497d49907eb286d10313b8919f089 /arch/arm/plat-mxc
parent096f8711d0166ad7b7ebcb6b31508c6b12940e3a (diff)
ENGR00181358-1: fec: add platform support for FEC driver
Add platform support for FEC driver. Signed-off-by: Jason Jin <Jason.jin@freescale.com> Signed-off-by: Alison Wang <b18965@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/devices/platform-fec.c7
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)