aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-07 14:30:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-07 14:30:37 +0000
commit31e74392ab81110e60f5e434a9691844723dd1b9 (patch)
tree6abce3538e61de761c6fce7ea512556628ab634b /target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
parent703cf9ca91059c47427f8b56c88ae88ed5999ed1 (diff)
downloadmaster-187ad058-31e74392ab81110e60f5e434a9691844723dd1b9.tar.gz
master-187ad058-31e74392ab81110e60f5e434a9691844723dd1b9.tar.bz2
master-187ad058-31e74392ab81110e60f5e434a9691844723dd1b9.zip
ar71xx: disable PHY_SWAP and PHY_ADDR_SWAP bits on TL-WR703N/MR3020/MR3040/MR11U boards
The PHY_SWAP and PHY_ADDR_SWAP bits are initialized differently by different versions of the bootloader. This leads to broken ethernet connection with OpenWrt on some boards. Turn both SWAP bits OFF on these boards to make it consistent regardless of the bootloader used. Based on a patch by Michel Stempin <michel.stempin@wanadoo.fr>. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35037 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
index dcd6fec1c2..90342e0b65 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
@@ -62,6 +62,9 @@ static void __init tl_wr703n_setup(void)
u8 *mac = (u8 *) KSEG1ADDR(0x1f01fc00);
u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000);
+ /* disable PHY_SWAP and PHY_ADDR_SWAP bits */
+ ath79_setup_ar933x_phy4_switch(false, false);
+
ath79_register_m25p80(&tl_wr703n_flash_data);
ath79_register_leds_gpio(-1, ARRAY_SIZE(tl_wr703n_leds_gpio),
tl_wr703n_leds_gpio);