From: Heiner Kallweit Date: Thu, 12 Jul 2018 19:45:08 +0000 (+0200) Subject: net: phy: realtek: add missing entry for RTL8211C to mdio_device_id table X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=04ecac8c12cdab87c44a98f0679079dd13d95a78;p=openwrt%2Fstaging%2Fblogic.git 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 Fixes: cf87915cb9f8 ("net: phy: realtek: add support for RTL8211C") Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c index f8f127831a92..0610148cc1ff 100644 --- a/drivers/net/phy/realtek.c +++ b/drivers/net/phy/realtek.c @@ -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 },