From: juhosg Date: Wed, 24 Feb 2010 13:38:51 +0000 (+0000) Subject: ar71xx: fix pll value for the eth0 interface on the TL-WR1043ND board X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=147a9455b717a06e70fa16287c8665ab687cdcfd 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 --- 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 985b9f249..15dc7529c 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);