1 --- a/arch/arm/mach-ixp4xx/ap1000-setup.c
2 +++ b/arch/arm/mach-ixp4xx/ap1000-setup.c
3 @@ -90,9 +90,37 @@ static struct platform_device ap1000_uar
4 .resource = ap1000_uart_resources
7 +/* Built-in 10/100 Ethernet MAC interfaces */
8 +static struct eth_plat_info ap1000_plat_eth[] = {
10 + .phy = IXP4XX_ETH_PHY_MAX_ADDR,
21 +static struct platform_device ap1000_eth[] = {
23 + .name = "ixp4xx_eth",
24 + .id = IXP4XX_ETH_NPEB,
25 + .dev.platform_data = ap1000_plat_eth,
27 + .name = "ixp4xx_eth",
28 + .id = IXP4XX_ETH_NPEC,
29 + .dev.platform_data = ap1000_plat_eth + 1,
33 static struct platform_device *ap1000_devices[] __initdata = {
41 static char ap1000_mem_fixup[] __initdata = "mem=64M ";