summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-12 14:54:50 +0000
committerJohn Crispin <john@openwrt.org>2014-11-12 14:54:50 +0000
commit86e3315ecee80c6cd0b0728e119866f735d4f910 (patch)
treee4cf03081b1d3cf0e5889d75f66fd9c521d36b98 /target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
parent45814d150a90b9f0067cda87536349339ff675f5 (diff)
downloadmaster-31e0f0ae-86e3315ecee80c6cd0b0728e119866f735d4f910.tar.gz
master-31e0f0ae-86e3315ecee80c6cd0b0728e119866f735d4f910.tar.bz2
master-31e0f0ae-86e3315ecee80c6cd0b0728e119866f735d4f910.zip
ralink: add support for mt7621 ethernet
somehow all switch ports still come up as 10mbit. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43237
Diffstat (limited to 'target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c')
-rw-r--r--target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c b/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
index aff6253432..c406013228 100644
--- a/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
+++ b/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
@@ -51,6 +51,7 @@ static const u32 rt5350_reg_table[FE_REG_COUNT] = {
[FE_REG_RX_CALC_IDX0] = RT5350_RX_CALC_IDX0,
[FE_REG_FE_INT_ENABLE] = RT5350_FE_INT_ENABLE,
[FE_REG_FE_INT_STATUS] = RT5350_FE_INT_STATUS,
+ [FE_REG_FE_RST_GL] = 0,
[FE_REG_FE_DMA_VID_BASE] = 0,
};