summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-19 08:07:32 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-19 08:07:32 +0000
commit1faf0874d8b8aa03509ffb4fb398f8045303c5c4 (patch)
treeb493985fd44720f9a3ab34f26f6fdd9283da245e /target
parent53a0966f40913d68d81521450b2a3836fabdc5ef (diff)
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
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c
index 067f0cedd..c64444814 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c
@@ -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();