register eth0 device on the AP83 board
SVN-Revision: 13371
This commit is contained in:
parent
c9ae01d3c8
commit
54844a199f
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
|||
|
||||
static void __init ap83_setup(void)
|
||||
{
|
||||
ar71xx_add_device_mdio(0xfffffffe);
|
||||
|
||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;
|
||||
ar71xx_eth0_data.phy_mask = 0x1;
|
||||
|
||||
ar71xx_add_device_eth(0);
|
||||
}
|
||||
|
||||
MIPS_MACHINE(MACH_AR71XX_AP83, "Atheros AP83", ap83_setup);
|
||||
|
|
Loading…
Reference in a new issue