[U-Boot] [PATCH v2] net: Add SMSC89128 support

Phil Edworthy PHIL.EDWORTHY at renesas.com
Tue May 31 15:53:11 CEST 2011


Signed-off-by: Phil Edworthy <phil.edworthy at renesas.com>
Cc: Ben Warren <biggerbadderben at gmail.com>
---
Changes for v2:
   - Changed to keep list sorted

 drivers/net/smc911x.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
index 05e007c..8ce08a9 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" },
--
1.7.0.4


More information about the U-Boot mailing list