From 86e3315ecee80c6cd0b0728e119866f735d4f910 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 12 Nov 2014 14:54:50 +0000 Subject: ralink: add support for mt7621 ethernet somehow all switch ports still come up as 10mbit. Signed-off-by: John Crispin SVN-Revision: 43237 --- target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c') 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, }; -- cgit v1.2.3