diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-01-26 16:26:02 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 09:34:06 (GMT) |
commit | 879fea1b486d2b6fa399c40b8aed172b0dfdedb9 (patch) | |
tree | 24f33831d65222ea3ebee086e149c599ed3aff6c /arch/arm/mach-mx2/pcm038.c | |
parent | fe7316bff119a11e68f895ecf9a5a713ed30004c (diff) | |
download | linux-fsl-qoriq-879fea1b486d2b6fa399c40b8aed172b0dfdedb9.tar.xz |
[ARM] MX2: Add FEC platform device
The in kernel FEC driver has recently been ported to a platform driver.
Add a platform_device for it and register it for pcm038 and mx27ads.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/pcm038.c')
-rw-r--r-- | arch/arm/mach-mx2/pcm038.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/pcm038.c b/arch/arm/mach-mx2/pcm038.c index 58552a0..d246eb1 100644 --- a/arch/arm/mach-mx2/pcm038.c +++ b/arch/arm/mach-mx2/pcm038.c @@ -191,6 +191,7 @@ static struct mxc_nand_platform_data pcm038_nand_board_info = { static struct platform_device *platform_devices[] __initdata = { &pcm038_nor_mtd_device, &mxc_w1_master_device, + &mxc_fec_device, &pcm038_sram_mtd_device, }; |