mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:35:19 +02:00
ar71xx: use the RB411 setup for the RB411U
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20359 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e6e9309426
commit
8b81ef5e98
@ -192,16 +192,7 @@ MIPS_MACHINE(AR71XX_MACH_RB_411, "411", "MikroTik RouterBOARD 411/A/AH",
|
|||||||
|
|
||||||
static void __init rb411u_setup(void)
|
static void __init rb411u_setup(void)
|
||||||
{
|
{
|
||||||
rb4xx_generic_setup();
|
rb411_setup();
|
||||||
rb4xx_add_device_spi();
|
|
||||||
|
|
||||||
ar71xx_add_device_mdio(0xfffffffd);
|
|
||||||
|
|
||||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;
|
|
||||||
ar71xx_eth0_data.phy_mask = 0x00000002;
|
|
||||||
ar71xx_add_device_eth(0);
|
|
||||||
|
|
||||||
ar71xx_pci_init(ARRAY_SIZE(rb4xx_pci_irqs), rb4xx_pci_irqs);
|
|
||||||
ar71xx_add_device_usb();
|
ar71xx_add_device_usb();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user