diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2011-01-14 04:48:03 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-19 03:57:56 -0500 |
commit | 82c520dccf7fd5afcd95b941f48c25f38c162c77 (patch) | |
tree | ed72bdbe69635ebb7e0918c3b6d60b2009e45a5f /arch/arm/plat-mxc/devices | |
parent | a929dcf70ed74b8ff52b6fca54f6ebb463e829f4 (diff) |
arm: mx50_rdp: add fec support
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/devices')
-rw-r--r-- | arch/arm/plat-mxc/devices/platform-fec.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-fec.c b/arch/arm/plat-mxc/devices/platform-fec.c index b50c3517d083..4f529964224d 100644 --- a/arch/arm/plat-mxc/devices/platform-fec.c +++ b/arch/arm/plat-mxc/devices/platform-fec.c | |||
@@ -31,6 +31,11 @@ const struct imx_fec_data imx35_fec_data __initconst = | |||
31 | imx_fec_data_entry_single(MX35); | 31 | imx_fec_data_entry_single(MX35); |
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | #ifdef CONFIG_SOC_IMX50 | ||
35 | const struct imx_fec_data imx50_fec_data __initconst = | ||
36 | imx_fec_data_entry_single(MX50); | ||
37 | #endif | ||
38 | |||
34 | #ifdef CONFIG_SOC_IMX51 | 39 | #ifdef CONFIG_SOC_IMX51 |
35 | const struct imx_fec_data imx51_fec_data __initconst = | 40 | const struct imx_fec_data imx51_fec_data __initconst = |
36 | imx_fec_data_entry_single(MX51); | 41 | imx_fec_data_entry_single(MX51); |