]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers: net: phy: at803x: Add missing mdio device id
authorHelmut Schaa <helmut.schaa@googlemail.com>
Thu, 11 Jul 2013 11:57:34 +0000 (13:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jul 2013 18:54:19 +0000 (11:54 -0700)
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>
drivers/net/phy/at803x.c

index 1f7091b3c27ca5e972425602f7e56ce45c5d92a2..ac22283aaf23213ab9bf9d931f76df602ccea09d 100644 (file)
@@ -217,6 +217,7 @@ module_exit(atheros_exit);
 
 static struct mdio_device_id __maybe_unused atheros_tbl[] = {
        { 0x004dd076, 0xffffffef },
+       { 0x004dd074, 0xffffffef },
        { 0x004dd072, 0xffffffef },
        { }
 };