9
0
Fork 0

net smc911x: Add LAN9221 support

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-03-24 18:55:19 +01:00
parent 63c108bf61
commit 102f1811d0
1 changed files with 2 additions and 0 deletions

View File

@ -365,6 +365,7 @@
#define CHIP_9216 0x116a
#define CHIP_9217 0x117a
#define CHIP_9218 0x118a
#define CHIP_9221 0x9221
struct smc911x_priv {
struct mii_device miidev;
@ -385,6 +386,7 @@ static const struct chip_id chip_ids[] = {
{ CHIP_9216, "LAN9216" },
{ CHIP_9217, "LAN9217" },
{ CHIP_9218, "LAN9218" },
{ CHIP_9221, "LAN9221" },
{ 0, NULL },
};