mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
ar71xx: reset the phy chip along with the ethernet mac on the WP543 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18072 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
53a0966f40
commit
1faf0874d8
@ -101,6 +101,8 @@ static void __init wp543_setup(void)
|
||||
|
||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;
|
||||
ar71xx_eth0_data.phy_mask = 0x00000008;
|
||||
ar71xx_eth0_data.reset_bit = RESET_MODULE_GE0_MAC |
|
||||
RESET_MODULE_GE0_PHY;
|
||||
ar71xx_add_device_eth(0);
|
||||
|
||||
ar71xx_add_device_usb();
|
||||
|
Loading…
Reference in New Issue
Block a user