diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-24 13:38:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-24 13:38:51 +0000 |
commit | 6dcdbc894c6a6e26c3f25f5d35a67ffba3657ae9 (patch) | |
tree | 96fef0cce1aa72514f975a3be7b4bfbfbc81fa22 /target/linux | |
parent | 7ef0d8adf860be15e41507b7b4b8dfde5bf43437 (diff) | |
download | upstream-6dcdbc894c6a6e26c3f25f5d35a67ffba3657ae9.tar.gz upstream-6dcdbc894c6a6e26c3f25f5d35a67ffba3657ae9.tar.bz2 upstream-6dcdbc894c6a6e26c3f25f5d35a67ffba3657ae9.zip |
ar71xx: fix pll value for the eth0 interface on the TL-WR1043ND board
Thanks to Andrew Tarabaras
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19835 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c index 985b9f249f..15dc7529c3 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c @@ -117,6 +117,7 @@ static void __init tl_wr1043nd_setup(void) ar71xx_eth0_data.phy_mask = 0x0; ar71xx_eth0_data.speed = SPEED_1000; ar71xx_eth0_data.duplex = DUPLEX_FULL; + ar71xx_eth0_pll_data.pll_1000 = 0x1a000000; ar71xx_add_device_eth(0); |