Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: net: phy: at803x: Add missing mdio device id

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>

authored by

Helmut Schaa and committed by
David S. Miller
ce9a1bf8 afc154e9

+1
+1
drivers/net/phy/at803x.c
··· 217 217 218 218 static struct mdio_device_id __maybe_unused atheros_tbl[] = { 219 219 { 0x004dd076, 0xffffffef }, 220 + { 0x004dd074, 0xffffffef }, 220 221 { 0x004dd072, 0xffffffef }, 221 222 { } 222 223 };