summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Edworthy <PHIL.EDWORTHY@renesas.com>2011-05-31 03:53:11 +0000
committerWolfgang Denk <wd@denx.de>2011-07-27 23:27:43 +0200
commitaf5de5d772ca8b564e3c21e637928aeef399b5ae (patch)
tree721f50d2506abe81eb1378101bee0b99c389c51b
parent348de314be28e942c914a9815acc3e0746124137 (diff)
downloadtalos-obmc-uboot-af5de5d772ca8b564e3c21e637928aeef399b5ae.tar.gz
talos-obmc-uboot-af5de5d772ca8b564e3c21e637928aeef399b5ae.zip
net: Add SMSC89128 support
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Cc: Ben Warren <biggerbadderben@gmail.com>
-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 05e007c6de..8ce08a91e2 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -384,6 +384,7 @@ static inline void smc911x_reg_write(struct eth_device *dev,
#define WUCSR_MPEN 0x00000002
/* Chip ID values */
+#define CHIP_89218 0x218a
#define CHIP_9115 0x115
#define CHIP_9116 0x116
#define CHIP_9117 0x117
@@ -402,6 +403,7 @@ struct chip_id {
};
static const struct chip_id chip_ids[] = {
+ { CHIP_89218, "LAN89218" },
{ CHIP_9115, "LAN9115" },
{ CHIP_9116, "LAN9116" },
{ CHIP_9117, "LAN9117" },
OpenPOWER on IntegriCloud