summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-03-23 12:52:17 +0000
committerJohn Crispin <john@openwrt.org>2016-03-23 12:52:17 +0000
commitb269a3520d4e9e7855e383d0c0ad750d446d42e5 (patch)
tree78a69964c14af724a1e5e4c422d506c6faf9413a /target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c
parent26d18d4e072201f7620c3daf8fabfb33400630b5 (diff)
downloadmtk-20170518-b269a3520d4e9e7855e383d0c0ad750d446d42e5.zip
mtk-20170518-b269a3520d4e9e7855e383d0c0ad750d446d42e5.tar.gz
mtk-20170518-b269a3520d4e9e7855e383d0c0ad750d446d42e5.tar.bz2
Revert "ar71xx: Allow to set the RXDV, RXD, TXD, TXE delays for QCA955x"
The default delays RXD 3. RDV 3, TXD 0, TXE 0 doesn't seem to work for some boards. These boards depend on the preset values of u-boot which may differ. This reverts commit f2d4bb96b62512caa161dcc2867c91692fb16a38. Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49071
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c
index c1f5679..69d005d 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c
@@ -152,7 +152,7 @@ static void __init f9k1115v2_setup(void)
mdiobus_register_board_info(f9k1115v2_mdio0_info,
ARRAY_SIZE(f9k1115v2_mdio0_info));
- ath79_setup_qca955x_eth_cfg(QCA955X_ETH_CFG_RGMII_EN, 3, 3, 0, 0);
+ ath79_setup_qca955x_eth_cfg(QCA955X_ETH_CFG_RGMII_EN);
ath79_init_mac(ath79_eth0_data.mac_addr,
art + F9K1115V2_WAN_MAC_OFFSET, 0);