mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
net: phy: realtek: add missing entry for RTL8211C to mdio_device_id table
Add missing entry for RTL8211C to mdio_device_id table.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Fixes: cf87915cb9
("net: phy: realtek: add support for RTL8211C")
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ae85467ccc
commit
04ecac8c12
@ -279,6 +279,7 @@ static struct mdio_device_id __maybe_unused realtek_tbl[] = {
|
||||
{ 0x001cc816, 0x001fffff },
|
||||
{ 0x001cc910, 0x001fffff },
|
||||
{ 0x001cc912, 0x001fffff },
|
||||
{ 0x001cc913, 0x001fffff },
|
||||
{ 0x001cc914, 0x001fffff },
|
||||
{ 0x001cc915, 0x001fffff },
|
||||
{ 0x001cc916, 0x001fffff },
|
||||
|
Loading…
Reference in New Issue
Block a user