summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-05-30 17:38:20 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-05-30 17:38:20 +0000
commit4cf6e53ccccea67bd6e7767c92847c48f66b2c43 (patch)
treed8cc97184ad497f03aadd8a872d02df84a37a185 /target
parent6da63a87939f7f2fd005cd41cc814591bf551802 (diff)
downloadmaster-31e0f0ae-4cf6e53ccccea67bd6e7767c92847c48f66b2c43.tar.gz
master-31e0f0ae-4cf6e53ccccea67bd6e7767c92847c48f66b2c43.tar.bz2
master-31e0f0ae-4cf6e53ccccea67bd6e7767c92847c48f66b2c43.zip
ar71xx: rb2011: update RGMII RX/TX delay values
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36795
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
index 7a24e98c66..fd39ec618c 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
@@ -115,8 +115,8 @@ static struct ar8327_pad_cfg rb2011_ar8327_pad0_cfg = {
.mode = AR8327_PAD_MAC_RGMII,
.txclk_delay_en = true,
.rxclk_delay_en = true,
- .txclk_delay_sel = AR8327_CLK_DELAY_SEL1,
- .rxclk_delay_sel = AR8327_CLK_DELAY_SEL2,
+ .txclk_delay_sel = AR8327_CLK_DELAY_SEL3,
+ .rxclk_delay_sel = AR8327_CLK_DELAY_SEL0,
};
static struct ar8327_platform_data rb2011_ar8327_data = {