projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f1993
)
net: phy: realtek: add missing entry for RTL8211 to mdio_device_id table
author
Heiner Kallweit
<
[email protected]
>
Sun, 1 Jul 2018 17:14:58 +0000
(19:14 +0200)
committer
David S. Miller
<
[email protected]
>
Mon, 2 Jul 2018 13:41:16 +0000
(22:41 +0900)
When adding support for RTL8211 I forgot to update the mdio_device_id
table.
Signed-off-by: Heiner Kallweit <
[email protected]
>
Fixes: d241d4aac93f ("net: phy: realtek: add support for RTL8211")
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/phy/realtek.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/realtek.c
b/drivers/net/phy/realtek.c
index 9757b16231f9a700fa3a41f2407fe4cc952e18d9..7b516e5d4f7f9ed6ca5cfb31dac0b79d9d614c56 100644
(file)
--- a/
drivers/net/phy/realtek.c
+++ b/
drivers/net/phy/realtek.c
@@
-260,6
+260,7
@@
module_phy_driver(realtek_drvs);
static struct mdio_device_id __maybe_unused realtek_tbl[] = {
{ 0x001cc816, 0x001fffff },
+ { 0x001cc910, 0x001fffff },
{ 0x001cc912, 0x001fffff },
{ 0x001cc914, 0x001fffff },
{ 0x001cc915, 0x001fffff },