aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-12 14:54:50 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-12 14:54:50 +0000
commitaddf7b958d754b5c4a713f900f13eff4fccb6641 (patch)
treebdade659ec524c49083e3536bbada619370df906 /target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
parenta54174dffa408e6b5051e94605e8a6bd9abf9338 (diff)
downloadmaster-187ad058-addf7b958d754b5c4a713f900f13eff4fccb6641.tar.gz
master-187ad058-addf7b958d754b5c4a713f900f13eff4fccb6641.tar.bz2
master-187ad058-addf7b958d754b5c4a713f900f13eff4fccb6641.zip
ralink: add support for mt7621 ethernet
somehow all switch ports still come up as 10mbit. Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43237 3c298f89-4303-0410-b956-a3cf2f4a3e73
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,
};