From: roger Date: Wed, 20 Aug 2014 02:57:32 +0000 (+0800) Subject: ethernet:gmac: set PHY's address to 1 to fix ip101's issue X-Git-Tag: firefly_0821_release~4850 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e13b923b289da31160020df66d4683af8887bc1e;p=firefly-linux-kernel-4.4.55.git ethernet:gmac: set PHY's address to 1 to fix ip101's issue --- diff --git a/drivers/net/ethernet/rockchip/gmac/stmmac_main.c b/drivers/net/ethernet/rockchip/gmac/stmmac_main.c index 70d25661dad2..89ece5c6440e 100755 --- a/drivers/net/ethernet/rockchip/gmac/stmmac_main.c +++ b/drivers/net/ethernet/rockchip/gmac/stmmac_main.c @@ -90,7 +90,7 @@ static int debug = -1; module_param(debug, int, S_IRUGO | S_IWUSR); MODULE_PARM_DESC(debug, "Message Level (-1: default, 0: no output, 16: all)"); -int phyaddr = -1; +int phyaddr = 1; module_param(phyaddr, int, S_IRUGO); MODULE_PARM_DESC(phyaddr, "Physical device address");