From: Helmut Schaa Date: Thu, 11 Jul 2013 11:57:34 +0000 (+0200) Subject: drivers: net: phy: at803x: Add missing mdio device id X-Git-Tag: accepted/tizen/common/20141203.182822~1841^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce9a1bf8e6c65d2ab6786e759952a3548347ad6f;p=platform%2Fkernel%2Flinux-arm64.git drivers: net: phy: at803x: Add missing mdio device id at803x supports Atheros 8030, 8031 and 8035 PHYs. 8031 was missing from the mdio device id table. Signed-off-by: Helmut Schaa Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c index 1f7091b..ac22283 100644 --- a/drivers/net/phy/at803x.c +++ b/drivers/net/phy/at803x.c @@ -217,6 +217,7 @@ module_exit(atheros_exit); static struct mdio_device_id __maybe_unused atheros_tbl[] = { { 0x004dd076, 0xffffffef }, + { 0x004dd074, 0xffffffef }, { 0x004dd072, 0xffffffef }, { } };