1 --- a/arch/arm/mach-ixp4xx/coyote-setup.c
2 +++ b/arch/arm/mach-ixp4xx/coyote-setup.c
3 @@ -73,9 +73,37 @@ static struct platform_device coyote_uar
4 .resource = &coyote_uart_resource,
7 +/* Built-in 10/100 Ethernet MAC interfaces */
8 +static struct eth_plat_info ixdpg425_plat_eth[] = {
20 +static struct platform_device ixdpg425_eth[] = {
22 + .name = "ixp4xx_eth",
23 + .id = IXP4XX_ETH_NPEB,
24 + .dev.platform_data = ixdpg425_plat_eth,
26 + .name = "ixp4xx_eth",
27 + .id = IXP4XX_ETH_NPEC,
28 + .dev.platform_data = ixdpg425_plat_eth + 1,
33 static struct platform_device *coyote_devices[] __initdata = {
41 static void __init coyote_init(void)