aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-20 15:00:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-20 15:00:20 +0000
commit6bc40a3f04eff808199ebab9323427bee7406d2e (patch)
tree212539f2a327c465570dfd0e11c627e9ce5892cf /target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c
parent1b96b5271c4a075f0df98c45e64e6458fdf90fb0 (diff)
downloadmaster-187ad058-6bc40a3f04eff808199ebab9323427bee7406d2e.tar.gz
master-187ad058-6bc40a3f04eff808199ebab9323427bee7406d2e.tar.bz2
master-187ad058-6bc40a3f04eff808199ebab9323427bee7406d2e.zip
ar71xx: Remove TX/RX delay from pll_1000 for OM5P-AN
The tx/rx delay bits in the ETH_XMII_CONTROL register have to be unset when the enable_rgmii_rx_delay/enable_rgmii_tx_delay will be set in the AT803x PHY. Othwise the throughput in gigabit mode is heavily reduced. Signed-off-by: Sven Eckelmann <sven@open-mesh.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45521 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c
index 272e410a36..298e80ce6c 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c
@@ -202,7 +202,7 @@ static void __init om5p_an_setup(void)
ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;
ath79_eth0_data.mii_bus_dev = &ath79_mdio0_device.dev;
ath79_eth0_data.phy_mask = BIT(7);
- ath79_eth0_pll_data.pll_1000 = 0x1a000000;
+ ath79_eth0_pll_data.pll_1000 = 0x02000000;
ath79_eth0_pll_data.pll_100 = 0x00000101;
ath79_eth0_pll_data.pll_10 = 0x00001313;
ath79_register_eth(0);