Browse Source

ar71xx: fix pll value for the eth0 interface on the TL-WR1043ND board

Thanks to Andrew Tarabaras

SVN-Revision: 19835
Gabor Juhos 16 years ago
parent
commit
f771c35033
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c

+ 1 - 0
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);