summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-10-24 22:16:22 +0200
committerWolfgang Denk <wd@denx.de>2009-10-24 22:16:22 +0200
commit25ee856e4406da302f9d454fba9a7aa0357ee2ca (patch)
tree9d5978ef67adf20d3bb176f7f68abe95697296df
parent0e1ac981194aa0d92eff0934442cec48a4f57834 (diff)
parentc55096c084308c08bf8891c190f90bdc3a232394 (diff)
Merge branch 'master' of /home/wd/git/u-boot/custodians
-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 d5bca63d03..05e007c6de 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -393,6 +393,7 @@ static inline void smc911x_reg_write(struct eth_device *dev,
#define CHIP_9216 0x116a
#define CHIP_9217 0x117a
#define CHIP_9218 0x118a
+#define CHIP_9220 0x9220
#define CHIP_9221 0x9221
struct chip_id {
@@ -410,6 +411,7 @@ static const struct chip_id chip_ids[] = {
{ CHIP_9216, "LAN9216" },
{ CHIP_9217, "LAN9217" },
{ CHIP_9218, "LAN9218" },
+ { CHIP_9220, "LAN9220" },
{ CHIP_9221, "LAN9221" },
{ 0, NULL },
};