summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHelmut Schaa <helmut.schaa@googlemail.com>2013-07-11 13:57:34 +0200
committerDavid S. Miller <davem@davemloft.net>2013-07-11 11:54:19 -0700
commitce9a1bf8e6c65d2ab6786e759952a3548347ad6f (patch)
treea4294dda708e9620d2d5a0a26a8d4483ff9862b1 /drivers
parentafc154e978de1eb11c555bc8bcec1552f75ebc43 (diff)
downloadlinux-0-day-ce9a1bf8e6c65d2ab6786e759952a3548347ad6f.tar.gz
linux-0-day-ce9a1bf8e6c65d2ab6786e759952a3548347ad6f.tar.xz
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 <helmut.schaa@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/phy/at803x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c
index 1f7091b3c27ca..ac22283aaf232 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 },
{ }
};