summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSriram <srk@ti.com>2009-09-22 15:55:56 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-21 16:46:35 -0400
commit27f6e080081ec04413f1b538fcb8f1863443a062 (patch)
tree175107bfdfc5ae467085be2b4381c0016dcf3be5
parent025860b1bdeeffb0808f4cab78f5ea0b1f35c84b (diff)
OMAP3EVM2 : Add support for Ethernet Chip 9220.
Add definitions for LAN 9220 in the driver chip_id table.
-rw-r--r--drivers/net/smc911x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
index 80d2ce0aa8..2b01cf5da9 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -382,6 +382,7 @@ static inline void smc911x_reg_write(u32 addr, u32 val)
#define CHIP_9216 0x116a
#define CHIP_9217 0x117a
#define CHIP_9218 0x118a
+#define CHIP_9220 0x9220
struct chip_id {
u16 id;
@@ -398,6 +399,7 @@ static const struct chip_id chip_ids[] = {
{ CHIP_9216, "LAN9216" },
{ CHIP_9217, "LAN9217" },
{ CHIP_9218, "LAN9218" },
+ { CHIP_9220, "LAN9220" },
{ 0, NULL },
};