projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc154e
)
drivers: net: phy: at803x: Add missing mdio device id
author
Helmut Schaa
<helmut.schaa@googlemail.com>
Thu, 11 Jul 2013 11:57:34 +0000
(13:57 +0200)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/phy/at803x.c
b/drivers/net/phy/at803x.c
index 1f7091b3c27ca5e972425602f7e56ce45c5d92a2..ac22283aaf23213ab9bf9d931f76df602ccea09d 100644
(file)
--- 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 },
{ }
};