aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-09-03 15:23:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-09-03 15:23:26 +0000
commitb1167c23f44b3221f03f30eea26137ffcec19fd7 (patch)
treea7b0d58fdda55c5fbabc37a52b73a2fb47056dde /target
parent5059dc11a4a08ca9c17878225fe40883a65d75ac (diff)
downloadupstream-b1167c23f44b3221f03f30eea26137ffcec19fd7.tar.gz
upstream-b1167c23f44b3221f03f30eea26137ffcec19fd7.tar.bz2
upstream-b1167c23f44b3221f03f30eea26137ffcec19fd7.zip
[ar71xx] fix phy id on the WP543 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12517 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c4
1 files changed, 2 insertions, 2 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 21d9eb0b57..d68654e5df 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c
@@ -48,8 +48,8 @@ static void __init wp543_setup(void)
{
ar71xx_add_device_spi(NULL, wp543_spi_info, ARRAY_SIZE(wp543_spi_info));
- ar71xx_add_device_mdio(0xfffffffe);
- ar71xx_add_device_eth(0, PHY_INTERFACE_MODE_MII, 0x00000001);
+ ar71xx_add_device_mdio(0xfffffff7);
+ ar71xx_add_device_eth(0, PHY_INTERFACE_MODE_MII, 0x00000008);
ar71xx_pci_init(ARRAY_SIZE(wp543_pci_irqs), wp543_pci_irqs);
}